12-01-2011 03:21 AM
Have some one suceeded to install QT library with Momentics (ndk 2.0) ?
Any directrions/howtos ?
12-02-2011 01:30 AM
Yeh. I've got the NDK version 2 Beta installed and latest QT for blackberry (blackberry-Qt-6e7a4c6.tar.gz). I do not see a mkspecs for the blackberry. Would like explicit instructions as well on how to setup evnirioment and the configure options for compiling QT.
Brand new to BB Dev, excited to do some cool QT/QML development.
12-02-2011 07:50 AM
Hi.
There is a post on H.E.C Geek blog ( http://hecgeek.blogspot.com/2011/10/qt-for-blackbe
There is also a post on the forums that, based on this blog post, try to explain how to set up the Momentics IDE to work with it ( http://supportforums.blackberry.com/t5/Native-SDK-
For me, the problem I'm having is that I can not build QT under windows. I've successfully build it on a Mac but if I try and use the libs built on the Mac, I get a linking error.
If anyone knows how to fix this, let me know.
Thanks
Nuno
12-02-2011 10:40 AM
12-02-2011 11:07 AM
I'm still working on the Windows issue when I have free time to do this.
I can't validate my work because I can't run QT project on the simulator (built on Linux or Windows).
I've built QT with the NDK2 beta 1 but I've not tested the result yet.
Maybe the new source code of QT which should works with the simulator will allow me to validate my work : http://openbbnews.wordpress.com/2011/12/01/qt-code
Kevin
01-24-2012 03:55 PM
How did you build it on a Windows machine?
And how did you add the QT library on momentis?
01-25-2012 02:38 AM
01-25-2012 04:20 PM
What do you mean by QT library and Momentics integration?
01-26-2012 02:44 AM
Me ?
Just I don't build QT project from Momentics.
01-26-2012 09:33 AM
Ok, QT Project and QT library are different things.
QT library you build once at command line and then just use it in your QT projects.
On the other hand you can create/compile/debug your QT projects in Momentics IDE (like QT world).
So, I don't see any unknowns here -)