diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-27 00:52:32 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-27 00:52:32 -0600 |
commit | 91726329ab9745105638d8b74cfd9f000cd13af4 (patch) | |
tree | 2e8be3b7edc2ecf47e6ee4e5a63cb45ca6819c4c /plugins/recentstuff | |
parent | d6cfa98becda3f9648dcda4dafd3de99b8733901 (diff) | |
download | kbfx-91726329ab9745105638d8b74cfd9f000cd13af4.tar.gz kbfx-91726329ab9745105638d8b74cfd9f000cd13af4.zip |
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'plugins/recentstuff')
-rw-r--r-- | plugins/recentstuff/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/recentstuff/CMakeLists.txt b/plugins/recentstuff/CMakeLists.txt index d8c168f..7ea02fa 100644 --- a/plugins/recentstuff/CMakeLists.txt +++ b/plugins/recentstuff/CMakeLists.txt @@ -39,7 +39,7 @@ set( ${target}_SRCS tde_add_library( ${target} SHARED AUTOMOC SOURCES ${${target}_SRCS} # VERSION 4.2.0 - LINK DCOP-shared tdecore-shared tdeui-shared kio-shared tdehtml-shared ${M_LIBRARY} kbfxdata + LINK DCOP-shared tdecore-shared tdeui-shared tdeio-shared tdehtml-shared ${M_LIBRARY} kbfxdata DESTINATION ${LIB_INSTALL_DIR}/kbfx/plugins ) |