summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/wayland/gl_integration/wayland_egl/wayland_egl.pri
blob: bc978645c4ae647ddd4ef64e80eeb616e3930a32 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
LIBS += -lwayland-egl -lEGL
INCLUDEPATH += $$PWD
SOURCES += $$PWD/qwaylandeglintegration.cpp \
           $$PWD/qwaylandglcontext.cpp \
           $$PWD/qwaylandeglwindow.cpp \
           $$PWD/../../../eglconvenience/qeglconvenience.cpp

HEADERS += $$PWD/qwaylandeglintegration.h \
           $$PWD/qwaylandglcontext.h \
           $$PWD/qwaylandeglwindow.h \
           $$PWD/../../../eglconvenience/qeglconvenience.h \
    gl_integration/wayland_egl/qwaylandeglinclude.h