02-10-2012 07:59 AM - last edited on 02-10-2012 08:12 AM
Hello all,
How to integrate Qt with QNX Momentics IDE 1.0.? I got the sample hellowold app working fine in the playbook.
i did this via linux command line as per http://hecgeek.blogspot.in/2011/10/qt-for-blackber
Now i need to run the same via QNX momentics IDE. I tried something as per http://208.74.204.192/t5/Native-SDK-for-BlackBerry
with no luck
Thanks..
02-10-2012 09:16 AM
What exactly do you want to achieve?
PS: I would switch to QNX Momemntics IDE 2.0...
02-10-2012 09:23 AM
According to the Qt session this week at DevCon Europe, that isn't available. I think they are working on a plugin for the Qt IDE to help with compiling, packaging, deploying and debugging on PlayBook. Until then, you'll need to use the command line - QMake.
02-10-2012 09:27 AM
Why? I can build/package/deploy/debug QT apps from Momentics IDE. Not all QT projects need qmake...
02-10-2012 09:57 AM
BGmot wrote:
Why? I can build/package/deploy/debug QT apps from Momentics IDE. Not all QT projects need qmake...
Not sure. Check the Devcon Europe on-demand session on Qt Live.
http://www.blackberrydevcon.com/europe/content/on-
02-10-2012 08:20 PM
This just posted:
http://openbbnews.wordpress.com/2012/02/10/qt-come
02-10-2012 10:41 PM
"You can post your questions in the NDK section and Qt experts will help you find your answers." (c) Matthew S. (from the article)
Who is Qt expert here?
02-12-2012 07:41 PM
In regards to Momentics integration, this is a half true statement. You CAN use Momentics as a glorified editor, and it can also break down for you the errors thrown by the make process.
What you, IMHO, can not currently do is use Momentics for debugging and to invoke QMake without some handywork. I plan to code a tutorial in the near future...
02-13-2012 10:42 AM
I *can* debug QT applications using Momentics. By Debug I mean run step by step instructions, set up break points, evaluate variables/expressions etc:
02-14-2012 01:05 AM
But how??