aboutsummaryrefslogtreecommitdiffstats
path: root/src/effects/private/CMakeLists.txt
blob: b8e0e5b900a30335f5dd96661e280f69ba46f054 (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
# Generated from private.pro.

#####################################################################
## qtgraphicaleffectsprivate Plugin:
#####################################################################

qt_internal_add_qml_module(qtgraphicaleffectsprivate
    URI "QtGraphicalEffects.private"
    VERSION "${CMAKE_PROJECT_VERSION}"
    CLASSNAME QtGraphicalEffectsPrivatePlugin
    SOURCES
        plugin.cpp
        qgfxsourceproxy.cpp qgfxsourceproxy_p.h
    PUBLIC_LIBRARIES
        Qt::Core
        Qt::CorePrivate
        Qt::Gui
        Qt::GuiPrivate
        Qt::Qml
        Qt::QmlPrivate
        Qt::Quick
        Qt::QuickPrivate
)

#### Keys ignored in scope 1:.:.:private.pro:<TRUE>:
# CXX_MODULE = "qml"
# QML_FILES = "FastGlow.qml"
# QML_IMPORT_VERSION = "$$QT_VERSION"
# TARGETPATH = "QtGraphicalEffects/private"

## Scopes:
#####################################################################

set(qml_files
    "FastGlow.qml"
)
set_source_files_properties(FastGlow.qml PROPERTIES
    QT_QML_SOURCE_VERSION "1.0"
)

qt6_target_qml_files(qtgraphicaleffectsprivate
    FILES
        ${qml_files}
)