Don't build app bundles for qmltestcase applications on Mac OS X

Change-Id: Ia61f12313908f42f7ff7a43be5443e779300e436
Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
This commit is contained in:
Charles Yin 2011-10-25 09:50:40 +10:00 committed by Qt by Nokia
parent 39560b85d5
commit 52c0e98dd2

View File

@ -2,6 +2,8 @@ CONFIG += testcase
QT += declarative qmltest QT += declarative qmltest
macx: CONFIG -= app_bundle
# If the .pro file specified an IMPORTPATH, then add that to # If the .pro file specified an IMPORTPATH, then add that to
# the command-line when the test is run. # the command-line when the test is run.
!isEmpty(IMPORTPATH) { !isEmpty(IMPORTPATH) {