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

include(../shared/shared.pri)
b2qtdemo_deploy_defaults()

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

OTHER_FILES += $${content.files}

INSTALLS += target content