Hi All,
I have read about the Qt mobility contest on wiki but not able to get any detail about the contet. Can anybody gives the detail about it? I had search on wiki but not helps me.
Thanks.
Hi All,
I have read about the Qt mobility contest on wiki but not able to get any detail about the contet. Can anybody gives the detail about it? I had search on wiki but not helps me.
Thanks.
Jajal Mehul
Hello sir,
nice to see you're so interested already. We'll be launching the contest next week - stay tuned!
Cheers,
Jack
Hi,
The contest with great prizes opened today, have a look at
http://wiki.forum.nokia.com/index.ph...bility_Contest
Updated release of Qt Mobility APIs is now in please have a look at http://wiki.forum.nokia.com/index.ph...nology_Preview
The same packages will soon be in http://qt.nokia.com/developer/new-qt-apis
Cheers,
Jack
Most likely not, but if you are nokia internal, you could contact Jack Torrance and ask for clarification.
It's said in the contest rules that if you're working for SPONSOR you can't attend. In this case the sponsor is indeed Nokia so sorry, not for Nokia employees.
Jack
Details about Qt Mobility Contest are published in http://wiki.forum.nokia.com/index.ph...bility_Contest yet.
Good luck.
I'm going to participate.
If you're directly getting paid by Nokia then not. Externals - no problems!
Full speed ahead Axel - looking fwd to what you come up with.
Jack
Hi,
I've compiled TelephoneEx, LocaitonEx for both emulator and phone(release), TelephonyEx can be launched on emulator, but LocationEx cannot be launched from Emulator. Both Telepnony and LocationEx cannot be luanched from phone. I've installed qt.sis, qt_mobile_ext_libs.sisx onto Nokia 5800, the application just don't respond when I click the icon on the phone.
Maybe I should sign it use certificate rather than self-sign. But how about the demo package qt_mobile_ext_libs.sisx? After I install it, the result is the same. The icons are there, but none of it can run.
By the way, I'm using Mobile extension preview 3.
Any help would be very much appreciated!
zbc
which version of "Qt For S60" ? note that Qt 4.6 does not support Mobile Extension. You have to use Mobility APIs.
Sounds like you're using Mobile Extensions (http://wiki.forum.nokia.com/index.php/Mobile_Extensions) instead of Mobility APIs (http://qt.nokia.com/developer/new-qt-apis). We haven't build the mobile extensions for Qt 4.6.0 (yet). If you want to use those you need to build them yourself as a part of your application.
Jack
Thanks for your reply.
I downloaded and upzip qt-mobility-src-1.0.0-tp2( hope this is the right version for competiiton), and following instruction from http://qt.nokia.com/doc/qtmobility-1...tallation.html.
After running "configure -prefix %targerDIR%" from command line, it showed "configure has finished. You may run make to build the project now."
Then I try to build location project from both command line and carbide, howerver, errors came out:
A) For command line: run 1. qmake, 2. make debug-winscw, part of errors are:
C:\Qt\4.6.0-beta\src\corelib\tools\qscopedpointer.h:90: illegal struct/union/enum/class definition
C:\Qt\4.6.0-beta\src\corelib\tools\qscopedpointer.h:90: (included from:
C:\Qt\4.6.0-beta\src\corelib\tools\qscopedpointer.h:90: C:\Qt\4.6.0-beta\include\QtCore\qscopedpointer.h:1
....
C:\Qt\4.6.0-beta\src\corelib\tools\qscopedpointer.h:92: ';' expected
C:\Qt\4.6.0-beta\src\corelib\tools\qscopedpointer.h:92: (included from:
C:\Qt\4.6.0-beta\src\corelib\tools\qscopedpointer.h:92: C:\Qt\4.6.0-beta\include\QtCore\qscopedpointer.h:1
....
C:\Qt\4.6.0-beta\src\corelib\tools\qscopedpointer.h:94: declaration syntax error
C:\Qt\4.6.0-beta\src\corelib\tools\qscopedpointer.h:94: (included from:
C:\Qt\4.6.0-beta\src\corelib\tools\qscopedpointer.h:94: C:\Qt\4.6.0-beta\include\QtCore\qscopedpointer.h:1
C:\Qt\4.6.0-beta\src\corelib\tools\qscopedpointer.h:94: C:\Qt\4.6.0-beta\src\corelib\kernel\qobject.h:54
...
Errors caused tool to abort.
B) From carbide:
The file 'qmobilityglobal.h' cannot be opened
undefined indentifier 'QTM_BEGIN_NAMESPACE'
undefined identifier 'QGeoCoordinate'
..............
No idea how to use Qt Mobility API. Hard....
Help!!!
zbc