找不到QT中的功能Windows_vulkan_sdk

发布于 2025-01-23 20:19:09 字数 1031 浏览 2 评论 0原文

我已经新安装了QT,当我尝试打开项目并且甚至没有尝试编译时,我就找不到这个神秘的Windows_vulkan。

我的QT一直在工作更早,但我不得不重新安装它,因为它抱怨我错过了libicuun65.dll和libicuuc65.dll,并建议重新安装。我已经删除了所有内容,并从头开始安装了QT。

以下是我的错误

“在此处输入图像描述”

我进入了指定的目录,清楚地看到了该文件。我只是不确定文件的内容是否已完成,因为它仅包含下面的2行:

load(windows_vulkan_sdk)
QMAKE_LIBS_VULKAN       =

也许有LIB缺少Libicuun65.dll和Libicuuc65.dll和/或其他?

另外,请注意未完成的“准备C ++代码模型”状态栏。它从未完成,因为我在那里看到了几个小时...不应该花那么长时间。

我该怎么做才能纠正这个问题?请帮忙。

更新:我的路径也被设置了...

”在此处输入图像描述“

”在此处输入图像说明”

I have newly installed Qt and when I tried to open my projects and have not even tried to compile, I got this mysterious cannot find feature windows_vulkan.

My QT has been working earlier but I had to reinstall it because it complained I had missing libicuun65.dll and libicuuc65.dll and recommended reinstallation. I have removed everything and installed qt from scratch.

Below is my error

enter image description here

I went into the directory it specified and clearly see the file. I am just not sure the content of the file is complete as it only contains 2 lines below:

load(windows_vulkan_sdk)
QMAKE_LIBS_VULKAN       =

Maybe there are lib that are missing like libicuun65.dll and libicuuc65.dll and/or others?

Also, please note the uncompleted "Prepare C++ code Model" status bar. It has never completed as I saw it there for hours...it should not take that long.

What should I do to rectify this issue? Please help.

Update: My paths are set up too...

enter image description here

enter image description here

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

清风挽心 2025-01-30 20:19:09

我想我理解为什么会发生这种情况,您将QT安装在驱动器d中,但安装drive drive c中的Vulkan SDK。

这些应该是在同一驱动器上的

也许QT找不到您的Vulkan SDK,因此请重新安装Vulkan SDK在驱动器D中。

另一件事是此链接bug> bugreports.qt.io

还有这个github问题

他们有像您及其编译器这样的问题是msys2

in
\ msys64 \ mingw32 \ qt5 static \ share \ qt5 \ mkspecs \ common \ windows \ windows-vulkan.conf
更改:

来自:load(Windows_vulkan_sdk)

to:load(win32/windows_vulkan_sdk)

I think I understand why this happens for you, you install your Qt in Drive D but install Vulkan SDK in Drive C.

These should be on the same Drive.

Maybe Qt can't find your Vulkan SDK because of that please reinstall Vulkan SDK in Drive D.

another thing is this link in bugreports.qt.io

and also this GitHub issue.

They have problems like you and their compiler was MSYS2.

In
\msys64\mingw32\qt5-static\share\qt5\mkspecs\common\windows-vulkan.conf
changed:

From: load(windows_vulkan_sdk)

To: load(win32/windows_vulkan_sdk)

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文