[solved] QtCreator and new "Mobile Qt Application"
-
wrote on 14 Apr 2011, 09:08 last edited by
I have installed both the beta version of QtCreator (2.2) and the one coming with the SDK RC (2.1).
I want to create an empty project for a mobile application. If I choose 2.1 version - everything stars as it is intended. I can set up as targets everything from Desktop and Simulator to Symbian (picture 1).
The strange part is when I start the beta version. The possible target are only Desktop and Simulator (picture 2).
How can I make mobile apps in Qt 2.2, what is the problem for QtCreator, what am I missing?
!http://img839.imageshack.us/img839/9128/85814618.png(test RC)!
!http://img14.imageshack.us/img14/1594/testbeta.png(test Beta)!
-
wrote on 14 Apr 2011, 18:23 last edited by
Could you check Tools->Options->Tool Chains? Is there a compiler for symbian (GCCE)? There was a bug that it was lost when the settings were migrated to the new format.
If it was you can recreate it: The compiler is located in Symbian/tools/gcc4/bin/arm-symbian*-g++ and the debugger is in pythongdb/pythonVERSION/the-one-with-symbian.
With a tool chain set up the Qt version will become available again.
There was further some issue with versions not being listed, but that effected Qt 4.6.x IIRC. So try the nightly builds;-)
-
wrote on 14 Apr 2011, 19:52 last edited by
You are right :) I've done exactly this and now I have them listed.
Unfortunately...you were right again...4.6 is not listed in the menu for a new project (but it is listed in Tools->Options->Qt4).
!http://img829.imageshack.us/img829/7346/newpr.png(new problem)!
I have to clone the git repository and compile it to use the nightly builds, haven't I?
Thank you :)
-
wrote on 14 Apr 2011, 19:55 last edited by
Check the snapshots: http://get.qt.nokia.com/qtcreator/snapshots/
Currently the snapshots are taken from the 2.2 branch. They will swing back to master after 2.2 final is released.
-
wrote on 14 Apr 2011, 20:04 last edited by
OK...that would be easier. I get the idea for Git from:
bq. The nightly snapshots of the Qt source tree have been replaced by the open Git repositories on ...
"Qt Creator Snapshots":http://qt.nokia.com/developer/qt-snapshots/ -
wrote on 14 Apr 2011, 20:17 last edited by
I'm happy :) Thank you again :)
I have installed the latest nightly build ( 2011-04-14 ) and everything looks right:
!http://img820.imageshack.us/img820/7271/solved.png(solved problem)!
One last question - what was this "Symbian Emulator" from the previous picture? It just couldn't recognize 4.6 correctly or something else?
-
wrote on 14 Apr 2011, 20:28 last edited by
Do you have a WINSCW tool chain set up? That one is needed for the Symbian Emulator. That compiler is not part of the SDK, so I can not really say where it is. You need to give the mwwinrc.exe binary. There is no debugger available for it.
-
wrote on 14 Apr 2011, 20:31 last edited by
PS: Do you prefer the new or the old target setup dialog?
-
wrote on 15 Apr 2011, 08:59 last edited by
Definitely the new one is better - the small pictures, the way the information is presented.
I don't have WINSCW, but in the latest beta there is MinGW ( "MinGW runtime (Provided with QtCreator)" ) and only there is this Symbian Emulator ... this is strange.
-
wrote on 15 Apr 2011, 12:34 last edited by
The symbian emulator is not part of the SDK. If you did not install the WINSCW compiler yourself then having the emulator show up at some point was most likely a bug.
-
wrote on 16 Apr 2011, 15:59 last edited by
Then it have to be a bug as it is clearly there in the beta and I haven't install it ... but it seems to be gone in the latest snapshot. In my opinion it isn't needed to be reported. Do you think otherwise?
4/11