当前位置: 代码迷 >> QT开发 >> 安装有关问题 Qt Creator 2.3.1
  详细解决方案

安装有关问题 Qt Creator 2.3.1

热度:441   发布时间:2016-04-25 05:13:41.0
安装问题 Qt Creator 2.3.1
新建了个hello工程,想下载到C7的手机上,编译目标QT4.7.4 for sybian anna
编译出错:
为项目1111执行构建步骤 ...
配置没有改变, 跳过 qmake 步骤.
正在启动 "C:\QtSDK\Symbian\SDKs\Symbian3Qt474\epoc32\tools\make.exe" debug-gcce -w
 {1"?} {2?}
C:\QtSDK\Symbian\SDKs\Symbian3Qt474\epoc32\tools\make.exe: Entering directory `C:/test/1111'
sbs -c arm.v5.udeb.gcce4_4_1
 mifconv : BITMAP [arm.v5.udeb.gcce4_4_1]

no warnings or errors

built 'arm.v5.udeb.gcce4_4_1'

Run time 2 seconds

sbs: build log in C:\QtSDK\Symbian\SDKs\Symbian3Qt474\epoc32\build\Makefile.2011-11-11-10-31-22.38-4512.log
C:\QtSDK\Symbian\SDKs\Symbian3Qt474\epoc32\tools\make.exe: Leaving directory `C:/test/1111'
进程"C:\QtSDK\Symbian\SDKs\Symbian3Qt474\epoc32\tools\make.exe"正常退出。
正在启动: "C:\QtSDK\Symbian\SDKs\Symbian3Qt474\epoc32\tools\make.exe" sis 在 C:/test/1111
make -f Makefile ok_sis MAKEFILES=.make.cache 
make[1]: Entering directory `C:/test/1111'
C:\QtSDK\Symbian\SDKs\Symbian3Qt474\bin\createpackage.bat -g 1111_template.pkg DEBUG-armv5  
Auto-patching self-signed package.

Patching package file and relevant binaries...

No patching was required!

Processing 1111_debug-armv5.pkg...
Created 1111_unsigned.sis.
Successfully created signed package 1111.sis for debug-armv5 using certificate: Self Signed!

make[1]: Leaving directory `C:/test/1111'
进程"C:\QtSDK\Symbian\SDKs\Symbian3Qt474\epoc32\tools\make.exe"正常退出.
正在部署应用至Nokia C7-00 USB Serial Port (COM3)'...
正在拷贝"1111.sis"...


正在驱动器C上安装包"1111.sis"...
安装失败: 'Incorrect dependency: Qt Quick components for Symbian has version 1.00(0), need version 1.01(0) or newer' Code: 131073; 查看http://wiki.forum.nokia.com/index.php/Symbian_OS_Error_Codes 错误代码的解释

------解决方案--------------------
那里面不是提示是版本问题吗?你换1.01版本试一试。
------解决方案--------------------
'Incorrect dependency: Qt Quick components for Symbian has version 1.00(0), need version 1.01(0) or 
-----------------
升级QtQuick试试。
  相关解决方案