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

DEFINES += QT_COMPOSITOR_MESA_EGL

SOURCES += \
    $$PWD/mesaeglintegration.cpp

HEADERS += \
    $$PWD/mesaeglintegration.h