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

!contains(QT_CONFIG, opengl): error("drm_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