aboutsummaryrefslogtreecommitdiffstats
path: root/src/effects/effects_plugin.pro
blob: 4cfe4e3d469ccda57ed75936bf56c0fc058405a9 (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
28
29
30
31
32
CXX_MODULE = qml
TARGET = qtgraphicaleffectsplugin
TARGETPATH = QtGraphicalEffects
QT += quick qml
IMPORT_VERSION = 1.$$QT_MINOR_VERSION
QML_FILES = \
    BrightnessContrast.qml \
    ColorOverlay.qml \
    Colorize.qml \
    ConicalGradient.qml \
    Desaturate.qml \
    Displace.qml \
    DropShadow.qml \
    FastBlur.qml \
    GammaAdjust.qml \
    Glow.qml \
    HueSaturation.qml \
    LevelAdjust.qml \
    LinearGradient.qml \
    OpacityMask.qml \
    RadialGradient.qml \
    RectangularGlow.qml \
    ThresholdMask.qml

# !static: CONFIG += qmlcache

RESOURCES += \
    qtgraphicaleffectsshaders.qrc

QMAKE_DOCS = $$PWD/doc/qtgraphicaleffects.qdocconf
SOURCES += plugin.cpp
load(qml_plugin)