summaryrefslogtreecommitdiffstats
path: root/tools/qmlplugindump/qmlplugindump.pro
blob: 55158e133409ad36d1cf8fca35553fecb0540d15 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
TARGET = qml1plugindump

QT += core-private declarative-private widgets

SOURCES += \
    main.cpp \
    qmlstreamwriter.cpp

HEADERS += \
    qmlstreamwriter.h

OTHER_FILES += Info.plist
macx: QMAKE_INFO_PLIST = Info.plist

load(qt_tool)