summaryrefslogtreecommitdiffstats
path: root/src/plugins/hardwareintegration/compositor/xcomposite-glx/xcomposite-glx.pro
blob: d8d6f0e0e857dccd4b3c292e754eed7da002af54 (plain)
1
2
3
4
5
6
7
8
9
10
11
PLUGIN_TYPE = wayland-graphics-integration-server
load(qt_plugin)

QT += compositor compositor-private core-private gui-private

OTHER_FILES += xcomposite-glx.json

SOURCES += \
    main.cpp

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