diff options
author | samelian <samelian@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-04-26 20:40:36 +0000 |
---|---|---|
committer | samelian <samelian@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-04-26 20:40:36 +0000 |
commit | 04e6e355e25c49050d9e9602cec2019180e96688 (patch) | |
tree | a38ae6d398f0297abc316ebd9fb6c71d6b0980c1 /vcs/cvsservice/integrator | |
parent | 0358575487235c36da305e7c72f2e567340e041c (diff) | |
download | tdevelop-04e6e355e25c49050d9e9602cec2019180e96688.tar.gz tdevelop-04e6e355e25c49050d9e9602cec2019180e96688.zip |
[kdevelop] cvsservice ported to cmake
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdevelop@1229345 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'vcs/cvsservice/integrator')
-rw-r--r-- | vcs/cvsservice/integrator/CMakeLists.txt | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/vcs/cvsservice/integrator/CMakeLists.txt b/vcs/cvsservice/integrator/CMakeLists.txt index cd8366b0..ff0b8ec5 100644 --- a/vcs/cvsservice/integrator/CMakeLists.txt +++ b/vcs/cvsservice/integrator/CMakeLists.txt @@ -11,16 +11,8 @@ include_directories( ${CMAKE_CURRENT_BINARY_DIR} - #${CMAKE_CURRENT_SOURCE_DIR} - #${CMAKE_BINARY_DIR} ${CMAKE_SOURCE_DIR}/lib/interfaces - #${CMAKE_SOURCE_DIR}/lib/interfaces/extensions - #${CMAKE_SOURCE_DIR}/lib/interfaces/external ${CMAKE_SOURCE_DIR}/lib/interfaces/extras - #${CMAKE_SOURCE_DIR}/lib/util - #${CMAKE_SOURCE_DIR} - #${CMAKE_SOURCE_DIR} - #${CMAKE_SOURCE_DIR} ${TDE_INCLUDE_DIR} ${TQT_INCLUDE_DIRS} ) @@ -42,5 +34,6 @@ tde_add_kpart( libcvsserviceintegrator AUTOMOC cvsserviceintegrator.cpp integratordlgbase.ui fetcherdlgbase.ui integratordlg.cpp initdlg.ui LINK + kdevextras-shared kdevelop-shared cvsservice-shared DESTINATION ${PLUGIN_INSTALL_DIR} ) |