summaryrefslogtreecommitdiffstats
path: root/src/hardwareintegration/compositor/wayland-egl/wayland-egl.pri
blob: f364748903906808a042abcc1b01de2bae08e91b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
INCLUDEPATH += $$PWD

!contains(QT_CONFIG, no-pkg-config) {
    CONFIG += link_pkgconfig
    PKGCONFIG += wayland-server wayland-egl
} else {
    LIBS += -lwayland-egl -lwayland-server
}

CONFIG += egl
QT += egl_support-private

SOURCES += \
    $$PWD/waylandeglclientbufferintegration.cpp

HEADERS += \
    $$PWD/waylandeglclientbufferintegration.h