summaryrefslogtreecommitdiffstats
path: root/src/plugins/hardwareintegration/compositor/wayland-egl/wayland-egl.pro
blob: f222917594f77bc967a78f1576b2c9a752026519 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
QT = waylandcompositor waylandcompositor-private core-private gui-private

OTHER_FILES += wayland-egl.json

SOURCES += \
    main.cpp

include(../../../../hardwareintegration/compositor/wayland-egl/wayland-egl.pri)

PLUGIN_TYPE = wayland-graphics-integration-server
PLUGIN_CLASS_NAME = QWaylandEglClientBufferIntegrationPlugin
load(qt_plugin)