Improved warning

git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@142 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
Jan Möbius
2009-06-04 09:36:22 +00:00
parent 416481d2d6
commit 565880b9b9

View File

@@ -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)