From a6e71f142db43fd3c22a40f2d34e535a47343d5e Mon Sep 17 00:00:00 2001 From: Piotr Wiercinski Date: Wed, 4 Mar 2026 14:36:50 +0100 Subject: [PATCH] QtBridge: Remove "disable-deprecated-up-to" from config MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Remove the flag "-disable-deprecated-up-to 0x070000" which disables all deprecated function up to Qt 7.0. We want users to be able to combine qtbridge and cxx-qt in Rust, so both must use the same Qt version for binary compatibility. If Qt installation is not present on the system then we will download the minimal Qt from web. We also want to support picking specific version of Qt by user: i.e. "qt_exact_6_10". In this case when the Qt installation is downloaded from web and built with `disable-deprecated-up-to 0x700000` it might confusing for user if some functions are missing from API. Change-Id: I5d00124a1704d4b5a553b7c2d05b3693ff422e74 Reviewed-by: Matthias Rauter Reviewed-by: Simo Fält --- coin/platform_configs/quick-bridges.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/coin/platform_configs/quick-bridges.yaml b/coin/platform_configs/quick-bridges.yaml index b0fd8e76..982c13e4 100644 --- a/coin/platform_configs/quick-bridges.yaml +++ b/coin/platform_configs/quick-bridges.yaml @@ -13,7 +13,6 @@ Configurations: -separate-debug-info -optimize-size -shared - -disable-deprecated-up-to 0x070000 -no-feature-widgets -no-feature-sql -no-feature-printsupport @@ -35,7 +34,6 @@ Configurations: -separate-debug-info -optimize-size -shared - -disable-deprecated-up-to 0x070000 -no-feature-widgets -no-feature-sql -no-feature-printsupport @@ -58,7 +56,6 @@ Configurations: -force-debug-info -optimize-size -shared - -disable-deprecated-up-to 0x070000 -no-feature-widgets -no-feature-sql -no-feature-printsupport