Compare commits

...

4 Commits

Author SHA1 Message Date
Laurent Montel
4488263f94 GIT_SILENT: Remove check about qt6.10. We depend against qt6.10 2026-06-08 13:19:43 +02:00
Bhushan Shah
168d51c848 Update Frameworks version requirement to 6.26.0
GIT_SILENT
2026-05-27 22:47:50 +05:30
Justin Zobel
c0888c1fc8 CI: Require all tests to pass 2026-05-25 20:09:25 +09:30
Bhushan Shah
9feb153716 Update version for new release 6.7.80 2026-05-18 11:47:07 +05:30
2 changed files with 4 additions and 6 deletions

View File

@@ -9,4 +9,4 @@ Dependencies:
'third-party/wayland-protocols': '@latest'
Options:
require-passing-tests-on: ['Linux', 'FreeBSD', 'Windows']
require-passing-tests-on: ['@all']

View File

@@ -4,13 +4,13 @@
cmake_minimum_required(VERSION 3.16)
project(layershellqt)
set(PROJECT_VERSION "6.6.90")
set(PROJECT_VERSION "6.7.80")
set(PROJECT_VERSION_MAJOR 6)
set(CMAKE_C_STANDARD 99)
set(QT_MIN_VERSION "6.10.0")
set(KF6_MIN_VERSION "6.24.0")
set(KF6_MIN_VERSION "6.26.0")
set(KDE_COMPILERSETTINGS_LEVEL "5.82")
set(CMAKE_CXX_STANDARD 20)
@@ -36,9 +36,7 @@ include(ECMGenerateExportHeader)
find_package(Qt6 ${QT_MIN_VERSION} CONFIG REQUIRED COMPONENTS WaylandClient Qml)
if (Qt6WaylandClient_VERSION VERSION_GREATER_EQUAL "6.10.0")
find_package(Qt6WaylandClientPrivate ${QT_MIN_VERSION} REQUIRED NO_MODULE)
endif()
find_package(Qt6WaylandClientPrivate ${QT_MIN_VERSION} REQUIRED NO_MODULE)
find_package(WaylandScanner REQUIRED)
find_package(Wayland 1.3 COMPONENTS Client Server)