Details
-
Bug
-
Resolution: Out of scope
-
P1: Critical
-
None
-
5.4.1
-
None
-
Qt 5.4.1 (git source), Ubuntu 12.01, BB NDK 10.1
Description
When compiling the latest Qt 5.4.1 version with an older Blackberry OS 10 NDK (for instance 10.1.x) then "VIRTUALKEYBOARD_LAYOUT_NUMBER" is undefined. The affected code is
#ifndef Q_OS_BLACKBERRY_TABLET
case Number:
return VIRTUALKEYBOARD_LAYOUT_NUMBER;
#endif
in qqnxvirtualkeyboardbps.cpp (line 121).
The compiling command is:
./configure -prefix $HOME/qt/qt5_bb -xplatform blackberry-armle-v7-qcc -opengl es2 -nomake examples -nomake tests -opensource -confirm-license -release -openssl