summaryrefslogtreecommitdiffstats
path: root/basicsuite/graphicaleffects/graphicaleffects.pro
blob: 3fe7c5177da71695adb7fd6c82fa0aa28c799383 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
TARGET = graphicaleffects

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

content.files = \
    Checkers.qml \
    effect_BrightnessContrast.qml \
    effect_Colorize.qml \
    effect_CustomDissolve.qml \
    effect_CustomWave.qml \
    effect_Displacement.qml \
    effect_DropShadow.qml \
    effect_GaussianBlur.qml \
    effect_Glow.qml \
    effect_HueSaturation.qml \
    effect_OpacityMask.qml \
    effect_ThresholdMask.qml \
    main.qml \
    images \
    ../shared/settings.js

content.path = $$DESTPATH

OTHER_FILES += $${content.files}

INSTALLS += target content