summaryrefslogtreecommitdiffstats
path: root/src/hardwareintegration/client/xcomposite-egl/xcomposite-egl.pri
blob: 52653c4ae72bd47fb3732c749dfd455a8bf6d4fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
INCLUDEPATH += $$PWD
include($$PWD/../xcomposite_share/xcomposite_share.pri)

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

QT += platformsupport-private
CONFIG += egl

SOURCES += \
    $$PWD/qwaylandxcompositeeglcontext.cpp \
    $$PWD/qwaylandxcompositeeglclientbufferintegration.cpp \
    $$PWD/qwaylandxcompositeeglwindow.cpp

HEADERS += \
    $$PWD/qwaylandxcompositeeglcontext.h \
    $$PWD/qwaylandxcompositeeglclientbufferintegration.h \
    $$PWD/qwaylandxcompositeeglwindow.h