
Originally Posted by
iEugene
After a 6-day-battle with Qt-For-S60 finally i hoped i had installed it.
But it was not the end:
After typing "make debug-gcce"(as in official trolltech movie) It created something, but after typing "createpackage -i NameOfProject_gcce_udeb.pkg" It shouted that he'd detected a couple of illegal UTF-8 characters, said that It couldn't convert files to UTF-8 and collapsed
Tell me please, what happened and why did

Hi,
If you want to generate a sisx file from the command prompt using the command given in the installation file than give the command in the following sequence
Code:
qmake - project
qmake
make debug-gcce
createpackage -i NameOfProject_gcce_udeb.pkg
This will generate the file for your device.
Hope this will help you.
Regards