01-15-2013 10:49 AM
Hello everyone. I've been having trouble with the QNX IDE reporting 'out of memory' which is an error I am familiar with since I use Ecplise frequently.
I would like to use Makefiles for compilation of a BB10 NDK project. I have used qmake to generate Makefiles and successfully compiled them. I am a new Blackberry developer and I need to test my code using the simulator seeing as I do not have an alpha BB10 device and BB10 is not yet available for PlayBook.
How do I tell qmake to generate Makefiles suitable for the simulator?
Solved! Go to Solution.
01-15-2013 11:12 AM
01-15-2013 03:32 PM
01-16-2013 03:10 AM
How do I use that: -spec blackberry-x86-qcc ?
In Qt Creator I have to use just "blackberry-x86-qcc" in the mkspec line? What is "-spec" in Qt Creator for?
01-16-2013 03:11 AM