summaryrefslogtreecommitdiffstats
path: root/installerfw.pro
diff options
context:
space:
mode:
authorkh1 <karsten.heimrich@nokia.com>2012-03-13 13:28:10 +0100
committerKarsten Heimrich <karsten.heimrich@nokia.com>2012-03-13 13:33:18 +0100
commitd5f5f80b054ffa9cd5da7fd0fc6ae67f0a4b3995 (patch)
tree8f7ae8f2defb531a326bbb33a751827bd732a3fa /installerfw.pro
parent342f67fa85df0fbd60f7ea8947d6cfbf4692fe63 (diff)
Make sure we build the library before the examples.
Change-Id: I79af8e2a94e43870b1c8196b36d4c88fd6af2fc6 Reviewed-by: Tim Jenssen <tim.jenssen@nokia.com>
Diffstat (limited to 'installerfw.pro')
-rw-r--r--installerfw.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/installerfw.pro b/installerfw.pro
index a092158bc..ddef644ed 100644
--- a/installerfw.pro
+++ b/installerfw.pro
@@ -1,7 +1,7 @@
CONFIG += ordered
TEMPLATE = subdirs
-!macx:SUBDIRS += examples
SUBDIRS += installerbuilder tools
+!macx:SUBDIRS += examples
test.target = test
test.depends = $(TARGET)