问题:

使用Qt5.9开发UWP程序,点击运行之后系统提示如下错误:
~
qt.winrtrunner: "C:/Qt/work/build-untitled1-Qt_5_9_0_for_UWP_64bit_MSVC_2017-Debug/debug/AppxManifest.xml" does not exist.
qt.winrtrunner: Unable to find a run profile for "C:/Qt/work/build-untitled1-Qt_5_9_0_for_UWP_64bit_MSVC_2017-Debug/debug/untitled1.exe" .
~

解决方法:

只要按照下图红色标识的位置配置好即可。
使用Qt5.9开发UWP程序点击运行报错
you can set the Kit’s Qt mkspec to winrt-x86-msvc2017, winrt-x64-msvc2017 or winrt-arm-msvc2017 depending on target architecture.

参考下面的地址解决问题:
https://bugreports.qt.io/browse/QTCREATORBUG-18288

相关文章:

  • 2021-06-14
  • 2022-12-23
  • 2022-01-05
  • 2022-02-07
  • 2021-10-21
  • 2021-09-14
  • 2021-12-10
猜你喜欢
  • 2021-06-27
  • 2021-11-02
  • 2021-08-16
  • 2021-06-03
  • 2022-12-23
  • 2022-12-23
  • 2021-07-27
相关资源
相似解决方案