Files
sqlitebrowser/libs/json/json.pro
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

8 lines
91 B
Prolog

TEMPLATE = lib
CONFIG += staticlib
CONFIG += debug_and_release
HEADERS += \
json.hpp