Doc: Enabling Qt QML linking to Qt Quick.
[profile/ivi/qtdeclarative.git] / tools / qmlplugindump / qmlplugindump.pro
index b9fc0fc..b777e0d 100644 (file)
@@ -1,10 +1,6 @@
-TEMPLATE = app
-CONFIG += qt uic console
-DESTDIR = ../../bin
+QT += qml qml-private quick-private core-private
 
-QT += declarative declarative-private core-private
-
-TARGET = qmlplugindump
+CONFIG += qpa_minimal_plugin
 
 SOURCES += \
     main.cpp \
@@ -16,5 +12,4 @@ HEADERS += \
 OTHER_FILES += Info.plist
 macx: QMAKE_INFO_PLIST = Info.plist
 
-target.path = $$[QT_INSTALL_BINS]
-INSTALLS += target
+load(qt_tool)