"export" the qml tools for qtPrepareTool() use
[profile/ivi/qtdeclarative.git] / tools / qmltestrunner / qmltestrunner.pro
index 7ace0f7..efa0e96 100644 (file)
@@ -1,11 +1,7 @@
-TEMPLATE = app
-TARGET = qmltestrunner
-CONFIG += warn_on
+DESTDIR= $$QT.qml.bins
+
 SOURCES += main.cpp
 
-contains(QT_CONFIG, opengl)|contains(QT_CONFIG, opengles1)|contains(QT_CONFIG, opengles2) {
-    QT += opengl
-}
+QT += qml qmltest
 
-target.path = $$[QT_INSTALL_BINS]
-INSTALLS += target
+load(qt_tool)