summaryrefslogtreecommitdiffstats
path: root/src/hardwareintegration/compositor/xcomposite-egl/xcomposite-egl.pri
blob: 6d0f816594d52d04532a1b0e8edb4dd7c4b0e029 (plain)
1
2
3
4
5
6
7
8
9
10
11
include($$PWD/../xcomposite_share/xcomposite_share.pri)

QMAKE_USE_PRIVATE += egl wayland-server x11

INCLUDEPATH += $$PWD

HEADERS += \
    $$PWD/xcompositeeglintegration.h

SOURCES += \
    $$PWD/xcompositeeglintegration.cpp