summaryrefslogtreecommitdiffstats
path: root/config.tests/x11/opengl/opengl.pro
diff options
context:
space:
mode:
Diffstat (limited to 'config.tests/x11/opengl/opengl.pro')
-rw-r--r--config.tests/x11/opengl/opengl.pro11
1 files changed, 0 insertions, 11 deletions
diff --git a/config.tests/x11/opengl/opengl.pro b/config.tests/x11/opengl/opengl.pro
deleted file mode 100644
index d6814f1bd5..0000000000
--- a/config.tests/x11/opengl/opengl.pro
+++ /dev/null
@@ -1,11 +0,0 @@
-SOURCES = opengl.cpp
-CONFIG += x11
-INCLUDEPATH += $$QMAKE_INCDIR_OPENGL
-
-for(p, QMAKE_LIBDIR_OPENGL) {
- exists($$p):LIBS += -L$$p
-}
-
-CONFIG -= qt
-mingw:LIBS += -lopengl32
-else:LIBS += -lGL