summaryrefslogtreecommitdiffstats
path: root/tests/downloadspeed/downloadspeed.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/downloadspeed/downloadspeed.pro')
-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)