summaryrefslogtreecommitdiffstats
path: root/kdevdesigner/src/CMakeLists.txt
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-26 13:18:13 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-26 13:18:13 -0600
commit2fb700f92bb787fab0845a63a541cd5640daa449 (patch)
treec6f769db55585dd47a9fd415a40ee8b86926f683 /kdevdesigner/src/CMakeLists.txt
parentfd1d1e1064eb09ddbbd67d3597c39856f5c0bc76 (diff)
downloadtdevelop-2fb700f92bb787fab0845a63a541cd5640daa449.tar.gz
tdevelop-2fb700f92bb787fab0845a63a541cd5640daa449.zip
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'kdevdesigner/src/CMakeLists.txt')
-rw-r--r--kdevdesigner/src/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/kdevdesigner/src/CMakeLists.txt b/kdevdesigner/src/CMakeLists.txt
index 726a91d1..c232cd2f 100644
--- a/kdevdesigner/src/CMakeLists.txt
+++ b/kdevdesigner/src/CMakeLists.txt
@@ -31,6 +31,6 @@ install( FILES kdevdesigner_shell.rc DESTINATION ${DATA_INSTALL_DIR}/kdevdesigne
tde_add_executable( kdevdesigner AUTOMOC
SOURCES main.cpp kdevdesigner.cpp
- LINK kparts-shared
+ LINK tdeparts-shared
DESTINATION ${BIN_INSTALL_DIR}
)