02-23-2012 01:08 AM
Hi.
Trying to port over a tiny Qt/QML app to Playbook. I have a Playbook running 2.0. Using Linux.
Basic questions:
1. Which version of the NDK should I be using? NDK 2.0 Beta 3?
2. Is there any documentation on how I build and deploy Qt based apps?
3. I wonder how the pull-down settings bar is integrated in Qt based apps?
02-23-2012 01:36 AM - edited 02-23-2012 01:39 AM
1. NDK2beta3 is latest for Tablet OS 2.0. NDK 1 also can be used (Qt binary is equal in result)
2. http://supportforums.blackberry.com/t5/Native-SDK-
3. not sure
PS: use WiFi to deploy app (acсeess to internal storage of playbook - via smb-protocol )
02-23-2012 07:34 AM
Here is more good information on deploying: http://wiki.qt-project.org/QNX
Also I made a small qml test app to test the qt-componetnts, I posted the source code and bar file here http://supportforums.blackberry.com/t5/Native-SDK-
Good luck!
Jon
02-23-2012 02:24 PM
Thanks everyone! Thanks to all the links! I finally got a sample app working on the device ![]()
The initial setup took a while to understand, but looks like getting Qt apps to work on the Playbook is fairly easy.