Systray: un-minimize window when window becomes visible again
[trojita.git] / trojita.pro
blobbe95163903d2da041d6cdedba8c2a25a79de599f
1 lessThan(QT_VERSION, 4.6) {
2 error("Trojita requires Qt 4.6 or greater")
5 trojita_harmattan {
6 # we have never run them on the ARM device anyway, so let's speed up the build cycles a bit
7 CONFIG += disable_tests
10 TEMPLATE = subdirs
11 SUBDIRS = src
12 !disable_tests: SUBDIRS += tests
13 CONFIG += ordered
15 unix:!disable_tests {
16 test.commands = cd tests && TESTARGS=-silent $(MAKE) -s check
17 QMAKE_EXTRA_TARGETS += test
20 include(configh.pri)