Fix help files, kdevelop->tdevelop branding, fix startup.

(part of the original commit)
(cherry picked from commit 998ebd2e68)
v3.5.13-sru
Darrell Anderson 13 years ago committed by Slávek Banko
parent d74a2c8a4d
commit d723334a5b

@ -83,6 +83,7 @@ option( WITH_VCS_SUBVERSION "Enable subversion support" ${WITH_VCS_ALL} )
option( BUILD_ALL "Build all components" OFF )
option( BUILD_KDEVDESIGNER "Build kdevdesigner" ${BUILD_ALL} )
option( BUILD_DOC "Build doc" ${BUILD_ALL} )
##### optional stuff ############################
@ -164,6 +165,7 @@ add_subdirectory( mimetypes )
add_subdirectory( pics )
add_subdirectory( vcs )
tde_conditional_add_subdirectory( BUILD_KDEVDESIGNER kdevdesigner )
tde_conditional_add_subdirectory( BUILD_DOC doc )
##### write configure files #####################

Loading…
Cancel
Save