Creating Apps for s60v5
-
Hello,
after having installed Qt Creator 2.4.0 I wonder how to create apps for the N97 (Symbian^1, s60v5).
I read this thread ( http://developer.qt.nokia.com/forums/viewthread/5560 ) in which is written that I need the entry Qt 4.7.3 for Symbian^1 in the settings menu > build and run > qt versions.
screenshot:
!http://g70.img-up.net/Screenshotr94m.png(qt 4.7.3 not available)!Is it true that Qt Creator is the only program I need to develop applications, or do I need something else ?
I have also Perl installed because it was recommended before installing Qt Creator.
Thanks for help
-
Go to Maintenance SDK and add the 4.7.3 for Symbian :)
-
[quote author="pascal95abc" date="1327939066"]
Is it true that Qt Creator is the only program I need to develop applications, or do I need something else ?[/quote]Yes, it is absolutely true. As an alternative to Qt Creator you can also use "Carbide.C++":http://developer.qt.nokia.com/wiki/Carbide.c But I recommend you to use Qt Creator as it is easier.
-
But be careful, you cant use QtQuick 1.1 and a lot of Symbian components for S60 5th edition.
Use QtQuick 1.0
-
Thanks, I am now downloading S60 5th Ed..
Now, I got everything to work and used QtQuick 1.0 by commenting the other line.
@ import QtQuick 1.0 // to target S60 5th Edition or Maemo 5
//import QtQuick 1.1@Pascal