From 6356c55f8be5be5b648781f446dd3c402c05d4ee Mon Sep 17 00:00:00 2001 From: Niels Weber Date: Fri, 6 Mar 2015 12:30:31 +0100 Subject: 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 --- tests/downloadspeed/downloadspeed.pro | 2 -- tests/environmentvariable/environmentvariable.pro | 1 - 2 files changed, 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 -- cgit v1.2.3