Add (disabled) dependency on KDocTools
It will enabled when the manual will be written.
This commit is contained in:
parent
84e3a4f948
commit
8a0bab4ebc
1 changed files with 2 additions and 1 deletions
|
@ -34,6 +34,7 @@ find_package(KF5 ${KF5_VERSION} REQUIRED
|
||||||
KIO # Jobs
|
KIO # Jobs
|
||||||
Wallet # Password handling
|
Wallet # Password handling
|
||||||
Declarative # QML
|
Declarative # QML
|
||||||
|
# DocTools # Disabled until manual's ready
|
||||||
)
|
)
|
||||||
|
|
||||||
include(ECMInstallIcons)
|
include(ECMInstallIcons)
|
||||||
|
@ -45,7 +46,7 @@ include(FeatureSummary)
|
||||||
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++0x")
|
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++0x")
|
||||||
set(CMAKE_INCLUDE_CURRENT_DIR ON)
|
set(CMAKE_INCLUDE_CURRENT_DIR ON)
|
||||||
|
|
||||||
#add_subdirectory( doc )
|
# add_subdirectory( doc )
|
||||||
add_subdirectory( src )
|
add_subdirectory( src )
|
||||||
# add_subdirectory( icons )
|
# add_subdirectory( icons )
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue