summaryrefslogtreecommitdiff
path: root/config.tests/wayland_egl/wayland_egl.pro
blob: 0db9b04f1ed40107a41ae689d37bbcd1e8911efd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
TARGET = wayland_egl
QT = core

!contains(QT_CONFIG, opengles2):error("wayland_egl support currently requires Qt configured with OpenGL ES2")

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

# Input
SOURCES += main.cpp