summaryrefslogtreecommitdiffstats
path: root/tests/tests.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tests.pro')
-rw-r--r--tests/tests.pro21
1 files changed, 2 insertions, 19 deletions
diff --git a/tests/tests.pro b/tests/tests.pro
index fc08c708b..1e8963ed2 100644
--- a/tests/tests.pro
+++ b/tests/tests.pro
@@ -1,24 +1,7 @@
CONFIG += ordered
TEMPLATE = subdirs
-SUBDIRS += auto
-EXTRASUBDIRS = \
+SUBDIRS = \
+ auto \
downloadspeed \
environmentvariable
-
-include(../installerfw.pri)
-
-!isEqual(IFW_SOURCE_TREE, $$IFW_BUILD_TREE) {
- for(SUBDIR, EXTRASUBDIRS) {
- mkdir.commands += $$QMAKE_MKDIR $$SUBDIR $${IFW_NEWLINE}
- }
- QMAKE_EXTRA_TARGETS += mkdir
-}
-
-for(SUBDIR, EXTRASUBDIRS) {
- tests.commands += cd $$SUBDIR && $(QMAKE) -r $$PWD/$$SUBDIR && $(MAKE) $${IFW_NEWLINE}
-}
-!isEqual(IFW_SOURCE_TREE, $$IFW_BUILD_TREE) {
- tests.depends = mkdir
-}
-QMAKE_EXTRA_TARGETS *= tests