summaryrefslogtreecommitdiffstats
path: root/kompare/CMakeLists.txt
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-26 13:17:59 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-26 13:17:59 -0600
commit1515a4f2eb9cf023ed7f9c2e10106b5e93164a08 (patch)
treed5617734090b254659ff331ce7d1e574c4807caf /kompare/CMakeLists.txt
parentf8069e2ea048f2657cc417d83820576ec55c181b (diff)
downloadtdesdk-1515a4f2eb9cf023ed7f9c2e10106b5e93164a08.tar.gz
tdesdk-1515a4f2eb9cf023ed7f9c2e10106b5e93164a08.zip
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'kompare/CMakeLists.txt')
-rw-r--r--kompare/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/kompare/CMakeLists.txt b/kompare/CMakeLists.txt
index 42d5d457..2f35d2a6 100644
--- a/kompare/CMakeLists.txt
+++ b/kompare/CMakeLists.txt
@@ -50,6 +50,6 @@ tde_add_executable( kompare AUTOMOC
main.cpp kompare_shell.cpp kompareurldialog.cpp
LINK
dialogpages-static kompareinterface-shared kio-shared
- kparts-shared ktexteditor-shared
+ tdeparts-shared tdetexteditor-shared
DESTINATION ${BIN_INSTALL_DIR}
)