summaryrefslogtreecommitdiffstats
path: root/tools/qmlplugindump/qmlplugindump.pro
blob: 53d202e7ac669be77f89260afdd79c5ea99671b6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
DESTDIR = $$QT.quick1.bins
TARGET = qml1plugindump

QT += core-private quick1-private

SOURCES += \
    main.cpp \
    qmlstreamwriter.cpp

HEADERS += \
    qmlstreamwriter.h

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

load(qt_tool)