Improved warning
git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@142 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
@@ -10,12 +10,12 @@ defineTest( glew ) {
|
|||||||
## Enter here the correct path to GLEW
|
## Enter here the correct path to GLEW
|
||||||
#######################################
|
#######################################
|
||||||
|
|
||||||
GLEW_PATH = c:\glew
|
GLEW_PATH = c:\libs\glew
|
||||||
|
|
||||||
#######################################
|
#######################################
|
||||||
|
|
||||||
!exists ( $${GLEW_PATH} ) {
|
!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
|
INCLUDEPATH *= $${GLEW_PATH}\include
|
||||||
export(INCLUDEPATH)
|
export(INCLUDEPATH)
|
||||||
@@ -36,12 +36,12 @@ defineTest( glut ) {
|
|||||||
## Enter here the correct path to GLUT
|
## Enter here the correct path to GLUT
|
||||||
#######################################
|
#######################################
|
||||||
|
|
||||||
GLUT_PATH = c:\glut
|
GLUT_PATH = c:\libs\glut
|
||||||
|
|
||||||
########################################
|
########################################
|
||||||
|
|
||||||
!exists ( $${GLUT_PATH} ) {
|
!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
|
INCLUDEPATH *= $${GLUT_PATH}\include
|
||||||
export(INCLUDEPATH)
|
export(INCLUDEPATH)
|
||||||
|
|||||||
Reference in New Issue
Block a user