Merge master into api_changes
[profile/ivi/qtdeclarative.git] / tools / qmlmin / qmlmin.pro
index 034dacc..c57ec29 100644 (file)
@@ -1,9 +1,9 @@
-QT       = core
+QT       = core qmldevtools-private
 CONFIG  += console
 CONFIG  -= app_bundle
-DESTDIR  = $$QT.declarative.bins
+DESTDIR  = $$QT.qml.bins
 SOURCES += main.cpp
 
-include(../../src/declarative/qml/parser/parser.pri)
-
+target.path = $$[QT_INSTALL_BINS]
+INSTALLS += target