summaryrefslogtreecommitdiffstats
path: root/config.tests/egl/egl.pro
diff options
context:
space:
mode:
Diffstat (limited to 'config.tests/egl/egl.pro')
-rw-r--r--config.tests/egl/egl.pro15
1 files changed, 0 insertions, 15 deletions
diff --git a/config.tests/egl/egl.pro b/config.tests/egl/egl.pro
deleted file mode 100644
index 402477db2..000000000
--- a/config.tests/egl/egl.pro
+++ /dev/null
@@ -1,15 +0,0 @@
-TARGET = egl
-QT = core
-
-!contains(QT_CONFIG, opengl): error("egl support requires Qt configured with OpenGL")
-!contains(QT_CONFIG, egl): error("egl support requires Qt configured with EGL")
-
-!contains(QT_CONFIG, no-pkg-config) {
- CONFIG += link_pkgconfig
- PKGCONFIG += egl
-} else {
- LIBS += -lEGL
-}
-
-# Input
-SOURCES += main.cpp