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

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

HEADERS += \
    $$PWD/qwaylandxcompositebuffer.h

SOURCES += \
    $$PWD/qwaylandxcompositebuffer.cpp