summaryrefslogtreecommitdiffstats
path: root/installerfw.pro
diff options
context:
space:
mode:
authorkh1 <karsten.heimrich@nokia.com>2012-02-21 14:20:14 +0100
committerKarsten Heimrich <karsten.heimrich@nokia.com>2012-02-21 18:03:30 +0100
commit6326dc3187f4c40ec938b03d256befb6d9dfc333 (patch)
tree4f80c287c0d8bfb9e65c4ecdfc43929771e27ab6 /installerfw.pro
parent431b6dbcb8549f1cc1ff68adbd76a990ae74e088 (diff)
Reorganize libinstaller.pri -> installerbuilder.pri file includes.
- reorganize libinstaller.pri - move and rename libinstaller.pri - adjust all files that formerly included libinstaller.pri Change-Id: I8d92ad783872fed67d6e06359ff5db46704de274 Reviewed-by: Niels Weber <niels.2.weber@nokia.com>
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)