[neon/multimedia/subtitlecomposer/Neon/release] debian/patches: backport qt6.10 compat patch from master
Carlos De Maine
null at kde.org
Thu Jul 30 06:25:39 BST 2026
Git commit 42f0dda015714b0a1eeb3dcbdeaa32732d6aa958 by Carlos De Maine.
Committed on 30/07/2026 at 05:25.
Pushed by carlosdem into branch 'Neon/release'.
backport qt6.10 compat patch from master
A +13 -0 debian/patches/qt6_10_compat.diff
A +1 -0 debian/patches/series
https://invent.kde.org/neon/multimedia/subtitlecomposer/-/commit/42f0dda015714b0a1eeb3dcbdeaa32732d6aa958
diff --git a/debian/patches/qt6_10_compat.diff b/debian/patches/qt6_10_compat.diff
new file mode 100644
index 0000000..c439b10
--- /dev/null
+++ b/debian/patches/qt6_10_compat.diff
@@ -0,0 +1,13 @@
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index 6961511137582e228ec964d3fca7acae5f938339..397cadce2766949af1d128e6487dec7c840675c7 100644
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.16 FATAL_ERROR)
+ project(subtitlecomposer VERSION "0.8.2")
+
+ if(QT_MAJOR_VERSION EQUAL 6)
+- set(QT_EXTRA_COMPONENTS OpenGLWidgets Core5Compat)
++ set(QT_EXTRA_COMPONENTS OpenGLWidgets Core5Compat WidgetsPrivate)
+ set(QT_MIN_VERSION "6.0.0")
+ set(KF_MAJOR_VERSION "6")
+ set(KF_MIN_VERSION "5.240.0")
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..06cc067
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+qt6_10_compat.diff
More information about the Neon-commits
mailing list