Merge branch 'qtquick2' of scm.dev.nokia.troll.no:qt/qtdeclarative-staging into qtquick2
[profile/ivi/qtdeclarative.git] / tools / qmlplugindump / qmlplugindump.pro
1 TEMPLATE = app
2 CONFIG += qt uic console
3 DESTDIR = ../../bin
4
5 QT += declarative declarative-private core-private
6
7 TARGET = qmlplugindump
8
9 SOURCES += \
10     main.cpp \
11     qmlstreamwriter.cpp
12
13 HEADERS += \
14     qmlstreamwriter.h
15
16 OTHER_FILES += Info.plist
17 macx: QMAKE_INFO_PLIST = Info.plist
18
19 target.path = $$[QT_INSTALL_BINS]
20 INSTALLS += target