summaryrefslogtreecommitdiffstats
path: root/kbabel/common/CMakeLists.txt
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-27 01:05:39 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-27 01:05:39 -0600
commitff94d46e423398804d2ae63faeb114c2cf604fc4 (patch)
tree4481ffd491d15ac15081cea46d7cc298ef6351a4 /kbabel/common/CMakeLists.txt
parentb9553cef2a3cd9f5b89c8aca6f4b7781a079dbb7 (diff)
downloadtdesdk-ff94d46e423398804d2ae63faeb114c2cf604fc4.tar.gz
tdesdk-ff94d46e423398804d2ae63faeb114c2cf604fc4.zip
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'kbabel/common/CMakeLists.txt')
-rw-r--r--kbabel/common/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/kbabel/common/CMakeLists.txt b/kbabel/common/CMakeLists.txt
index f6b6fd96..d0377a65 100644
--- a/kbabel/common/CMakeLists.txt
+++ b/kbabel/common/CMakeLists.txt
@@ -58,6 +58,6 @@ tde_add_library( kbabelcommon SHARED AUTOMOC
exportplugin.cpp kbproject.cpp kbprojectmanager.cpp
kbprojectsettings.kcfgc projectsettings.cpp stringdistance.cpp
VERSION 3.2.0
- LINK gettext-static kio-shared
+ LINK gettext-static tdeio-shared
DESTINATION ${LIB_INSTALL_DIR}
)