mirror of
https://invent.kde.org/frameworks/kimageformats.git
synced 2025-07-16 03:24:17 -04:00
Compare commits
7 Commits
Author | SHA1 | Date | |
---|---|---|---|
e8da107189 | |||
0ae43f7d35 | |||
36b67d38bb | |||
c1164e4eda | |||
8630653eff | |||
d4009490c5 | |||
baf894ba19 |
@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 2.8.12)
|
||||
project(KImageFormats)
|
||||
|
||||
include(FeatureSummary)
|
||||
find_package(ECM 5.19.0 NO_MODULE)
|
||||
find_package(ECM 5.23.0 NO_MODULE)
|
||||
set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake Modules." URL "https://projects.kde.org/projects/kdesupport/extra-cmake-modules")
|
||||
feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND FATAL_ON_MISSING_REQUIRED_PACKAGES)
|
||||
|
||||
@ -17,7 +17,7 @@ include(KDECMakeSettings)
|
||||
|
||||
include(CheckIncludeFiles)
|
||||
|
||||
set(REQUIRED_QT_VERSION 5.3.0)
|
||||
set(REQUIRED_QT_VERSION 5.4.0)
|
||||
find_package(Qt5Gui ${REQUIRED_QT_VERSION} REQUIRED NO_MODULE)
|
||||
|
||||
find_package(KF5Archive)
|
||||
|
@ -1,6 +1,6 @@
|
||||
maintainer: alexmerry
|
||||
description: Image format plugins for Qt
|
||||
tier: 1
|
||||
tier: 2
|
||||
type: functional
|
||||
platforms:
|
||||
- name: Linux
|
||||
@ -10,3 +10,7 @@ platforms:
|
||||
portingAid: false
|
||||
deprecated: false
|
||||
release: true
|
||||
|
||||
public_lib: true
|
||||
group: Frameworks
|
||||
subgroup: Tier 2
|
||||
|
Reference in New Issue
Block a user