diff options
| author | Laurent Montel <[email protected]> | 2007-05-07 07:27:26 +0000 |
|---|---|---|
| committer | Laurent Montel <[email protected]> | 2007-05-07 07:27:26 +0000 |
| commit | a4713e9ea4e7af747f4a406f68c907c1f09aac95 (patch) | |
| tree | 23b760877c191f26d53cf078c1b48b2f8762edc2 /src/CMakeLists.txt | |
| parent | ca0a0438eaebe7107bdf054b23c98478018d6fee (diff) | |
Adapt to new konsole api
svn path=/trunk/KDE/kdebase/apps/; revision=661990
Diffstat (limited to 'src/CMakeLists.txt')
| -rw-r--r-- | src/CMakeLists.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 54e59583d..5cf2676c3 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -2,7 +2,8 @@ add_subdirectory( pics ) add_subdirectory( servicemenus ) -include_directories( ${CMAKE_SOURCE_DIR}/libkonq ${KDE4_INCLUDE_DIR} ${QT_INCLUDES} ) +include_directories( ${CMAKE_SOURCE_DIR}/libkonq ${KDE4_INCLUDE_DIR} ${QT_INCLUDES} ${CMAKE_SOURCE_DIR}/apps/konsole/src/ + ) add_definitions (-DQT3_SUPPORT) |
