summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorAlexey Edelev <alexey.edelev@qt.io>2023-01-12 17:01:15 +0100
committerAxel Spoerl <axel.spoerl@qt.io>2023-01-17 15:15:11 +0000
commit3002816d77d2ee5adfc040176582f3b95116ccfb (patch)
treeb397765872b2ff17816932f8247f1193c8f07768 /tests
parent2fe69dbeb88c79012ff9f8c22b380ca3aa9a8a67 (diff)
Restrict the minimum supported ICU version to 50.1
ICU 50.1 was released May 11th, 2012. Despite of the restriction, all currently supported operating systems will continue to be supported. All mismatches described in QTBUG-99715 are fixed in this version. Restricting to 72.1 (latest version as per January 2023) or 63.1 (2018) would still exclude e.g. RHEL 9.0, which ships version 56.1. Task-number: QTBUG-109505 Pick-to: 6.5 Change-Id: Ic5cd7927d6f5fb60a89423c305796a9ed311bfa2 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'tests')
-rw-r--r--tests/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt
index fcc2959661..3c491d9675 100644
--- a/tests/CMakeLists.txt
+++ b/tests/CMakeLists.txt
@@ -18,7 +18,7 @@ if(QT_BUILD_STANDALONE_TESTS)
qt_internal_set_up_config_optimizations_like_in_qmake()
qt_find_package(WrapDBus1 PROVIDED_TARGETS dbus-1)
- qt_find_package(ICU COMPONENTS i18n uc data PROVIDED_TARGETS ICU::i18n ICU::uc ICU::data)
+ qt_find_package(ICU 50.1 COMPONENTS i18n uc data PROVIDED_TARGETS ICU::i18n ICU::uc ICU::data)
qt_find_package(WrapOpenSSL PROVIDED_TARGETS WrapOpenSSL::WrapOpenSSL)
qt_find_package(WrapOpenSSLHeaders PROVIDED_TARGETS WrapOpenSSLHeaders::WrapOpenSSLHeaders)
# special case end