qmake: Fix build on some platforms

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.
This commit is contained in:
Martin Kleusberg
2020-01-17 11:05:43 +01:00
parent 6143925d7e
commit 8c0788d82a

View File

@@ -1,6 +1,5 @@
TEMPLATE = lib
TEMPLATE = subdirs
CONFIG += staticlib
CONFIG += debug_and_release
HEADERS += \