summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWolf-Michael Bolle <wolf-michael.bolle@nokia.com>2012-01-10 15:47:17 +0100
committerWolf-Michael Bolle <wolf-michael.bolle@nokia.com>2012-01-11 08:57:15 +0100
commitb84d7bd991787f956c81e4f2c1729dabfc76f2a4 (patch)
tree38ef4257211fcd7f67c913d079e49148b9edc4be
parent9d227f8cd3ac33e2e43ab6d435bc5dcd8dae2c02 (diff)
For MacOS specify CONFIG -= app_bundle in tests.
Change-Id: I6a08b2b1f19aea5efd77c24c8f1f01af1697b3b8 Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: David Faure <faure@kde.org>
-rw-r--r--tests/auto/qdeclarativemimedatabase/qdeclarativemimedatabase.pro2
-rw-r--r--tests/auto/qdeclarativemimetype/qdeclarativemimetype.pro2
-rw-r--r--tests/auto/qmimetype/qmimetype.pro2
3 files changed, 6 insertions, 0 deletions
diff --git a/tests/auto/qdeclarativemimedatabase/qdeclarativemimedatabase.pro b/tests/auto/qdeclarativemimedatabase/qdeclarativemimedatabase.pro
index cd42209..e859be4 100644
--- a/tests/auto/qdeclarativemimedatabase/qdeclarativemimedatabase.pro
+++ b/tests/auto/qdeclarativemimedatabase/qdeclarativemimedatabase.pro
@@ -5,6 +5,8 @@ TEMPLATE = app
TARGET = tst_qdeclarativemimedatabase
#CONFIG += warn_on qmltestcase
+CONFIG -= app_bundle
+
QT += qmltest
CONFIG += depend_includepath
diff --git a/tests/auto/qdeclarativemimetype/qdeclarativemimetype.pro b/tests/auto/qdeclarativemimetype/qdeclarativemimetype.pro
index a265265..923ffcf 100644
--- a/tests/auto/qdeclarativemimetype/qdeclarativemimetype.pro
+++ b/tests/auto/qdeclarativemimetype/qdeclarativemimetype.pro
@@ -5,6 +5,8 @@ TEMPLATE = app
TARGET = tst_qdeclarativemimetype
#CONFIG += warn_on qmltestcase
+CONFIG -= app_bundle
+
QT += qmltest
CONFIG += depend_includepath
diff --git a/tests/auto/qmimetype/qmimetype.pro b/tests/auto/qmimetype/qmimetype.pro
index a47f427..85a8313 100644
--- a/tests/auto/qmimetype/qmimetype.pro
+++ b/tests/auto/qmimetype/qmimetype.pro
@@ -4,6 +4,8 @@ TEMPLATE = app
TARGET = tst_qmimetype
CONFIG += qtestlib
+CONFIG -= app_bundle
+
DEPENDPATH += .
QMAKE_CXXFLAGS += -W -Wall -Wextra -Werror -Wshadow -Wno-long-long -Wnon-virtual-dtor