"export" the qml tools for qtPrepareTool() use
[profile/ivi/qtdeclarative.git] / tools / qmlbundle / qmlbundle.pro
index 6a89418..237f933 100644 (file)
@@ -1,12 +1,7 @@
-TEMPLATE = app
-TARGET = qmlbundle
 DESTDIR= $$QT.qml.bins
 
 QT       = core qml-private v8-private core-private
-CONFIG  += console
-CONFIG  -= app_bundle
 
 SOURCES += main.cpp
 
-target.path = $$[QT_INSTALL_BINS]
-INSTALLS += target
+load(qt_tool)