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

OTHER_FILES += xcomposite-egl.json

SOURCES += \
    main.cpp

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

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