From 8a0bab4ebcedaeca2a59bd7097b11070b8cc45a6 Mon Sep 17 00:00:00 2001 From: Luca Beltrame Date: Sun, 22 Feb 2015 16:37:58 +0100 Subject: [PATCH] Add (disabled) dependency on KDocTools It will enabled when the manual will be written. --- CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 601b083..b93addc 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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 )