编译Qt 时提示错误:

TypeError: Property 'asciify' of object Core::Internal::UtilsJsExtension(0x27a9278) is not a functio


说明:出现这个错误的表层原因是构建的目录不存在,暂时的解决方式是修改构建目录到一个存在目录。

Qt 编译错误 提示TypeError: Property 'asciify' of object Core::Internal::UtilsJsExtension(0x27a9278) is not


但是如果只是这样修改的话,每次都要修改一次,太麻烦了,后面到网上去查了一下,还有一个解决方法:

原文路径:

Qt5.9 iOS: svg/embedded/fluidlauncher not compiling


选择菜单栏 “工具”--》“选项”--》“构建和运行”, 在“概要”选项卡下面找到"Default build directory" 点击后面的“reset”按钮.  之后关闭QT,再重新打开就好了。

Qt 编译错误 提示TypeError: Property 'asciify' of object Core::Internal::UtilsJsExtension(0x27a9278) is not


相关文章:

  • 2022-12-23
  • 2021-09-02
  • 2022-01-28
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-06-19
猜你喜欢
  • 2021-09-24
  • 2022-12-23
  • 2022-01-19
  • 2022-12-23
  • 2021-11-13
  • 2022-01-21
  • 2021-10-15
相关资源
相似解决方案