mirror of
https://invent.kde.org/frameworks/kimageformats.git
synced 2025-07-16 03:24:17 -04:00
Compare commits
4 Commits
Frameworks
...
v6.3.0
Author | SHA1 | Date | |
---|---|---|---|
6c1a7ad339 | |||
c721fa481b | |||
ea15fed399 | |||
c2fabef501 |
@ -1,5 +1,5 @@
|
|||||||
Dependencies:
|
Dependencies:
|
||||||
- 'on': ['Linux', 'FreeBSD', 'macOS', 'Windows']
|
- 'on': ['Linux', 'FreeBSD', 'macOS', 'Windows', 'Android']
|
||||||
'require':
|
'require':
|
||||||
'frameworks/extra-cmake-modules': '@same'
|
'frameworks/extra-cmake-modules': '@same'
|
||||||
'frameworks/karchive' : '@same'
|
'frameworks/karchive' : '@same'
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
cmake_minimum_required(VERSION 3.16)
|
cmake_minimum_required(VERSION 3.16)
|
||||||
|
|
||||||
set(KF_VERSION "6.2.0") # handled by release scripts
|
set(KF_VERSION "6.3.0") # handled by release scripts
|
||||||
set(KF_DEP_VERSION "6.2.0") # handled by release scripts
|
set(KF_DEP_VERSION "6.3.0") # handled by release scripts
|
||||||
project(KImageFormats VERSION ${KF_VERSION})
|
project(KImageFormats VERSION ${KF_VERSION})
|
||||||
|
|
||||||
include(FeatureSummary)
|
include(FeatureSummary)
|
||||||
find_package(ECM 6.2.0 NO_MODULE)
|
find_package(ECM 6.3.0 NO_MODULE)
|
||||||
set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake Modules." URL "https://commits.kde.org/extra-cmake-modules")
|
set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake Modules." URL "https://commits.kde.org/extra-cmake-modules")
|
||||||
feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND FATAL_ON_MISSING_REQUIRED_PACKAGES)
|
feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND FATAL_ON_MISSING_REQUIRED_PACKAGES)
|
||||||
|
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
maintainer: alexmerry
|
|
||||||
description: Image format plugins for Qt
|
description: Image format plugins for Qt
|
||||||
tier: 2
|
tier: 2
|
||||||
type: functional
|
type: functional
|
||||||
|
Reference in New Issue
Block a user