diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-05-22 15:42:00 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-05-22 15:42:00 +0200 |
commit | d361249be9ec31d575713739f032394383052705 (patch) | |
tree | a2adff3e2972cecdb26f01a0243c3fc08f004c40 /src/CMakeLists.txt | |
parent | CMakeLists.. (diff) | |
download | rekonq-d361249be9ec31d575713739f032394383052705.tar.xz |
Compiles && link with webkitKDE modulo the load method
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r-- | src/CMakeLists.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index dd7414a5..7fba4466 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -41,6 +41,11 @@ KDE4_ADD_KCFG_FILES( rekonq_SRCS rekonq.kcfgc ) ### ------------------------------------------ +include_directories( + ${CMAKE_CURRENT_SOURCE_DIR}/.. + ${KDEWEBKIT_INCLUDE_DIR} + ) + ADD_DEFINITIONS( ${KDE4_DEFINITIONS} ${KDEWEBKIT_DEFINITIONS} ) KDE4_ADD_EXECUTABLE( rekonq ${rekonq_SRCS} ) |