summaryrefslogtreecommitdiff
path: root/src/plugins/hardwareintegration/compositor/wayland-egl/CMakeLists.txt
blob: 92bdf98ed9e95b9f4ee27e7973205283883092dd (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
# Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0

# Generated from wayland-egl.pro.

#####################################################################
## QWaylandEglClientBufferIntegrationPlugin Plugin:
#####################################################################
qt_find_package(EGL) # special case

qt_internal_add_plugin(QWaylandEglClientBufferIntegrationPlugin
    OUTPUT_NAME qt-wayland-compositor-wayland-egl
    PLUGIN_TYPE wayland-graphics-integration-server
    SOURCES
        main.cpp
    LIBRARIES
        Qt::CorePrivate
        Qt::GuiPrivate
        Qt::WaylandCompositor
        Qt::WaylandCompositorPrivate
        Qt::WaylandEglCompositorHwIntegrationPrivate
)

#### Keys ignored in scope 1:.:.:wayland-egl.pro:<TRUE>:
# OTHER_FILES = "wayland-egl.json"