summaryrefslogtreecommitdiffstats
path: root/src/imports/compositor-extensions/xdgshell/CMakeLists.txt
blob: 32f032d93c4128e5c16b254e157286a6e224588c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause

qt_internal_add_qml_module(WaylandCompositorXdgShell
    URI "QtWayland.Compositor.XdgShell"
    VERSION "${PROJECT_VERSION}"
    SOURCES
        qwaylandcompositorxdgshell_p.h
        qwaylandcompositorxdgshell.cpp
    LIBRARIES
        Qt::Core
        Qt::Gui
        Qt::WaylandCompositor
    NO_GENERATE_CPP_EXPORTS
    PAST_MAJOR_VERSIONS 1
)

qt_internal_add_autogen_sync_header_dependencies(WaylandCompositorXdgShell WaylandCompositor)