Details
-
Bug
-
Resolution: Done
-
P2: Important
-
6.2.2
-
None
-
-
888b75aa12 (qt/qtbase/dev) 888b75aa12 (qt/tqtc-qtbase/dev) fc32fdcda5 (qt/qtbase/6.3) fc32fdcda5 (qt/tqtc-qtbase/6.3) fc32fdcda5 (qt/tqtc-qtbase/6.3.0)
Description
Qt is dynamically loading libvulkan.so on runtime, users have to install not only libvulkan1 but also libvulkan-dev if they want to use any application that use Qt Vulkan.
According to Linux convention, libvulkan.so is for development and should not be considered always installed on end-user's environment. Qt should dlopen "libvulkan.so.1" in runtime.