summaryrefslogtreecommitdiffstats
path: root/src/plugins/hardwareintegration/client/xcomposite-glx/xcomposite-glx.pro
blob: 804ca386197c4b81efb677d18a12de763aa9121e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
QT += waylandclient-private

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

OTHER_FILES += xcomposite-glx.json

SOURCES += \
    main.cpp

PLUGIN_TYPE = wayland-graphics-integration-client
PLUGIN_CLASS_NAME = QWaylandXCompositeGlxClientBufferPlugin
load(qt_plugin)