summaryrefslogtreecommitdiffstats
path: root/src/hardwareintegration/compositor/wayland-eglstream-controller/wayland-eglstream-controller.pri
blob: 931475ef685dd60866c71f08984d709e2724dd5d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
INCLUDEPATH += $$PWD

QMAKE_USE_PRIVATE += egl wayland-server wayland-egl

CONFIG += wayland-scanner
WAYLANDSERVERSOURCES += $$PWD/../../../3rdparty/protocol/wl-eglstream-controller.xml

QT += egl_support-private

SOURCES += \
    $$PWD/waylandeglstreamintegration.cpp \
    $$PWD/waylandeglstreamcontroller.cpp

HEADERS += \
    $$PWD/waylandeglstreamintegration.h \
    $$PWD/waylandeglstreamcontroller.h