mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-01-17 17:29:37 -06:00
Building with qmake did not work on macOS or at least not on all macOS systems. This can be fixed by not compiling the header-only json library into an empty static library - which is not needed anyway. See issue #2014.
7 lines
75 B
Prolog
7 lines
75 B
Prolog
TEMPLATE = subdirs
|
|
|
|
CONFIG += debug_and_release
|
|
|
|
HEADERS += \
|
|
json.hpp
|