summaryrefslogtreecommitdiffstats
path: root/config.tests/egl/egl.pro
blob: e96672e58437926f8945a0fed3aaf469812e879b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
TARGET = 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 += egl
} else {
    LIBS += -lEGL
}

# Input
SOURCES += main.cpp