remove app bundle config for mac
[profile/ivi/qtdeclarative.git] / 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