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

QMAKE_USE += egl wayland-client wayland-egl libdl

QT += opengl-private

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

HEADERS += $$PWD/qwaylandeglclientbufferintegration_p.h \
           $$PWD/qwaylandglcontext_p.h \
           $$PWD/qwaylandeglwindow_p.h \
           $$PWD/qwaylandeglinclude_p.h