summaryrefslogtreecommitdiffstats
path: root/installerbuilder/installerbuilder.pro
diff options
context:
space:
mode:
Diffstat (limited to 'installerbuilder/installerbuilder.pro')
-rw-r--r--installerbuilder/installerbuilder.pro6
1 files changed, 3 insertions, 3 deletions
diff --git a/installerbuilder/installerbuilder.pro b/installerbuilder/installerbuilder.pro
index efed02013..288bcb872 100644
--- a/installerbuilder/installerbuilder.pro
+++ b/installerbuilder/installerbuilder.pro
@@ -2,10 +2,10 @@ TEMPLATE = subdirs
CONFIG += ordered
SUBDIRS += libinstaller installerbase binarycreator repogen archivegen tests
-test.commands=(cd tests && $(MAKE) test)
-
-test.target=test
+test.target = test
test.depends = $(TARGET)
+test.commands = (cd tests && $(MAKE) test)
+
QMAKE_EXTRA_TARGETS += test
TRANSLATIONS += installerbase/translations/de_de.ts \