Skip to content

Commit 46cc3a3

Browse files
Temporarily lower Qt version deprecation
Static builds of Qt fail when deprecating up to 6.6 [QTBUG-141994](https://bugreports.qt.io/browse/QTBUG-141994) PR #23499
1 parent 9c654b8 commit 46cc3a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/Modules/CommonConfig.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ target_compile_features(qbt_common_cfg INTERFACE
2020
)
2121

2222
target_compile_definitions(qbt_common_cfg INTERFACE
23-
QT_DISABLE_DEPRECATED_UP_TO=0x060600
23+
QT_DISABLE_DEPRECATED_UP_TO=0x060500
2424
QT_NO_CAST_FROM_ASCII
2525
QT_NO_CAST_TO_ASCII
2626
QT_NO_CAST_FROM_BYTEARRAY

0 commit comments

Comments
 (0)