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

OTHER_FILES += xcomposite-glx.json

SOURCES += \
    main.cpp

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

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