summaryrefslogtreecommitdiffstats
path: root/installerfw.pro
diff options
context:
space:
mode:
authorkh1 <karsten.heimrich@nokia.com>2012-03-22 17:14:12 +0100
committerKarsten Heimrich <karsten.heimrich@nokia.com>2012-03-23 16:04:15 +0100
commitb9920bf160feff25d370efa7cf0943b27b98f188 (patch)
treecf28af0f7b901af607f12bf536540803bc65cc2e /installerfw.pro
parentc8850489678471038ea73a748f41d7ad77625aec (diff)
Build tools, examples and test as extra target.
Change-Id: Iae8949b3f938f5c6251a76b4806151e0262300d2 Reviewed-by: Niels Weber <niels.2.weber@nokia.com> Reviewed-by: Tim Jenssen <tim.jenssen@nokia.com>
Diffstat (limited to 'installerfw.pro')
-rw-r--r--installerfw.pro8
1 files changed, 1 insertions, 7 deletions
diff --git a/installerfw.pro b/installerfw.pro
index 92cf5664b..356dd2e42 100644
--- a/installerfw.pro
+++ b/installerfw.pro
@@ -1,11 +1,5 @@
CONFIG += ordered
TEMPLATE = subdirs
-SUBDIRS += src tools
-!macx:SUBDIRS += examples
-
-test.target = test
-test.depends = $(TARGET)
-QMAKE_EXTRA_TARGETS += test
-test.commands = (cd tests && $(QMAKE) && $(MAKE))
+SUBDIRS += src examples tests tools
include (doc/doc.pri)