From 51d7be744ab6f11c3f868c46e433aa01fb9e514e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20M=C3=B6bius?= Date: Wed, 2 Sep 2009 12:49:16 +0000 Subject: [PATCH] Add qt dir to include dirs git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@199 fdac6126-5c0c-442c-9429-916003d36597 --- src/OpenMesh/Apps/Decimating/DecimaterGui/CMakeLists.txt | 1 + src/OpenMesh/Apps/QtViewer/CMakeLists.txt | 1 + src/OpenMesh/Apps/Subdivider/SubdividerGui/CMakeLists.txt | 1 + 3 files changed, 3 insertions(+) diff --git a/src/OpenMesh/Apps/Decimating/DecimaterGui/CMakeLists.txt b/src/OpenMesh/Apps/Decimating/DecimaterGui/CMakeLists.txt index 79dfb15c..46c8505e 100644 --- a/src/OpenMesh/Apps/Decimating/DecimaterGui/CMakeLists.txt +++ b/src/OpenMesh/Apps/Decimating/DecimaterGui/CMakeLists.txt @@ -5,6 +5,7 @@ include_directories ( ${CMAKE_CURRENT_SOURCE_DIR} ${GLEW_INCLUDE_DIR} ${GLUT_INCLUDE_DIR} + ${QT_INCLUDE_DIR} ) set (targetName DecimaterGui) diff --git a/src/OpenMesh/Apps/QtViewer/CMakeLists.txt b/src/OpenMesh/Apps/QtViewer/CMakeLists.txt index f49b50f6..5c66ee0d 100644 --- a/src/OpenMesh/Apps/QtViewer/CMakeLists.txt +++ b/src/OpenMesh/Apps/QtViewer/CMakeLists.txt @@ -5,6 +5,7 @@ include_directories ( ${CMAKE_CURRENT_SOURCE_DIR} ${GLEW_INCLUDE_DIR} ${GLUT_INCLUDE_DIR} + ${QT_INCLUDE_DIR} ) set (targetName QtViewer) diff --git a/src/OpenMesh/Apps/Subdivider/SubdividerGui/CMakeLists.txt b/src/OpenMesh/Apps/Subdivider/SubdividerGui/CMakeLists.txt index a9df3696..0302c5f8 100644 --- a/src/OpenMesh/Apps/Subdivider/SubdividerGui/CMakeLists.txt +++ b/src/OpenMesh/Apps/Subdivider/SubdividerGui/CMakeLists.txt @@ -5,6 +5,7 @@ include_directories ( ${CMAKE_CURRENT_SOURCE_DIR} ${GLEW_INCLUDE_DIR} ${GLUT_INCLUDE_DIR} + ${QT_INCLUDE_DIR} ) set (targetName SubdividerGui)