diff options
Diffstat (limited to 'kde-apps/pimcommon/files/pimcommon-15.12.0-find-qt5designer.patch')
| -rw-r--r-- | kde-apps/pimcommon/files/pimcommon-15.12.0-find-qt5designer.patch | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/kde-apps/pimcommon/files/pimcommon-15.12.0-find-qt5designer.patch b/kde-apps/pimcommon/files/pimcommon-15.12.0-find-qt5designer.patch new file mode 100644 index 00000000000..f45c6aa1806 --- /dev/null +++ b/kde-apps/pimcommon/files/pimcommon-15.12.0-find-qt5designer.patch @@ -0,0 +1,15 @@ +--- a/CMakeLists.txt ++++ b/CMakeLists.txt +@@ -51,6 +51,11 @@ + find_package(KF5Libkdepim ${LIBKDEPIM_LIB_VERSION} CONFIG REQUIRED) + find_package(KF5PimTextEdit ${KPIMTEXTEDIT_LIB_VERSION} CONFIG REQUIRED) + ++find_package(Qt5Designer CONFIG) ++set_package_properties(Qt5Designer PROPERTIES ++ PURPOSE "Required to build the Qt Designer plugins" ++ TYPE OPTIONAL ++) + + ecm_setup_version(${PIMCOMMON_LIB_VERSION} VARIABLE_PREFIX PIMCOMMON + VERSION_HEADER "${CMAKE_CURRENT_BINARY_DIR}/pimcommon_version.h" + |
