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

WAYLANDSOURCES += $$PWD/../../../extensions/xcomposite.xml

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

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

QT += gui-private