Programming for S60 in Qt under linux
Hello.
I'm programming in Qt for about one year. Usually on linux, sometimes on windows.
Last time I installed a NokiaQtSdk on Windows, to making and compiling apps for my mobile phone (Nokia E63, s60v3 FP1, v9.2). On windows i don't have any problems with this.
So I wanted to install SDK on linux. I used a binary installer from qt.nokia.com page.
It was installed fine. But I can only make and compile apps for maemo. I don't have SDK for symbian s60 to choice.
What I doing wrong? Anyone can help me?
Re: Programming for S60 in Qt under linux
You are not doing anything wrong, Symbian target in Linux is not yet supported, see next comparison table:
http://qt.nokia.com/products/qt-for-...rms#qtfornokia
I think that currently (in Linux env) you need to use remote compiler to compile for Symbian target, see:
http://wiki.forum.nokia.com/index.ph...emote_Compiler
Re: Programming for S60 in Qt under linux
Thanks you very much! Its works great. :)