Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Yeah, I would normally avoid updating LD_LIBRARY_PATH. So I added this to ~/QT/Examples/Qt-5.15.1/vulkan/hellovulkancubes/hellovulkancubes.pro file:
LD_LIBRARY_PATH
~/QT/Examples/Qt-5.15.1/vulkan/hellovulkancubes/hellovulkancubes.pro
LIBS += -lvulkan -L<PATH_TO_VULKAN_SDK>/1.2.154.0/x86_64/lib
And it works!
Thanks for your advice!
I found an interesting piece of information that
-recheck-all
is needed if it has been configured before.