summaryrefslogtreecommitdiffstats
path: root/src/plugins/waylandcompositors/xcomposite_share/xcomposite_share.pri
blob: 06937c4129ee608d2d55d3c4f24fc43d5c685efd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
INCLUDEPATH += $$PWD

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