summaryrefslogtreecommitdiffstats
path: root/poxml/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'poxml/CMakeLists.txt')
-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}
)