diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2012-12-17 03:39:43 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2012-12-17 03:39:43 +0100 |
commit | fb6ca785d1ddc8e5e62d3ab02118a97e9b1b7fe7 (patch) | |
tree | 4b5804ee0ab66b2eee8c201a135d5bcd3b4071a6 /CMakeLists.txt | |
parent | c6fee758179765290bbacdf27f699d1389717da5 (diff) | |
download | tdebase-fb6ca785d1ddc8e5e62d3ab02118a97e9b1b7fe7.tar.gz tdebase-fb6ca785d1ddc8e5e62d3ab02118a97e9b1b7fe7.zip |
Added migratekde3 script to migrate existing KDE3 profiles to Trinity profiles
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 5f28c9f6c..27ab130ee 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -211,6 +211,7 @@ tde_conditional_add_subdirectory( BUILD_TQT3INTEGRATION tqt3integration ) if( BUILD_STARTKDE ) install( PROGRAMS startkde DESTINATION ${BIN_INSTALL_DIR} ) + install( PROGRAMS migratekde3 DESTINATION ${BIN_INSTALL_DIR} ) endif() |