Add qt dir to include dirs
git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@199 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
@@ -5,6 +5,7 @@ include_directories (
|
||||
${CMAKE_CURRENT_SOURCE_DIR}
|
||||
${GLEW_INCLUDE_DIR}
|
||||
${GLUT_INCLUDE_DIR}
|
||||
${QT_INCLUDE_DIR}
|
||||
)
|
||||
|
||||
set (targetName DecimaterGui)
|
||||
|
||||
@@ -5,6 +5,7 @@ include_directories (
|
||||
${CMAKE_CURRENT_SOURCE_DIR}
|
||||
${GLEW_INCLUDE_DIR}
|
||||
${GLUT_INCLUDE_DIR}
|
||||
${QT_INCLUDE_DIR}
|
||||
)
|
||||
|
||||
set (targetName QtViewer)
|
||||
|
||||
@@ -5,6 +5,7 @@ include_directories (
|
||||
${CMAKE_CURRENT_SOURCE_DIR}
|
||||
${GLEW_INCLUDE_DIR}
|
||||
${GLUT_INCLUDE_DIR}
|
||||
${QT_INCLUDE_DIR}
|
||||
)
|
||||
|
||||
set (targetName SubdividerGui)
|
||||
|
||||
Reference in New Issue
Block a user