Details
-
Bug
-
Resolution: Done
-
P1: Critical
-
4.7.4
-
For symbian^1:
==================================================================
1.Environment:
>public s60 5.0 sdk + s60_open_c_cpp_plug_in_v1_7
>Qt repository: git://gitorious.org/qt/qt.git
>Qt Branch: origin/4.7
>SHA1:f5feea56fc7202ab64a1b9c5f9b05391c2b88238
2.Qt lib build commands:
>configure -platform win32-g++ -xplatform symbian-sbsv2 -nokia-developer -nomake demos -nomake examples
>bldmake bldfiles
>abld build armv6 urel
3.Package Qt command:
>createpackage Qt_template.pkg release-armv6 Nokia_RnDCert_01.der Nokia_RnDCert_01.key
==================================================================
For symbian^3 PS2:
==================================================================
1.Environment:
>PS2 SDK(92_201117_hw79)
>Qt repository: git://gitorious.org/qt/qt.git
>Qt Branch: origin/4.7
>SHA1:f5feea56fc7202ab64a1b9c5f9b05391c2b88238
2.Qt lib build commands:
>configure -platform win32-g++ -xplatform symbian-sbsv2 -nokia-developer -nomake demos -nomake examples
>sbs -c armv5_urel
3.Package Qt command:
>createpackage Qt_template.pkg release-armv5 Nokia_RnDCert_01.der Nokia_RnDCert_01.key
==================================================================
For symbian^1: ================================================================== 1.Environment: >public s60 5.0 sdk + s60_open_c_cpp_plug_in_v1_7 >Qt repository: git://gitorious.org/qt/qt.git >Qt Branch: origin/4.7 >SHA1:f5feea56fc7202ab64a1b9c5f9b05391c2b88238 2.Qt lib build commands: >configure -platform win32-g++ -xplatform symbian-sbsv2 -nokia-developer -nomake demos -nomake examples >bldmake bldfiles >abld build armv6 urel 3.Package Qt command: >createpackage Qt_template.pkg release-armv6 Nokia_RnDCert_01.der Nokia_RnDCert_01.key ================================================================== For symbian^3 PS2: ================================================================== 1.Environment: >PS2 SDK(92_201117_hw79) >Qt repository: git://gitorious.org/qt/qt.git >Qt Branch: origin/4.7 >SHA1:f5feea56fc7202ab64a1b9c5f9b05391c2b88238 2.Qt lib build commands: >configure -platform win32-g++ -xplatform symbian-sbsv2 -nokia-developer -nomake demos -nomake examples >sbs -c armv5_urel 3.Package Qt command: >createpackage Qt_template.pkg release-armv5 Nokia_RnDCert_01.der Nokia_RnDCert_01.key ==================================================================
-
1614f30732ff417a8dc7ea89fcfb4a724ece6109
Description
How to reproduce
==================================================================
1.Setup the symbian^1 and symbian^3 PS2 environments
2.Clone Qt source form Qt repository
3.Build Qt lib
4.Package Qt sis
Expected result:
==================================================================
Compile Qt source successfully and create qt sis package successfully.
Actual result:
==================================================================
Compile Qt source succeffully,but can't create qt sis package.
When observed:
==================================================================
1.For symbian^3 PS2:
The root cause is that the "qmlshadersplugin.dll" file has not be created while building Qt lib.
But the "qmlshadersplugin.dll" file is needed for package Qt sis.
[Attached the symbian^3 PS2 Qt pkg and error log files: Qt_template(PS2).pkg and errorlog_20110630_PS2.txt]
2.For symbian^1:
1>One reason is that the "qmlshadersplugin.dll" file has not be created while building Qt lib.
2>The other reason is that the all *.dll files which needed for package Qt sis, have not be created to the folder "..\epoc32\release\armv6\urel" while building Qt lib.
But these dll files created to the other folder "..\epoc32\BUILD\Qt4.7\..\ARMV6\urel".
We can modify the original Qt_template(S1).pkg to Qt_template(S1)_modified.pkg manually, but still lost "qmlshadersplugin.dll" file.
[Attached the symbian^1 Qt pkg(including modified pkg file) and error log files: Qt_template(S1).pkg,Qt_template(S1)_modified.pkg and errorlog_20110630_S^1.txt]