summaryrefslogtreecommitdiffstats
path: root/tests/downloadspeed
diff options
context:
space:
mode:
authorTim Jenssen <tim.jenssen@digia.com>2013-05-23 22:42:16 +0200
committerTim Jenssen <tim.jenssen@digia.com>2013-05-27 15:44:09 +0200
commitd1bb751a38b70268f208998ce817b549e07a2cf5 (patch)
tree6d7b21695b035eebed9292e0710526d13b73a00c /tests/downloadspeed
parent5e1f41cd070130d34090be506cc3e239d3159e8b (diff)
introduce no_app_bundle.pri
- it tries to copy the needed qt_menu.nib dir Change-Id: I04fe564f62e16847a417e47c9a0719c043c1f027 Reviewed-by: Karsten Heimrich <karsten.heimrich@digia.com>
Diffstat (limited to 'tests/downloadspeed')
-rw-r--r--tests/downloadspeed/downloadspeed.pro4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/downloadspeed/downloadspeed.pro b/tests/downloadspeed/downloadspeed.pro
index e9aeeea70..0ffd8b991 100644
--- a/tests/downloadspeed/downloadspeed.pro
+++ b/tests/downloadspeed/downloadspeed.pro
@@ -8,7 +8,9 @@ QT -= gui
QT += network
CONFIG += console
-CONFIG -= app_bundle
+
DESTDIR = $$IFW_APP_PATH
SOURCES += main.cpp
+
+macx:include(../../no_app_bundle.pri)