summaryrefslogtreecommitdiffstats
path: root/tests/fileengineclient/fileengineclient.pro
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/fileengineclient/fileengineclient.pro
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/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)