[packaging/krita-deps-management] ext_qt: [qt][android] Handle edge-to-edge by not doing it
Dmitry Kazakov <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit 44a226bacca177515162b45b233f10c95da4d20b by Dmitry Kazakov.
Committed on 14/08/2026 at 20:48.
Pushed by dkazakov into branch 'master'.
[qt][android] Handle edge-to-edge by not doing it
M +1 -1 ext_qt/CMakeLists.txt
https://invent.kde.org/packaging/krita-deps-management/-/commit/44a226bacca177515162b45b233f10c95da4d20b
diff --git a/ext_qt/CMakeLists.txt b/ext_qt/CMakeLists.txt
index 8a01052..f808666 100644
--- a/ext_qt/CMakeLists.txt
+++ b/ext_qt/CMakeLists.txt
@@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.29)
project(ext_qt)
include(${CMAKE_SOURCE_DIR}/../cmake/base-dep-options.cmake)
-set(QT_GIT_TAG "835aaa7afeffe87151c4c4614d54827c1d997a09")
+set(QT_GIT_TAG "2d0ea49d3428d639d45e7b1a32bbe0d096ed8b8e")
if (MINGW)
set(QT_BUILD_COMMAND mingw32-make -j${SUBMAKE_JOBS})