summaryrefslogtreecommitdiffstats
path: root/installerfw.pro
diff options
context:
space:
mode:
Diffstat (limited to 'installerfw.pro')
-rw-r--r--installerfw.pro5
1 files changed, 2 insertions, 3 deletions
diff --git a/installerfw.pro b/installerfw.pro
index de1e7c93f..7d3a262a6 100644
--- a/installerfw.pro
+++ b/installerfw.pro
@@ -3,10 +3,9 @@ CONFIG += ordered
SUBDIRS += installerbuilder examples tools
mac:SUBDIRS -= examples
-test.target = test
+test.target=test
+test.commands=(cd installerbuilder && $(MAKE) test)
test.depends = $(TARGET)
-test.commands = (cd installerbuilder && $(MAKE) test)
-
QMAKE_EXTRA_TARGETS += test
include (doc/doc.pri)