mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-01-19 10:20:17 -06:00
Allow building the project using qmake as discussed on commit
88f66be89e. This lacks the support for generating a dynamic version
number from the Git log though and obviously most of the nice features
of CMake.
8 lines
132 B
Prolog
8 lines
132 B
Prolog
TEMPLATE = subdirs
|
|
|
|
CONFIG += debug_and_release
|
|
|
|
SUBDIRS = libs/antlr-2.7.7/antlr.pro \
|
|
libs/qhexedit/qhexedit.pro \
|
|
src
|