summaryrefslogtreecommitdiffstats
path: root/src/compositor/hardware_integration/xcomposite_egl/xcomposite_egl.pri
blob: 1004fe398a5dda6c2581c98576c50bbf9fd0d8a0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
include (../xcomposite_share/xcomposite_share.pri)

!contains(QT_CONFIG, no-pkg-config) {
    CONFIG += link_pkgconfig
    PKGCONFIG += xcomposite egl x11
} else {
    LIBS += -lXcomposite -lEGL -lX11
}

HEADERS += \
    $$PWD/xcompositeeglintegration.h

SOURCES += \
    $$PWD/xcompositeeglintegration.cpp