From: Laurent Montel Date: Thu, 4 Oct 2007 19:56:47 +0000 (+0000) Subject: ${CMAKE_SOURCE_DIR}/libkonq doesn't exist now X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/commitdiff_plain/684678bd371f6fed0ae7d551afda97ea2c6b78d0 ${CMAKE_SOURCE_DIR}/libkonq doesn't exist now svn path=/trunk/KDE/kdebase/apps/; revision=721208 --- diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 1c3c41cd9..1405bf859 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -3,7 +3,7 @@ add_subdirectory( pics ) add_subdirectory( servicemenus ) add_subdirectory( tests ) -include_directories( ${CMAKE_SOURCE_DIR}/libkonq ${KDE4_INCLUDE_DIR} ${QT_INCLUDES} ${BLITZ_INCLUDES} ) +include_directories( ${KDE4_INCLUDE_DIR} ${QT_INCLUDES} ${BLITZ_INCLUDES} ) ########### next target ###############