mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-01-19 02:09:55 -06:00
As promised, here is me updating the qmake project files in order to allow building the new version with qmake instead of cmake.
9 lines
178 B
Prolog
9 lines
178 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 \
|
|
src
|