summaryrefslogtreecommitdiffstats
path: root/basicsuite/graphicaleffects/graphicaleffects.pro
blob: 508ede4ca2930d11a30c1c9c51de1a9648e38fd2 (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
TARGET = graphicaleffects

include(../shared/shared.pri)

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

!contains(DEFINES, DESKTOP_BUILD) {
    content.files += \
        images
} else {
    copyToDestDir($$PWD/images, $$OUT_PWD)
}