summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorNiels Weber <niels.weber@digia.com>2015-03-06 12:30:31 +0100
committerNiels Weber <niels.weber@theqtcompany.com>2015-03-06 11:51:39 +0000
commit6356c55f8be5be5b648781f446dd3c402c05d4ee (patch)
tree5ed861c9c41bda6b676a6d3bae5241cc8cf61e44 /tests
parent12f60148d297a0b0dfd04243ee7d91998f150928 (diff)
Don't put testresults into bin
We don't want to package and ship them and they are not that useful apart from the test, so don't move them to the bin directory. Change-Id: Ic4f54389359779a41652eae84ce0b8789cc11dd7 Reviewed-by: Karsten Heimrich <karsten.heimrich@theqtcompany.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/downloadspeed/downloadspeed.pro2
-rw-r--r--tests/environmentvariable/environmentvariable.pro1
2 files changed, 0 insertions, 3 deletions
diff --git a/tests/downloadspeed/downloadspeed.pro b/tests/downloadspeed/downloadspeed.pro
index 0ffd8b991..79af1334e 100644
--- a/tests/downloadspeed/downloadspeed.pro
+++ b/tests/downloadspeed/downloadspeed.pro
@@ -9,8 +9,6 @@ QT += network
CONFIG += console
-DESTDIR = $$IFW_APP_PATH
-
SOURCES += main.cpp
macx:include(../../no_app_bundle.pri)
diff --git a/tests/environmentvariable/environmentvariable.pro b/tests/environmentvariable/environmentvariable.pro
index 39cc7e99e..d6e7e5043 100644
--- a/tests/environmentvariable/environmentvariable.pro
+++ b/tests/environmentvariable/environmentvariable.pro
@@ -8,7 +8,6 @@ QT -= gui
QT += testlib
CONFIG += console
-DESTDIR = $$IFW_APP_PATH
HEADERS = environmentvariabletest.h
SOURCES = environmentvariabletest.cpp