diff options
Diffstat (limited to 'kunittest/CMakeLists.txt')
-rw-r--r-- | kunittest/CMakeLists.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kunittest/CMakeLists.txt b/kunittest/CMakeLists.txt index a2ee3fcab..74ab23e13 100644 --- a/kunittest/CMakeLists.txt +++ b/kunittest/CMakeLists.txt @@ -12,8 +12,8 @@ include_directories( ${TQT_INCLUDE_DIRS} ${CMAKE_CURRENT_BINARY_DIR} - ${CMAKE_BINARY_DIR}/kdecore - ${CMAKE_SOURCE_DIR}/kdecore + ${CMAKE_BINARY_DIR}/tdecore + ${CMAKE_SOURCE_DIR}/tdecore ) link_directories( @@ -38,7 +38,7 @@ set( ${target}_SRCS tde_add_library( ${target} SHARED AUTOMOC SOURCES ${${target}_SRCS} VERSION 1.0.0 - LINK kdecore-shared + LINK tdecore-shared DESTINATION ${LIB_INSTALL_DIR} ) |