summaryrefslogtreecommitdiffstats
path: root/installerfw.pro
diff options
context:
space:
mode:
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)