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

QMAKE_USE += xcomposite
CONFIG += wayland-scanner
WAYLANDCLIENTSOURCES += $$PWD/../../../extensions/xcomposite.xml

HEADERS += \
    $$PWD/qwaylandxcompositebuffer.h

SOURCES += \
    $$PWD/qwaylandxcompositebuffer.cpp