summaryrefslogtreecommitdiffstats
path: root/src/tdesvnd/CMakeLists.txt
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2011-11-27 17:32:00 -0600
committerTimothy Pearson <[email protected]>2011-11-27 17:32:00 -0600
commitf3e7f4bd154037a7ed8c5a5fa6a9486260895eb5 (patch)
tree2996ff80682540e69dbdd16e2ab3ba0aa1ebd81a /src/tdesvnd/CMakeLists.txt
parent32f900cc79cc54627622d23245854e50995ef827 (diff)
downloadtdesvn-f3e7f4bd154037a7ed8c5a5fa6a9486260895eb5.tar.gz
tdesvn-f3e7f4bd154037a7ed8c5a5fa6a9486260895eb5.zip
Fix FTBFS
Diffstat (limited to 'src/tdesvnd/CMakeLists.txt')
-rw-r--r--src/tdesvnd/CMakeLists.txt10
1 files changed, 1 insertions, 9 deletions
diff --git a/src/tdesvnd/CMakeLists.txt b/src/tdesvnd/CMakeLists.txt
index 4b7ebad..4e758a1 100644
--- a/src/tdesvnd/CMakeLists.txt
+++ b/src/tdesvnd/CMakeLists.txt
@@ -20,15 +20,7 @@ include_directories(
link_directories(
${TQT_LIBRARY_DIRS}
-)
-
-
-##### kded_tdesvnd ##############################
-
-tde_add_kpart( kded_tdesvnd AUTOMOC
- SOURCES tdesvnd_dcop.cpp
- LINK kio_ksvn kded_tdesvnd svnqt ksvnwidgets tdesvnhelpers tdesvncfgreader tdecore-shared tdeui-shared DCOP-shared kio-shared kwallet-shared
- DESTINATION ${PLUGIN_INSTALL_DIR}
+ ${CMAKE_BINARY_DIR}/src
)