[SOLVED] Qt5 application close immediately after splash-screen
-
I built Qt5 for BlackBerry Playbook on this manual: http://qt-project.org/wiki/Building-Qt5-for-the-Playbook
But I can't deploy application (widgets or qtquick, does not matter) on my Playbook. I have no idea, what else I'm can do, because I've tried everything:- rebuild Qt with qcc
- QCoreApplication::addLibraryPath("app/native/lib");
- playing with compiling keys and variable PATH
I use Qt Creator 2.6 Beta for building and I think it's working fine, but I'm not sure, because Qt 4.8.0 Playbook SDK build working .bar files :(
Desktop OS: Win7 x64
BBNDK: 2.1.0 Beta 1
Mingw: 0.5 Beta
Playbook OS: 2.1.0.1032 -
Well, maybe some code or debugging could help here.
But still, you should note, that you are on unsupported terrain:
bq. Please note that 4.8.3 is the last Qt version supporting PlayBook OS 2.x. Qt 4.8.4 and later and Qt5 are supported on BlackBerry 10.
Source: http://qt-project.org/wiki/QNX
-
I got solution:
[code]<arg>-platform</arg>
<arg>qnx</arg>[/code]
instead platform "blackberry" in bar-descriptor.xml