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

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

CONFIG += egl

SOURCES += \
    $$PWD/waylandeglclientbufferintegration.cpp

HEADERS += \
    $$PWD/waylandeglclientbufferintegration.h