summaryrefslogtreecommitdiffstats
path: root/src/hardwareintegration/client/xcomposite_share/xcomposite_share.pri
blob: d2b129d03b2efa16c74ac65905facf0d3347ad5f (plain)
1
2
3
4
5
6
7
8
9
10
11
INCLUDEPATH += $$PWD

QMAKE_USE += xcomposite x11
CONFIG += wayland-scanner-client-wayland-protocol-include
WAYLANDCLIENTSOURCES += $$PWD/../../../extensions/xcomposite.xml

HEADERS += \
    $$PWD/qwaylandxcompositebuffer.h

SOURCES += \
    $$PWD/qwaylandxcompositebuffer.cpp