mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-01-18 09:49:40 -06:00
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.
11 lines
244 B
Prolog
11 lines
244 B
Prolog
TEMPLATE = subdirs
|
|
|
|
CONFIG += debug_and_release
|
|
|
|
SUBDIRS = libs/antlr-2.7.7/antlr.pro \
|
|
libs/qhexedit/qhexedit.pro \
|
|
libs/qcustomplot-source/qcustomplot.pro \
|
|
libs/qscintilla/Qt4Qt5/qscintilla.pro \
|
|
libs/json/json.pro \
|
|
src
|