"export" the qml tools for qtPrepareTool() use
[profile/ivi/qtdeclarative.git] / tools / qmltestrunner / qmltestrunner.pro
index a6c9533..efa0e96 100644 (file)
@@ -1,13 +1,7 @@
-TEMPLATE = app
-TARGET = qmltestrunner
 DESTDIR= $$QT.qml.bins
-CONFIG += warn_on
-SOURCES += main.cpp
 
+SOURCES += main.cpp
 
 QT += qml qmltest
 
-macx: CONFIG -= app_bundle
-
-target.path = $$[QT_INSTALL_BINS]
-INSTALLS += target
+load(qt_tool)