QT Creator 安装配置及小坑笔记
Qt Creator的下载链接 http://download.qt.io/archive/qt/
一、安装的时候个人习惯将组件都勾选,避免缺胳膊少腿引发不必要的安装使用问题
注:不建议安装最新版本,不稳定,问题多(5.8.0版本为例)
环境变量的配置:
E:\Qt\Qt5.8.0\Tools\mingw530_32\bin
E:\Qt\Qt5.8.0\Tools\QtCreator\bin
二、配置过程遇到的小坑,导致代码运行出现错误:
Could not create directory "E:\oysl\QT\Error in " Util.asciify("build-untitled-Desktop_Qt_5_6_2_MSVC2015_64bit-Debug")": TypeError: Property 'asciify' of object Core::Internal::UtilsJsExtension(0x251a700) is not a function"
Error while building/deploying project untitled (kit: Desktop Qt 5.6.2 MSVC2015 64bit)
When executing step "qmake"
解决:
1、勾选掉”Shadow build“
2、重新设置构建目录路径:项目的编译路径,修改成绝对路径,或者设置对应的相对路径就好了