Doc: Enabling Qt QML linking to Qt Quick.
[profile/ivi/qtdeclarative.git] / tools / qmlplugindump / qmlplugindump.pro
1 QT += qml qml-private quick-private core-private
2
3 CONFIG += qpa_minimal_plugin
4
5 SOURCES += \
6     main.cpp \
7     qmlstreamwriter.cpp
8
9 HEADERS += \
10     qmlstreamwriter.h
11
12 OTHER_FILES += Info.plist
13 macx: QMAKE_INFO_PLIST = Info.plist
14
15 load(qt_tool)