summaryrefslogtreecommitdiffstats
path: root/installerfw.pro
diff options
context:
space:
mode:
Diffstat (limited to 'installerfw.pro')
-rw-r--r--installerfw.pro10
1 files changed, 5 insertions, 5 deletions
diff --git a/installerfw.pro b/installerfw.pro
index 7d3a262a6..a092158bc 100644
--- a/installerfw.pro
+++ b/installerfw.pro
@@ -1,11 +1,11 @@
-TEMPLATE=subdirs
CONFIG += ordered
-SUBDIRS += installerbuilder examples tools
-mac:SUBDIRS -= examples
+TEMPLATE = subdirs
+!macx:SUBDIRS += examples
+SUBDIRS += installerbuilder tools
-test.target=test
-test.commands=(cd installerbuilder && $(MAKE) test)
+test.target = test
test.depends = $(TARGET)
QMAKE_EXTRA_TARGETS += test
+test.commands = (cd tests && $(QMAKE) && $(MAKE))
include (doc/doc.pri)