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

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

HEADERS += \
    $$PWD/qwaylandxcompositebuffer.h

SOURCES += \
    $$PWD/qwaylandxcompositebuffer.cpp