summaryrefslogtreecommitdiffstats
path: root/src/compositor/hardware_integration/wayland_egl/wayland_egl.pri
blob: 2589239045726d015c92686f5b49af5984d3e25e (plain)
1
2
3
4
5
6
7
8
9
LIBS += -lEGL

DEFINES += QT_COMPOSITOR_MESA_EGL

SOURCES += \
    $$PWD/waylandeglintegration.cpp

HEADERS += \
    $$PWD/waylandeglintegration.h