[kmag] /: Enable building with QAccessibilityClient
Jeremy Whiting <[email protected]> Mon, 01 May 2017 22:31:43 +0000
| Newsgroups | gmane.comp.kde.cvs,gmane.comp.kde.devel.accessibility |
|---|---|
| Message-ID | <[email protected]> |
Git commit a855ebe1bcfabf470ffd99e330accd36aae596e9 by Jeremy Whiting, on behalf of Christoph Feck. Committed on 01/05/2017 at 22:13. Pushed by whiting into branch 'master'. Enable building with QAccessibilityClient libqaccessibilityclient has a Qt5 port in master branch. CCMAIL: [email protected] M +7 -2 CMakeLists.txt https://commits.kde.org/kmag/a855ebe1bcfabf470ffd99e330accd36aae596e9 diff --git a/CMakeLists.txt b/CMakeLists.txt index 3ec2511..f91ee30 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -27,8 +27,13 @@ find_package(KF5 REQUIRED COMPONENTS XmlGui ) -#macro_optional_find_package(QAccessibilityClient) -#macro_log_feature(QAccessibilityClient_FOUND "qaccessibilityclient" "KDE client-side accessibility library" "https://projects.kde.org/projects/playground/accessibility/libkdeaccessibilityclient" FALSE "" "Required to enable keyboard focus tracking.") +find_package(QAccessibilityClient) +set_package_properties(QAccessibilityClient PROPERTIES + DESCRIPTION "KDE client-side accessibility library" + URL "https://projects.kde.org/projects/playground/accessibility/libkdeaccessibilityclient" + TYPE OPTIONAL + PURPOSE "Required to enable keyboard focus tracking." +) configure_file( "${PROJECT_SOURCE_DIR}/focustrackconfig.h.in"