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

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

HEADERS += \
    $$PWD/qwaylandxcompositebuffer.h

SOURCES += \
    $$PWD/qwaylandxcompositebuffer.cpp