identities: refactoring
[trojita.git] / trojita.pro
blobe4c24c80b96735042bdd40dbc4922adbf5792ac9
1 lessThan(QT_VERSION, 4.6) {
2 error("Trojita requires Qt 4.6 or greater")
5 TEMPLATE = subdirs
6 SUBDIRS = src
7 !disable_tests: SUBDIRS += tests
8 CONFIG += ordered
10 unix:!disable_tests {
11 test.commands = cd tests && TESTARGS=-silent $(MAKE) -s check
12 QMAKE_EXTRA_TARGETS += test
15 include(configh.pri)