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

OTHER_FILES += xcomposite-egl.json

SOURCES += \
    main.cpp

TARGET = qt-wayland-compositor-xcomposite-egl

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

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