I tryed a little Maemo 5 SDK image. Downloaded from http://tablets-dev.nokia.com/maemo-d...-downloads.php
But I notice that there is qt4.4 version in system! How to upgrade to qt 4.6 or 4.5? Or I dont understand something. I want to debug PyQt4 or Qt4 in just system too, not only skratchbox.
Yes the Ubuntu 8.10 that comes with the image is a bit old. There's a binary installer for Qt 4.6 at qt.nokia.com or if you want Qt 4.6 as debian packages look for them in Ubuntu lucid or Debian experimental repositories. You could also update the distribution that comes with the image (sudo update-manager -d). You'll get 4.5 for example with Ubuntu 9.10.
If I were developing for Maemo using windows I would install virtualbox, put 9.10 in it and install the SDK myself like this:
1) Install virtualbox
2) Install 9.10 to virtualbox
3) Install virtualbox guest additions to 9.10
4) Install Maemo 5 SDK using the GUI installer availble from forum nokia.
5) hack
But I notice that there is qt4.4 version in system! How to upgrade to qt 4.6 or 4.5? Or I dont understand something. I want to debug PyQt4 or Qt4 in just system too, not only skratchbox.