summaryrefslogtreecommitdiffstats
path: root/tests/downloadspeed
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/downloadspeed
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/downloadspeed')
-rw-r--r--tests/downloadspeed/downloadspeed.pro2
1 files changed, 0 insertions, 2 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)