summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/qttest.pri2
-rw-r--r--tests/downloadspeed/downloadspeed.pro4
-rw-r--r--tests/environmentvariable/environmentvariable.pro3
-rw-r--r--tests/fileengineclient/fileengineclient.pro3
-rw-r--r--tests/fileengineserver/fileengineserver.pro3
5 files changed, 10 insertions, 5 deletions
diff --git a/tests/auto/qttest.pri b/tests/auto/qttest.pri
index f6be301e8..be8526933 100644
--- a/tests/auto/qttest.pri
+++ b/tests/auto/qttest.pri
@@ -4,7 +4,6 @@ include(../../installerfw.pri)
isEmpty(TEMPLATE):TEMPLATE=app
QT += testlib
CONFIG += qt warn_on console depend_includepath testcase
-CONFIG -= app_bundle
DEFINES -= QT_NO_CAST_FROM_ASCII
# prefix test binary with tst_
@@ -16,3 +15,4 @@ DEFINES -= QT_NO_CAST_FROM_ASCII
# # the below gets added to later by testcase.prf
# check.commands = cd . & set PATH=$$lib;%PATH%& cmd /c
#}
+macx:include(../../no_app_bundle.pri)
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)
diff --git a/tests/environmentvariable/environmentvariable.pro b/tests/environmentvariable/environmentvariable.pro
index 41648390a..39cc7e99e 100644
--- a/tests/environmentvariable/environmentvariable.pro
+++ b/tests/environmentvariable/environmentvariable.pro
@@ -8,8 +8,9 @@ QT -= gui
QT += testlib
CONFIG += console
-CONFIG -= app_bundle
DESTDIR = $$IFW_APP_PATH
HEADERS = environmentvariabletest.h
SOURCES = environmentvariabletest.cpp
+
+macx:include(../../no_app_bundle.pri)
diff --git a/tests/fileengineclient/fileengineclient.pro b/tests/fileengineclient/fileengineclient.pro
index 617ac9796..8b0538a55 100644
--- a/tests/fileengineclient/fileengineclient.pro
+++ b/tests/fileengineclient/fileengineclient.pro
@@ -8,7 +8,8 @@ QT -= gui
QT += network
CONFIG += console
-CONFIG -= app_bundle
DESTDIR = $$IFW_APP_PATH
SOURCES += fileengineclient.cpp
+
+macx:include(../../no_app_bundle.pri)
diff --git a/tests/fileengineserver/fileengineserver.pro b/tests/fileengineserver/fileengineserver.pro
index 5c6f46e70..e4c125992 100644
--- a/tests/fileengineserver/fileengineserver.pro
+++ b/tests/fileengineserver/fileengineserver.pro
@@ -7,7 +7,8 @@ include(../../installerfw.pri)
QT -= gui
CONFIG += console
-CONFIG -= app_bundle
DESTDIR = $$IFW_APP_PATH
SOURCES += fileengineserver.cpp
+
+macx:include(../../no_app_bundle.pri)