summaryrefslogtreecommitdiffstats
path: root/src/hardwareintegration/client/wayland-egl/wayland-egl.pri
blob: 1a80e7cab484a02b7d96a41903240c6af62b89ee (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 opengl-private

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

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