标题:vs2005+qt-win-opensource-src-4.5.2编译出错
作者:z5355270
日期:2012-04-25 21:50
内容:
在编译vs2005+qt-win-opensource-src-4.5.2出现如下错误
该怎么解决啊
#1 [张羽 04-26 16:09]
没有生成QMAKE文件,还有就是你要用32位的控制台
#2 [lishuo102 04-27 10:45]
配置且文件有问题
配置 QT4:打开Visual Studio 2005 命令提示窗口,输入:cdC:\Qt\4.6.3
然后,对Qt版本进行配置,
configure -no-stl -no-dsp -vcproj
生成make文件,然后 在刚才的命令行窗口中,nmake
#3 [z5355270 04-28 08:57]
谢谢两位老大
#4 [z5355270 04-28 11:23]
两位老大,我编译好了,但在部署到TQ2440上提示
1>------ Build started: Project: Text, Configuration: Debug TQ2440A (ARMV4I) ------
1>Linking...
1>Build log was saved at "file://d:\Qt\2009.03\qt_vs2005\translations\Text\Text\TQ2440A (ARMV4I)\Debug\BuildLog.htm"
1>Text - 0 error(s), 0 warning(s)
2>------ Deploy started: Project: Text, Configuration: Debug TQ2440A (ARMV4I) ------
2>Deployment and/or registration failed with error: 0x8973190e. Error writing file '%CSIDL_PROGRAM_FILES%\Text\QtGuid4.dll'. Error 0x80070070: 磁盘空间不足。
2>
========== Build: 1 succeeded, 0 failed, 0 up-to-date, 0 skipped ==========
========== Deploy: 0 succeeded, 1 failed, 0 skipped ==========
怎么解决这个问题啊
#5 [z5355270 05-03 15:56]
问题已解决,谢谢大家