From ff94d46e423398804d2ae63faeb114c2cf604fc4 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 27 Jan 2013 01:05:39 -0600 Subject: Rename a number of libraries and executables to avoid conflicts with KDE4 --- poxml/CMakeLists.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'poxml') 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} ) -- cgit v1.2.1