From b9920bf160feff25d370efa7cf0943b27b98f188 Mon Sep 17 00:00:00 2001 From: kh1 Date: Thu, 22 Mar 2012 17:14:12 +0100 Subject: Build tools, examples and test as extra target. Change-Id: Iae8949b3f938f5c6251a76b4806151e0262300d2 Reviewed-by: Niels Weber Reviewed-by: Tim Jenssen --- installerfw.pro | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'installerfw.pro') 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) -- cgit v1.2.3