mirror of
https://github.com/bolucat/Archive.git
synced 2026-04-23 00:17:16 +08:00
1.2 KiB
1.2 KiB
Linux (libuv, uvw)
- The CMake support provided by
uvwis not complete and lackslibdllinkage when configuring usingUSE_SYSTEM_LIBUVoption.
Linux (Qt)
- As a regression of Qt 6.2 beta2, Vulkan must be installed when configuring a Qt GUI application, so install vulkan and set
VULKAN_SDKproperly. (See QTBUG-95391)
macOS (Qt)
macdeployqtis malfunctioning when it seeslibabsl_debugging_internal.dylib(See QTBUG-90982)- QvPersonal uses static linking (provided by vcpkg) so this won't cause a problem.
- Pay special attention when using shared(dynamic) gRPC libraries (which depends on libabsl) from homebrew.
- Qt Network OpenSSL TLS backend plugin is not shipped Qt, causing TLS 1.3 to be unavailable. (See QTBUG-95249)
Windows (Qt)
windeployqtwill not copy Qt Network TLS backend plugins, so they're copied by CMake, as a result, debugging libraries may be copied.- As a regression of Qt 6.2 beta2, Vulkan must be installed when configuring a Qt GUI application, so install vulkan and set
VULKAN_SDKproperly. (See QTBUG-95391)