summaryrefslogtreecommitdiffstats
path: root/src/hardwareintegration/compositor/linux-dmabuf-unstable-v1/linux-dmabuf-unstable-v1.pri
blob: 4dbbae1940f7c91ca1b10b53f5c7663c06ce6686 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
INCLUDEPATH += $$PWD

QMAKE_USE_PRIVATE += egl drm wayland-server

CONFIG += wayland-scanner
WAYLANDSERVERSOURCES += $$PWD/../../../3rdparty/protocol/linux-dmabuf-unstable-v1.xml

QT += egl_support-private

SOURCES += \
    $$PWD/linuxdmabufclientbufferintegration.cpp \
    $$PWD/linuxdmabuf.cpp

HEADERS += \
    $$PWD/linuxdmabufclientbufferintegration.h \
    $$PWD/linuxdmabuf.h