diff options
author | Timothy Pearson <[email protected]> | 2013-01-27 01:05:57 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-27 01:05:57 -0600 |
commit | 0ea54195f4400f13a5cc109feee4b3779fbd2f0f (patch) | |
tree | 14f5fe9a43c0a4bc41119c9d518713a3f91bd4c1 /kdelirc/kcmlirc/CMakeLists.txt | |
parent | 0ec14ccb8401eff2be20f861953a77431410955c (diff) | |
download | tdeutils-0ea54195f4400f13a5cc109feee4b3779fbd2f0f.tar.gz tdeutils-0ea54195f4400f13a5cc109feee4b3779fbd2f0f.zip |
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'kdelirc/kcmlirc/CMakeLists.txt')
-rw-r--r-- | kdelirc/kcmlirc/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kdelirc/kcmlirc/CMakeLists.txt b/kdelirc/kcmlirc/CMakeLists.txt index 9f09d3e..e5c6e2b 100644 --- a/kdelirc/kcmlirc/CMakeLists.txt +++ b/kdelirc/kcmlirc/CMakeLists.txt @@ -34,7 +34,7 @@ tde_add_kpart( kcm_kcmlirc AUTOMOC addaction.cpp kcmlirc.skel editactionbase.ui editmodebase.ui editmode.cpp editaction.cpp modeslist.cpp - LINK kdelirc-static tdeui-shared kio-shared + LINK kdelirc-static tdeui-shared tdeio-shared DESTINATION ${PLUGIN_INSTALL_DIR} ) |