Add support for KFileMetaData
Also fix installing the main view's QML file.
This commit is contained in:
parent
65ec42d0de
commit
61466d9ce8
2 changed files with 13 additions and 2 deletions
|
@ -37,6 +37,11 @@ find_package(KF5 ${KF5_VERSION} REQUIRED
|
|||
# DocTools # Disabled until manual's ready
|
||||
)
|
||||
|
||||
# Not a framework yet, hence separate
|
||||
find_package(KF5 "5.6.0" COMPONENTS
|
||||
FileMetaData)
|
||||
|
||||
|
||||
include(ECMInstallIcons)
|
||||
include(KDEInstallDirs)
|
||||
include(KDECompilerSettings)
|
||||
|
@ -45,6 +50,7 @@ include(FeatureSummary)
|
|||
|
||||
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++0x")
|
||||
set(CMAKE_INCLUDE_CURRENT_DIR ON)
|
||||
set_package_properties(FileMetaData PROPERTIES TYPE OPTIONAL PURPOSE "Required for file tagging")
|
||||
|
||||
# add_subdirectory( doc )
|
||||
add_subdirectory( src )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue