summaryrefslogtreecommitdiffstats
path: root/src/hardwareintegration/compositor/xcomposite_share/xcomposite_share.pri
blob: 69ab6aa1086826b875cb8184182520035c6ffb85 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
INCLUDEPATH += $$PWD

QMAKE_USE += xcomposite
CONFIG += wayland-scanner
WAYLANDSERVERSOURCES += $$PWD/../../../extensions/xcomposite.xml $$PWD/../../../3rdparty/protocol/wayland.xml

HEADERS += \
    $$PWD/xcompositebuffer.h \
    $$PWD/xcompositehandler.h \
    $$PWD/xlibinclude.h

SOURCES += \
    $$PWD/xcompositebuffer.cpp \
    $$PWD/xcompositehandler.cpp

QT += gui-private