[neon/neon-packaging/maui-fiery/Neon/release] debian/patches: refresh patch
Carlos De Maine
null at kde.org
Fri Feb 13 11:01:53 GMT 2026
Git commit 0cdca3466d4629d279237bb1b6e8419690f89bff by Carlos De Maine.
Committed on 13/02/2026 at 11:01.
Pushed by carlosdem into branch 'Neon/release'.
refresh patch
M +3 -5 debian/patches/fix_build.diff
https://invent.kde.org/neon/neon-packaging/maui-fiery/-/commit/0cdca3466d4629d279237bb1b6e8419690f89bff
diff --git a/debian/patches/fix_build.diff b/debian/patches/fix_build.diff
index 47ea951..098875a 100644
--- a/debian/patches/fix_build.diff
+++ b/debian/patches/fix_build.diff
@@ -1,8 +1,6 @@
-diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
-index 3878e8b10f985039918b6a3c87bd0585fac6217e..ce8e27f23b6276d5a0ace4f84a1e538d929b1884 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
-@@ -4,9 +4,14 @@
+@@ -4,6 +4,14 @@
# SPDX-License-Identifier: GPL-3.0-or-later
remove_definitions(-DQT_NO_CAST_FROM_ASCII -DQT_STRICT_ITERATORS -DQT_NO_CAST_FROM_BYTEARRAY -DQT_NO_URL_CAST_FROM_STRING)
@@ -13,7 +11,7 @@ index 3878e8b10f985039918b6a3c87bd0585fac6217e..ce8e27f23b6276d5a0ace4f84a1e538d
+if (Qt6WebEngineQuick_VERSION VERSION_GREATER_EQUAL "6.10.0")
+ find_package(Qt6WebEngineQuickPrivate ${REQUIRED_QT_VERSION} REQUIRED NO_MODULE)
+endif()
-
++
set(fiery_SRCS
main.cpp
- models/historymodel.cpp
\ No newline at end of file
+ models/historymodel.cpp
More information about the Neon-commits
mailing list