summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristophe Giboudeaux <cgiboudeaux@gmx.com>2011-10-26 11:32:58 +0200
committerChristophe Giboudeaux <cgiboudeaux@gmx.com>2011-10-26 11:32:58 +0200
commitd934f610794c0e47de335de88d12b2317a2387a1 (patch)
tree8c966e1070ab1a7f06d025b653fcb327c3a787f1
parentDecrease the minimum Qt version and use pkgconfig to find the QtWebkit one. (diff)
downloadrekonq-d934f610794c0e47de335de88d12b2317a2387a1.tar.xz
-Wmissing-include-dirs
-rw-r--r--src/CMakeLists.txt1
-rw-r--r--src/tests/CMakeLists.txt1
2 files changed, 0 insertions, 2 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index d1012b2e..d31b98f7 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -116,7 +116,6 @@ INCLUDE_DIRECTORIES ( ${CMAKE_CURRENT_SOURCE_DIR}
${CMAKE_CURRENT_SOURCE_DIR}/bookmarks
${CMAKE_CURRENT_SOURCE_DIR}/history
${CMAKE_CURRENT_SOURCE_DIR}/opensearch
- ${CMAKE_CURRENT_SOURCE_DIR}/rekonqpage
${CMAKE_CURRENT_SOURCE_DIR}/settings
${CMAKE_CURRENT_SOURCE_DIR}/urlbar
${CMAKE_CURRENT_SOURCE_DIR}/useragent
diff --git a/src/tests/CMakeLists.txt b/src/tests/CMakeLists.txt
index f37c8da3..176d1e94 100644
--- a/src/tests/CMakeLists.txt
+++ b/src/tests/CMakeLists.txt
@@ -9,7 +9,6 @@ INCLUDE_DIRECTORIES ( ${CMAKE_CURRENT_BINARY_DIR}
${CMAKE_CURRENT_SOURCE_DIR}/../bookmarks
${CMAKE_CURRENT_SOURCE_DIR}/../history
${CMAKE_CURRENT_SOURCE_DIR}/../opensearch
- ${CMAKE_CURRENT_SOURCE_DIR}/../rekonqpage
${CMAKE_CURRENT_SOURCE_DIR}/../settings
${CMAKE_CURRENT_SOURCE_DIR}/../urlbar
${KDE4_INCLUDES}