From 342f67fa85df0fbd60f7ea8947d6cfbf4692fe63 Mon Sep 17 00:00:00 2001 From: kh1 Date: Mon, 12 Mar 2012 16:51:41 +0100 Subject: Move everything releated to testing into tests. Change-Id: I28fc488b3de03a8561888969336f2ebc62a97bb0 Reviewed-by: Tim Jenssen --- installerfw.pro | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'installerfw.pro') diff --git a/installerfw.pro b/installerfw.pro index 7d3a262a6..a092158bc 100644 --- a/installerfw.pro +++ b/installerfw.pro @@ -1,11 +1,11 @@ -TEMPLATE=subdirs CONFIG += ordered -SUBDIRS += installerbuilder examples tools -mac:SUBDIRS -= examples +TEMPLATE = subdirs +!macx:SUBDIRS += examples +SUBDIRS += installerbuilder tools -test.target=test -test.commands=(cd installerbuilder && $(MAKE) test) +test.target = test test.depends = $(TARGET) QMAKE_EXTRA_TARGETS += test +test.commands = (cd tests && $(QMAKE) && $(MAKE)) include (doc/doc.pri) -- cgit v1.2.3