summaryrefslogtreecommitdiffstats
path: root/src/plugins/hardwareintegration/compositor/xcomposite-glx/xcomposite-glx.pro
blob: 9c320af2fbd25d32b7fc01a52ed60b3865619c36 (plain)
1
2
3
4
5
6
7
8
9
10
11
PLUGIN_TYPE = wayland-graphics-integration
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)