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

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

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

# Input
SOURCES += main.cpp