summaryrefslogtreecommitdiffstats
path: root/src/imports/compositor-extensions/presentationtime/CMakeLists.txt
blob: d94a438bfa3d180912625e8ea98c12009bd5d2cb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#####################################################################
## qwaylandcompositorpresentationtimeplugin Plugin:
#####################################################################

qt_internal_add_qml_module(WaylandCompositorPresentationTime
    URI "QtWayland.Compositor.PresentationTime"
    VERSION "${PROJECT_VERSION}"
    CLASS_NAME QWaylandCompositorPresentationTimePlugin
    PLUGIN_TARGET WaylandCompositorPresentationTime
    NO_PLUGIN_OPTIONAL
    NO_GENERATE_PLUGIN_SOURCE
    NO_GENERATE_QMLTYPES
    SOURCES
        qwaylandcompositorpresentationtimeplugin.cpp
    LIBRARIES
        Qt::Core
        Qt::Gui
        Qt::WaylandCompositorPrivate
)