summaryrefslogtreecommitdiffstats
path: root/src/client/hardwareintegration/hardwareintegration.pri
blob: 0ace4777e6aeeb49cbd86028f7ea275aef550f18 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
WAYLANDCLIENTSOURCES += \
            $$PWD/../../extensions/server-buffer-extension.xml

SOURCES += \
           $$PWD/qwaylandclientbufferintegration.cpp \
           $$PWD/qwaylandclientbufferintegrationplugin.cpp \
           $$PWD/qwaylandclientbufferintegrationfactory.cpp \
           $$PWD/qwaylandserverbufferintegration.cpp \
           $$PWD/qwaylandserverbufferintegrationplugin.cpp \
           $$PWD/qwaylandserverbufferintegrationfactory.cpp

HEADERS += \
           $$PWD/qwaylandclientbufferintegration.h \
           $$PWD/qwaylandclientbufferintegrationplugin.h \
           $$PWD/qwaylandclientbufferintegrationfactory.h \
           $$PWD/qwaylandserverbufferintegration.h \
           $$PWD/qwaylandserverbufferintegrationplugin.h \
           $$PWD/qwaylandserverbufferintegrationfactory.h