-
Bug
-
Resolution: Out of scope
-
Not Evaluated
-
None
-
1.0.x
-
None
-
SE vivaz
http://developer.qt.nokia.com/forums/viewthread/770/ reports that Qt mobility can not install on a SE vivaz.
Snowpong found out that:
This is a bug in the qtmobility.sis file. If you look at qt.sis it says:
...
IF (Manufacturer=2) OR (Manufacturer=0x101F6CED)
"sqlite3.sis", (0x2002AF5F)
"c_resource\apps\s60main.rsc"-"c:\resource\apps\s60main.rsc"
...
and the (Manufacturer=0×101F6CED) means SE phones I believe.
However for qtmobility.sis it says:
...
IF Manufacturer=2
"sys\bin\QtMessaging.dll"-"!:\sys\bin\QtMessaging.dll"
...
which means it will only install on Nokia phones.