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