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

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

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

# Input
SOURCES += main.cpp