aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/qtquick2/qtquick2.pro
blob: 3a95c5fd217bc5be045d45a7e8c89eabcb9540e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
TARGET  = qtquick2plugin
TARGETPATH = QtQuick.2
include(../qimportbase.pri)

SOURCES += \
    plugin.cpp

QT += quick-private qml-private

OTHER_FILES += \
    qmldir

DESTDIR = $$QT.qml.imports/$$TARGETPATH
target.path = $$[QT_INSTALL_IMPORTS]/$$TARGETPATH

qmldir.files += $$PWD/qmldir
qmldir.path +=  $$[QT_INSTALL_IMPORTS]/$$TARGETPATH

INSTALLS += target qmldir