summaryrefslogtreecommitdiffstats
path: root/installerfw.pro
diff options
context:
space:
mode:
authorkh1 <karsten.heimrich@nokia.com>2012-03-12 16:51:41 +0100
committerKarsten Heimrich <karsten.heimrich@nokia.com>2012-03-13 11:43:41 +0100
commit342f67fa85df0fbd60f7ea8947d6cfbf4692fe63 (patch)
treed689f011a386f6629a41cf459f831aaee4057c37 /installerfw.pro
parent6559f16ee3a5f7d56048d14c5c25ddfaa4c6df83 (diff)
Move everything releated to testing into tests.
Change-Id: I28fc488b3de03a8561888969336f2ebc62a97bb0 Reviewed-by: Tim Jenssen <tim.jenssen@nokia.com>
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)