aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/effects_qt6/CMakeLists.txt
blob: 1b51c72b465c6c1d519f2b7409fab3288f1fd520 (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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
qt_internal_add_qml_module(QuickStudioEffects
    URI "QtQuick.Studio.Effects"
    VERSION "${PROJECT_VERSION}"
    DESIGNER_SUPPORTED
    NO_SYNC_QT
    PAST_MAJOR_VERSIONS 1
    QML_FILES
        FastBlurItem.qml
        GlowItem.qml
        ZoomBlurItem.qml
        RadialBlurItem.qml
        DesaturationItem.qml
        SaturationItem.qml
        DirectionalBlurItem.qml
        ColorOverlayItem.qml
        DropShadowItem.qml
        ColorizeItem.qml
        BrightnessContrastItem.qml
        HueSaturationItem.qml
        MaskedBlurItem.qml
        BlendItem.qml
        OpacityMaskItem.qml
        MaskItem.qml
        RotationItem.qml
        GaussianBlurItem.qml
        GammaAdjustItem.qml
        RecursiveBlurItem.qml
        ThresholdMaskItem.qml
        LevelAdjustItem.qml
        InnerShadowItem.qml
        DisplaceItem.qml
        BlendEffect.qml
        BrightnessContrastEffect.qml
        ColorizeEffect.qml
        ColorOverlayEffect.qml
        DesaturationEffect.qml
        DirectionalBlurEffect.qml
        DisplaceEffect.qml
        DropShadowEffect.qml
        FastBlurEffect.qml
        GammaAdjustEffect.qml
        GaussianBlurEffect.qml
        GlowEffect.qml
        HueSaturationEffect.qml
        InnerShadowEffect.qml
        LevelAdjustEffect.qml
        MaskedBlurEffect.qml
        OpacityMaskEffect.qml
        RadialBlurEffect.qml
        RecursiveBlurEffect.qml
        ThresholdMaskEffect.qml
        ZoomBlurEffect.qml
)

if(QT_FEATURE_quick_designer AND QT_BUILD_SHARED_LIBS)
    add_subdirectory(designer)
endif()