From 565880b9b9d4f11d4c2fca4903dabb8ccaedf2b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20M=C3=B6bius?= Date: Thu, 4 Jun 2009 09:36:22 +0000 Subject: [PATCH] Improved warning git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@142 fdac6126-5c0c-442c-9429-916003d36597 --- qmake/packages/packages.Windows | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/qmake/packages/packages.Windows b/qmake/packages/packages.Windows index 57e040d8..75529d1f 100644 --- a/qmake/packages/packages.Windows +++ b/qmake/packages/packages.Windows @@ -10,12 +10,12 @@ defineTest( glew ) { ## Enter here the correct path to GLEW ####################################### - GLEW_PATH = c:\glew + GLEW_PATH = c:\libs\glew ####################################### !exists ( $${GLEW_PATH} ) { - error (ERROR: GLEW not found or wrong path entry in OpenMesh\qmake\packages\packages.Windows!) + error (ERROR: GLEW not found or wrong path entry in OpenMesh\qmake\packages\packages.Windows! Please adjust it to your path!) } INCLUDEPATH *= $${GLEW_PATH}\include export(INCLUDEPATH) @@ -36,12 +36,12 @@ defineTest( glut ) { ## Enter here the correct path to GLUT ####################################### - GLUT_PATH = c:\glut + GLUT_PATH = c:\libs\glut ######################################## !exists ( $${GLUT_PATH} ) { - error (ERROR: GLUT not found or wrong path entry in OpenMesh\qmake\packages\packages.Windows!) + error (ERROR: GLUT not found or wrong path entry in OpenMesh\qmake\packages\packages.Windows! Please adjust it to your path!) } INCLUDEPATH *= $${GLUT_PATH}\include export(INCLUDEPATH)