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

# Input
SOURCES += main.cpp