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

QMAKE_USE += egl wayland-client wayland-egl

QT += egl_support-private

SOURCES += $$PWD/qwaylandeglclientbufferintegration.cpp \
           $$PWD/qwaylandglcontext.cpp \
           $$PWD/qwaylandeglwindow.cpp

HEADERS += $$PWD/qwaylandeglclientbufferintegration.h \
           $$PWD/qwaylandglcontext.h \
           $$PWD/qwaylandeglwindow.h \
           $$PWD/qwaylandeglinclude.h