-
Bug
-
Resolution: Fixed
-
P3: Somewhat important
-
None
-
6.10.0 Beta3
-
None
-
Windows Server 2016 (1607)
QTBUG-134075 introduce QT_WIN_SERVER_2016_COMPAT to let Qt work on Windows Server 2016 again. Qt 6.9.2 is still working fine on Windows Server 2016 using -DCMAKE_CXX_FLAGS="-DQT_WIN_SERVER_2016_COMPAT=1 to configure Qt.
We also using -no-icu as configuration flag.
Starting with Qt 6.10 our application fails to start on Windows Server 2016 after using the MSI Installer because icuuc.dll is missing. Right, it is not available on Windows Server 2016 (https://learn.microsoft.com/de-de/windows/win32/intl/international-components-for-unicode--icu-). But why is it requested even if we use -no-icu? Is it caused by QTBUG-132056 or QTBUG-134540?