Qt5 for Playbook compiled on Ubuntu 13.10, Error 2 on executing
-
wrote on 19 Jan 2014, 10:13 last edited by
according to the topic "Building Qt5 for Blackberry":http://qt-project.org/wiki/Building-Qt5-for-Blackberry i build the Qt5.2.0 for playbook on Ubuntu 13.10 x64,
it got compiled properly
Copeid lib, plugins, qml folder inside playbook.
compiled simple sample for QtQuick2, compiled and installed in Playbook
while executing after showing flash screen got closed
on Qt Creator it shown result
bq. @Info: Sending request: Launch
Info: Action: Launch
Info: Launching com.example.TestPlaybook.testDev_estPlaybookfda8d340...
result::11620519
Info: done
QML debugging is enabled. Only use this in a safe environment.
Failed to open uom pps, errno=2
Failed to open region pps, errno=2@
please somebody help me to get through it. -
wrote on 19 Jan 2014, 10:38 last edited by
How I remember, Blackberry development supported QT Quick 1, not a 2.
-
wrote on 19 Jan 2014, 10:38 last edited by
if Its not true -> correct
-
wrote on 22 Jan 2014, 14:51 last edited by
Unfortunately the playbook hardware is too slow to be useful for Qt5, while I'm not sure if anyone has actually put time into making it work, your result seems to indicate they did not.
As such, the playbook is limited to Qt4.
Notice that I'm using Qt5 just fine on my BB10 devices. And thats what the wikipage you found was meant for.
-
wrote on 22 Jan 2014, 15:19 last edited by
Qt5 with Qtquick2 can be compiled for Playbook too, i compiled and executed program Qt 5.1.1 successfully.
thnx everybody, i have compiled latest Qt from git and it is working with some issues, lets see what i can do... -
wrote on 22 Jan 2014, 16:04 last edited by
pushpendrak, please consider updating the wikipage with this information.
Simply stating that 5.1.1 is the last one that is known to work would be useful.Also, I always think that its best for people to compile an actual version of Qt, not just the stable branch. Use a git tag like "v5.2.0"
-
wrote on 6 Mar 2014, 11:52 last edited by
Can you elaborate on your problems? I would like to update the wiki page.