From 0cda636bc170d9bc987d99e6b747362ab0dc5d2f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20M=C3=B6bius?= Date: Thu, 4 Jun 2009 10:05:41 +0000 Subject: [PATCH] Fixed glut include fr windows git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@145 fdac6126-5c0c-442c-9429-916003d36597 --- qmake/packages/packages.Windows | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qmake/packages/packages.Windows b/qmake/packages/packages.Windows index 75529d1f..a397be34 100644 --- a/qmake/packages/packages.Windows +++ b/qmake/packages/packages.Windows @@ -36,7 +36,7 @@ defineTest( glut ) { ## Enter here the correct path to GLUT ####################################### - GLUT_PATH = c:\libs\glut + GLUT_PATH = c:\libs\glut-3.7 ########################################