[neon/maui/maui-fiery/Neon/release] debian/patches: refresh patch
Carlos De Maine
null at kde.org
Thu Jul 30 08:07:21 BST 2026
Git commit 0780ea3b3d94e49fed9d60f8e74a433dadd27620 by Carlos De Maine.
Committed on 30/07/2026 at 06:54.
Pushed by carlosdem into branch 'Neon/release'.
refresh patch
M +18 -0 debian/patches/fix_build.diff
https://invent.kde.org/neon/maui/maui-fiery/-/commit/0780ea3b3d94e49fed9d60f8e74a433dadd27620
diff --git a/debian/patches/fix_build.diff b/debian/patches/fix_build.diff
index 098875a..877f24b 100644
--- a/debian/patches/fix_build.diff
+++ b/debian/patches/fix_build.diff
@@ -15,3 +15,21 @@
set(fiery_SRCS
main.cpp
models/historymodel.cpp
+
+diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
+index b868955..7e3faf9 100644
+--- a/src/CMakeLists.txt
++++ b/src/CMakeLists.txt
+@@ -55,8 +55,7 @@ target_link_libraries(${PROJECT_NAME}
+ Qt6::Qml
+ KF6::I18n
+ KF6::CoreAddons
+-
+- Qt::CorePrivate
+- Qt::WebEngineCore
+- Qt::WebEngineQuick
+- Qt::WebEngineQuickPrivate)
++ Qt6::CorePrivate
++ Qt6::WebEngineCore
++ Qt6::WebEngineQuick
++ Qt6::WebEngineQuickPrivate)
More information about the Neon-commits
mailing list