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