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

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

INCLUDEPATH += $$PWD

HEADERS += \
    $$PWD/xcompositeeglintegration.h

SOURCES += \
    $$PWD/xcompositeeglintegration.cpp