summaryrefslogtreecommitdiffstats
path: root/basicsuite/graphicaleffects/graphicaleffects.pro
blob: 8f9c8cfe82f5b27a72d1c4c751c1447dab301773 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
TARGET = graphicaleffects

include(../shared/shared.pri)

content.files = \
    *.qml \
    images
content.path = $$DESTPATH

OTHER_FILES += $${content.files}

INSTALLS += target content