diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-26 13:17:50 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-26 13:17:50 -0600 |
commit | b363d2579af0a11b77e698aed2e1021c2233b644 (patch) | |
tree | f4a47b87354b7a6a3b266c8121bd8ddaeb7accaa /knotes/CMakeLists.txt | |
parent | 61bddfe3a7226b18c68a76124b727c736f431688 (diff) | |
download | tdepim-b363d2579af0a11b77e698aed2e1021c2233b644.tar.gz tdepim-b363d2579af0a11b77e698aed2e1021c2233b644.zip |
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'knotes/CMakeLists.txt')
-rw-r--r-- | knotes/CMakeLists.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/knotes/CMakeLists.txt b/knotes/CMakeLists.txt index 7ef23ca41..198d124e8 100644 --- a/knotes/CMakeLists.txt +++ b/knotes/CMakeLists.txt @@ -42,8 +42,8 @@ install( FILES KNotesIface.h KNotesAppIface.h DESTINATION ${INCLUDE_INSTALL_DIR} install( FILES knotes.desktop DESTINATION ${XDG_APPS_INSTALL_DIR} ) install( FILES knoteconfig.kcfg knotesglobalconfig.kcfg DESTINATION ${KCFG_INSTALL_DIR} ) install( FILES knotesappui.rc knotesui.rc DESTINATION ${DATA_INSTALL_DIR}/knotes ) -install( FILES local.desktop DESTINATION ${SERVICES_INSTALL_DIR}/kresources/knotes ) -install( FILES knotes_manager.desktop DESTINATION ${SERVICES_INSTALL_DIR}/kresources ) +install( FILES local.desktop DESTINATION ${SERVICES_INSTALL_DIR}/tderesources/knotes ) +install( FILES knotes_manager.desktop DESTINATION ${SERVICES_INSTALL_DIR}/tderesources ) ##### knotes (executable) ####################### @@ -76,7 +76,7 @@ tde_add_library( knotes SHARED AUTOMOC knotebutton.cpp knoteconfigdlg.cpp knotehostdlg.cpp knotealarmdlg.cpp knotesalarm.cpp VERSION 0.0.0 - LINK tdepim-shared kutils-shared tdeprint-shared + LINK tdepim-shared tdeutils-shared tdeprint-shared DESTINATION ${LIB_INSTALL_DIR} ) |