summaryrefslogtreecommitdiff
path: root/src/effects/effects.pro
blob: c192fbc26045312caaba4df42d8fa8777046c052 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
TEMPLATE = subdirs

TARGETPATH = "QtGraphicalEffects"

plugin.files += $$PWD/qmldir
plugin.files += $$PWD/*.qml
plugin.files += $$PWD/private
plugin.path =  $$[QT_INSTALL_IMPORTS]/$$TARGETPATH
!isEmpty(DESTDIR): plugin.path = $$DESTDIR

OTHER_FILES = *.qml \
              qmldir

INSTALLS += plugin