0

I want to change to Ubuntu but I can't find a clear answer on if the latest Qt SDK for Linux will allow me to develop for Symbian (Like it does on windows)?

Gerharddc
  • 3,921
  • 8
  • 45
  • 83

1 Answers1

0

Check out Symbian development using Linux.

In short, it is possible since the Qt 4.7 release. You'll need to download the S60 SDK and a patch, then set up your environment to use the cross-compiler, all of which is described in the above link.

The official docs for Qt 4.8 are here: Installing Qt for the Symbian platform using Linux, and have more information on things like building signed packages.

Mat
  • 202,337
  • 40
  • 393
  • 406