summaryrefslogtreecommitdiffstats
path: root/src/hardwareintegration/compositor/wayland-egl/wayland-egl.pri
blob: df3aead3e9e7d7c8ac2be02c18fb7c95260d9ece (plain)
1
2
3
4
5
6
7
8
9
10
11
INCLUDEPATH += $$PWD

QMAKE_USE_PRIVATE += wayland-server wayland-egl

QT += egl_support-private

SOURCES += \
    $$PWD/waylandeglclientbufferintegration.cpp

HEADERS += \
    $$PWD/waylandeglclientbufferintegration.h