From d5f5f80b054ffa9cd5da7fd0fc6ae67f0a4b3995 Mon Sep 17 00:00:00 2001 From: kh1 Date: Tue, 13 Mar 2012 13:28:10 +0100 Subject: Make sure we build the library before the examples. Change-Id: I79af8e2a94e43870b1c8196b36d4c88fd6af2fc6 Reviewed-by: Tim Jenssen --- installerfw.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3