mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-23 18:32:50 +00:00
generic: add bzr, git, hg and svn feature info
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
8574646a8c
commit
64858c66da
1 changed files with 24 additions and 0 deletions
|
@ -256,6 +256,30 @@ add_feature_info(lsof
|
||||||
"Open files widget (KLsofWidget)"
|
"Open files widget (KLsofWidget)"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
find_program(BZR_EXECUTABLE bzr)
|
||||||
|
add_feature_info(bzr
|
||||||
|
BZR_EXECUTABLE
|
||||||
|
"Bazaar support in Dolphin"
|
||||||
|
)
|
||||||
|
|
||||||
|
find_program(GIT_EXECUTABLE git)
|
||||||
|
add_feature_info(git
|
||||||
|
GIT_EXECUTABLE
|
||||||
|
"Git support in Dolphin"
|
||||||
|
)
|
||||||
|
|
||||||
|
find_program(HG_EXECUTABLE hg)
|
||||||
|
add_feature_info(hg
|
||||||
|
HG_EXECUTABLE
|
||||||
|
"Mercurial support in Dolphin"
|
||||||
|
)
|
||||||
|
|
||||||
|
find_program(SVN_EXECUTABLE svn)
|
||||||
|
add_feature_info(svn
|
||||||
|
SVN_EXECUTABLE
|
||||||
|
"Subversion support in Dolphin"
|
||||||
|
)
|
||||||
|
|
||||||
include(ConfigureChecks.cmake)
|
include(ConfigureChecks.cmake)
|
||||||
configure_file(config-unix.h.cmake ${CMAKE_BINARY_DIR}/config-unix.h )
|
configure_file(config-unix.h.cmake ${CMAKE_BINARY_DIR}/config-unix.h )
|
||||||
configure_file(config-X11.h.cmake ${CMAKE_BINARY_DIR}/config-X11.h )
|
configure_file(config-X11.h.cmake ${CMAKE_BINARY_DIR}/config-X11.h )
|
||||||
|
|
Loading…
Add table
Reference in a new issue