summaryrefslogtreecommitdiffstats
path: root/src/hardwareintegration/client/xcomposite-egl/xcomposite-egl.pri
blob: 4435f481bc2983040900b83756144b52c4317b82 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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
}

CONFIG += egl

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

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