1
0
Hrvoje Senjan 2015-11-08 17:05:09 +00:00 committed by Git OBS Bridge
parent e28b23c70c
commit 7b347883a1
2 changed files with 1 additions and 13 deletions

View File

@ -1,13 +0,0 @@
Index: kdesignerplugin-5.15.0/KF5DesignerPluginMacros.cmake
===================================================================
--- kdesignerplugin-5.15.0.orig/KF5DesignerPluginMacros.cmake
+++ kdesignerplugin-5.15.0/KF5DesignerPluginMacros.cmake
@@ -87,7 +87,7 @@ macro(kf5designerplugin_add_plugin targe
PURPOSE "Required to build Qt Designer plugins"
)
endif()
- if(NOT Qt5Designer_VERSION_STRING VERSION_LESS 5.5.0 AND NOT Qt5UiPlugin_FOUND)
+ if(NOT Qt5Designer_VERSION_STRING VERSION_LESS 5.5.0 AND NOT Qt5UiPlugin_FOUND AND NOT CMAKE_VERSION VERSION_LESS 3.0.0)
find_package(Qt5UiPlugin ${REQUIRED_QT_VERSION} ${_requiredarg} NO_MODULE)
set_package_properties(Qt5UiPlugin PROPERTIES
PURPOSE "Required to build Qt Designer plugins"

View File

@ -4,6 +4,7 @@ Sun Nov 8 16:59:42 UTC 2015 - hrvoje.senjan@gmail.com
- Update to 5.16.0
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.16.0.php
- Drop fix-build-with-cmake-less-than-3.0.0.diff, upstreamed
-------------------------------------------------------------------
Thu Oct 8 14:30:46 UTC 2015 - alarrosa@suse.com