摘要: Qt for Windows:1.Qt环境的安装路径中最好不要出现中文或空格。2.Qt项目的路径中不要出现中文或空格,否则IDE会提示"Cannot find file: xxx.pro"。(IDE:QCreator 2.0.1)3.如果编译时提示:Could not find make command: mingw32-make.exe in the build environment,检查一下QCreator的菜单“tools-options-Qt4-versions”,其中有一项MinGW设置为安装MinGW时的目录,如D:\Qt\2010.05\mingw,点Apply! 阅读全文
posted @ 2010-12-25 15:39 Day_Dreamer 阅读(405) 评论(0) 推荐(0) 编辑