remove app bundle config for mac
authorCharles Yin <charles.yin@nokia.com>
Mon, 8 Aug 2011 01:35:01 +0000 (11:35 +1000)
committerQt by Nokia <qt-info@nokia.com>
Mon, 8 Aug 2011 01:37:54 +0000 (03:37 +0200)
Change-Id: I3b526dc556f714b5df712699f64b6bdc51971554
Reviewed-on: http://codereview.qt.nokia.com/2717
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Charles Yin <charles.yin@nokia.com>
tools/qmltestrunner/qmltestrunner.pro

index c431aaf..e0dd3d5 100644 (file)
@@ -6,7 +6,9 @@ SOURCES += main.cpp
 
 QT += declarative qmltest
 
-DEFINES += QUICK_TEST_SOURCE_DIR=\"\\\"$$OUT_PWD\\\"\"
+macx: CONFIG -= app_bundle
+
+#DEFINES += QUICK_TEST_SOURCE_DIR=\"\\\"$$OUT_PWD\\\"\"
 
 target.path = $$[QT_INSTALL_BINS]
-INSTALLS += target
+INSTALLS += target
\ No newline at end of file