Commit Graph

3 Commits

Author SHA1 Message Date
Martin Kleusberg
8c0788d82a 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.
2020-01-17 11:05:43 +01:00
Martin Kleusberg
d6e4ff7c20 libs: Update json library to version 3.6.1 2019-06-30 15:00:33 +02:00
Martin Kleusberg
e59100f297 Use Niels Lohmann's JSON library instead of Qt's
Replace Qt's own JSON library functions by Niels Lohmann's JSON library
in the Export JSON dialog. This was necessary because for very large
JSON objects Qt's library functions generated incomplete JSON exports.

See issue #1789.
2019-03-08 12:26:17 +01:00