summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/wayland/gl_integration/xcomposite_egl/xcomposite_egl.pri
blob: c3533f9ce3b173ceebe2ec72da34f5596dc669a8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
include (../xcomposite_share/xcomposite_share.pri)
include (../../../eglconvenience/eglconvenience.pri)
include (../../../eglconvenience/xlibeglintegration.pri)

LIBS += -lXcomposite -lEGL

SOURCES += \
    $$PWD/qwaylandxcompositeeglcontext.cpp \
    $$PWD/qwaylandxcompositeeglintegration.cpp \
    $$PWD/qwaylandxcompositeeglwindow.cpp

HEADERS += \
    $$PWD/qwaylandxcompositeeglcontext.h \
    $$PWD/qwaylandxcompositeeglintegration.h \
    $$PWD/qwaylandxcompositeeglwindow.h