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

SOURCES += \
    plugin.cpp

QT += quick-private quickparticles-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