I just built Qt 5 (from git) for Blackberry Playbook and is now trying to build the sample application.
Qt Quick 2 application terminates immediately after the screen:
Info: Action: Launch
Info: Launching com.example.untitled.testDev_le_untitled65936db6...
result::16470179
Info: done
Failed to open Locale pps, errno=2
Process 16470179 (untitled) terminated SIGSEGV code=1 fltno=11 ip=7948e254(/apps/com.example.untitled.testDev_le_untitled65936db6/native/lib/libQt5V8.so.5@_ZN2v86LockerC2EPNS_7IsolateE+0xbb1f4) mapaddr=0038e254. ref=000000ff
And Qt 5 Widgets application started normally, but I have this output:
Failed to open Locale pps, errno=2
This plugin does not support propagateSizeHints()
Maybe it’s a bug of the new version Qt 5 because Qt Creator described this version as 5.0.1
Under windows I have it worked well :(
↧