Add (disabled) dependency on KDocTools

It will enabled when the manual will be written.
This commit is contained in:
Luca Beltrame 2015-02-22 16:37:58 +01:00
parent 84e3a4f948
commit 8a0bab4ebc

View file

@ -34,6 +34,7 @@ find_package(KF5 ${KF5_VERSION} REQUIRED
KIO # Jobs
Wallet # Password handling
Declarative # QML
# DocTools # Disabled until manual's ready
)
include(ECMInstallIcons)
@ -45,7 +46,7 @@ include(FeatureSummary)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++0x")
set(CMAKE_INCLUDE_CURRENT_DIR ON)
#add_subdirectory( doc )
# add_subdirectory( doc )
add_subdirectory( src )
# add_subdirectory( icons )