diff options
author | Michele Calgaro <[email protected]> | 2020-02-15 13:48:45 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2020-02-15 15:40:16 +0900 |
commit | 202d2abe73b942cfea3a2fb9b6cf9d3a13bd1fe8 (patch) | |
tree | 45920383d8876226eef90f8b56d8a0422e166644 /CMakeLists.txt | |
parent | fc6447d51e58419abb7177aad426771f03eb35b2 (diff) | |
download | tdebase-202d2abe73b942cfea3a2fb9b6cf9d3a13bd1fe8.tar.gz tdebase-202d2abe73b942cfea3a2fb9b6cf9d3a13bd1fe8.zip |
Renamed release_notes to tde_release_notes.
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit ca57a59e95c71d37c8f7ddf8024c64c8bcae0890)
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 8236ce3c5..1a869bb6f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -218,6 +218,7 @@ check_type_size( "long long" LONG_LONG ) ##### tdebase directories ####################### add_subdirectory( tdmlib ) +add_subdirectory( kcontrol ) tde_conditional_add_subdirectory( BUILD_TDEINIT tdeinit ) tde_conditional_add_subdirectory( BUILD_L10N l10n ) @@ -226,7 +227,6 @@ tde_conditional_add_subdirectory( BUILD_APPLNK applnk ) tde_conditional_add_subdirectory( BUILD_DOC doc ) tde_conditional_add_subdirectory( BUILD_LIBKONQ libkonq ) tde_conditional_add_subdirectory( BUILD_KCMINIT kcminit ) -add_subdirectory( kcontrol ) tde_conditional_add_subdirectory( BUILD_TWIN twin ) tde_conditional_add_subdirectory( BUILD_KATE kate ) tde_conditional_add_subdirectory( BUILD_KONQUEROR konqueror ) @@ -271,8 +271,8 @@ tde_conditional_add_subdirectory( BUILD_TQT3INTEGRATION tqt3integration ) ##### install starttde & related stuff ########## if( BUILD_STARTTDE ) - install( PROGRAMS starttde DESTINATION ${BIN_INSTALL_DIR} ) - install( PROGRAMS migratekde3 r14-xdg-update release_notes DESTINATION ${BIN_INSTALL_DIR} ) + install( PROGRAMS starttde migratekde3 r14-xdg-update tde_release_notes + DESTINATION ${BIN_INSTALL_DIR} ) endif() |