From 593804998aaa1d463b06bb5db6ef467aed23c272 Mon Sep 17 00:00:00 2001 From: Lauro Neto Date: Tue, 26 Jan 2010 11:41:20 -0300 Subject: Fixing includes and include dirs Avoiding .. includes Reviewed by Hugo Parente --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 678b4cc3b..40a405c3c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -32,7 +32,6 @@ set(CMAKE_BUILD_TYPE Debug) include_directories(${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_CURRENT_BINARY_DIR} ${APIEXTRACTOR_INCLUDE_DIR} - ${APIEXTRACTOR_INCLUDE_DIR}/.. ${QT_INCLUDE_DIR} ${QT_QTCORE_INCLUDE_DIR}) -- cgit v1.2.3