QT遇到的那些搞不定的bug
问题1:
15:54:29: Could not determine which “make” command to run. Check the “make” step in the build configuration.
Error while building/deploying project mysqlite (kit: Desktop Qt 5.9.2 MSVC2013 64bit)
When executing step “qmake”
解决方法:编译器没有配置,需要配置编译器
VS2013配置VC12
VS2015配置VC14
问题2:需要配置32位的编译器
问题三:
解决方法:
打开VS安装包点击修改
点击更新,更新完重启就可以了