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:
Jan Möbius
2009-09-02 12:49:16 +00:00
parent 2f6cbf30a8
commit 51d7be744a
3 changed files with 3 additions and 0 deletions

View File

@@ -5,6 +5,7 @@ include_directories (
${CMAKE_CURRENT_SOURCE_DIR}
${GLEW_INCLUDE_DIR}
${GLUT_INCLUDE_DIR}
${QT_INCLUDE_DIR}
)
set (targetName DecimaterGui)