summaryrefslogtreecommitdiffstats
path: root/tests/fileengineclient/fileengineclient.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/fileengineclient/fileengineclient.pro')
-rw-r--r--tests/fileengineclient/fileengineclient.pro3
1 files changed, 2 insertions, 1 deletions
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)