summaryrefslogtreecommitdiffstats
path: root/poxml
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 /poxml
parentb9553cef2a3cd9f5b89c8aca6f4b7781a079dbb7 (diff)
downloadtdesdk-ff94d46e423398804d2ae63faeb114c2cf604fc4.tar.gz
tdesdk-ff94d46e423398804d2ae63faeb114c2cf604fc4.zip
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'poxml')
-rw-r--r--poxml/CMakeLists.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/poxml/CMakeLists.txt b/poxml/CMakeLists.txt
index ed6c1aeb..54958c88 100644
--- a/poxml/CMakeLists.txt
+++ b/poxml/CMakeLists.txt
@@ -29,7 +29,7 @@ link_directories(
tde_add_executable( split2po
SOURCES split.cpp parser.cpp
- LINK kio-shared
+ LINK tdeio-shared
DESTINATION ${BIN_INSTALL_DIR}
)
@@ -38,7 +38,7 @@ tde_add_executable( split2po
tde_add_executable( xml2pot
SOURCES xml2pot.cpp parser.cpp
- LINK kio-shared
+ LINK tdeio-shared
DESTINATION ${BIN_INSTALL_DIR}
)
@@ -47,7 +47,7 @@ tde_add_executable( xml2pot
tde_add_executable( po2xml
SOURCES GettextLexer.cpp GettextParser.cpp po2xml.cpp parser.cpp
- LINK antlr-static kio-shared
+ LINK antlr-static tdeio-shared
DESTINATION ${BIN_INSTALL_DIR}
)
@@ -56,7 +56,7 @@ tde_add_executable( po2xml
tde_add_executable( swappo
SOURCES GettextLexer.cpp GettextParser.cpp swappo.cpp parser.cpp
- LINK antlr-static kio-shared
+ LINK antlr-static tdeio-shared
DESTINATION ${BIN_INSTALL_DIR}
)
@@ -65,6 +65,6 @@ tde_add_executable( swappo
tde_add_executable( transxx
SOURCES GettextLexer.cpp GettextParser.cpp transxx.cpp parser.cpp
- LINK antlr-static kio-shared
+ LINK antlr-static tdeio-shared
DESTINATION ${BIN_INSTALL_DIR}
)