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.pro3
1 files changed, 2 insertions, 1 deletions
diff --git a/config.tests/x11/opengl/opengl.pro b/config.tests/x11/opengl/opengl.pro
index 432bd8d..5fd41d3 100644
--- a/config.tests/x11/opengl/opengl.pro
+++ b/config.tests/x11/opengl/opengl.pro
@@ -7,4 +7,5 @@ for(p, QMAKE_LIBDIR_OPENGL) {
}
CONFIG -= qt
-LIBS += -lGL -lGLU
+win32-g++*:LIBS += -lopengl32
+else:LIBS += -lGL -lGLU