diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-06 02:31:13 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-06 02:31:13 -0600 |
commit | 0ae5679aa160245af248836e1d7743aeff63f2e1 (patch) | |
tree | 64608dccc9bfd57800995a414f6287b7605ca637 /khtml/CMakeLists.txt | |
parent | d3b5575f31f14629dbd3fd900665e1a69aa7bcd5 (diff) | |
download | tdelibs-0ae5679aa160245af248836e1d7743aeff63f2e1.tar.gz tdelibs-0ae5679aa160245af248836e1d7743aeff63f2e1.zip |
Additional kde to tde renaming
Diffstat (limited to 'khtml/CMakeLists.txt')
-rw-r--r-- | khtml/CMakeLists.txt | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/khtml/CMakeLists.txt b/khtml/CMakeLists.txt index 9a2488c4a..fc503ca81 100644 --- a/khtml/CMakeLists.txt +++ b/khtml/CMakeLists.txt @@ -28,20 +28,20 @@ include_directories( ${CMAKE_BINARY_DIR} ${CMAKE_BINARY_DIR}/kjs ${CMAKE_BINARY_DIR}/kio/kssl - ${CMAKE_BINARY_DIR}/kdecore + ${CMAKE_BINARY_DIR}/tdecore ${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_SOURCE_DIR} ${CMAKE_SOURCE_DIR}/dcop - ${CMAKE_SOURCE_DIR}/kdefx - ${CMAKE_SOURCE_DIR}/kdecore - ${CMAKE_SOURCE_DIR}/kdeui + ${CMAKE_SOURCE_DIR}/tdefx + ${CMAKE_SOURCE_DIR}/tdecore + ${CMAKE_SOURCE_DIR}/tdeui ${CMAKE_SOURCE_DIR}/kio ${CMAKE_SOURCE_DIR}/kio/kio ${CMAKE_SOURCE_DIR}/kio/kfile ${CMAKE_SOURCE_DIR}/kio/kssl ${CMAKE_SOURCE_DIR}/kutils ${CMAKE_SOURCE_DIR}/kwallet/client - ${CMAKE_SOURCE_DIR}/kdeprint + ${CMAKE_SOURCE_DIR}/tdeprint ) link_directories( @@ -88,7 +88,7 @@ tde_add_library( ${target} SHARED AUTOMOC VERSION 4.2.0 LINK ${VSCRIPT} kjava-static kjs_html-static khtmldom-static khtmlcss-static khtmlhtml-static khtmlxml-static khtmlrender-static khtmlmisc-static - kutils-shared kdeprint-shared kjs-shared ${JPEG_LIBRARIES} + kutils-shared tdeprint-shared kjs-shared ${JPEG_LIBRARIES} DESTINATION ${LIB_INSTALL_DIR} DEPENDENCIES dcopidl ) |