summaryrefslogtreecommitdiffstats
path: root/src/compositor/hardware_integration/wayland_egl/wayland_egl.pri
blob: d1e389dacb5f75613d560ab2e7f3010c7b7a401b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13

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

SOURCES += \
    $$PWD/waylandeglintegration.cpp

HEADERS += \
    $$PWD/waylandeglintegration.h