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

QMAKE_USE_PRIVATE += egl wayland-server wayland-egl

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

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

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