summaryrefslogtreecommitdiffstats
path: root/src/compositor/hardware_integration/xcomposite_egl/xcomposite_egl.pri
blob: f4be9a2594b087a51e1e6a12f6e504c1cb2907dd (plain)
1
2
3
4
5
6
7
8
9
include (../xcomposite_share/xcomposite_share.pri)

LIBS += -lXcomposite -lX11 -lEGL

HEADERS += \
    $$PWD/xcompositeeglintegration.h

SOURCES += \
    $$PWD/xcompositeeglintegration.cpp