Details
-
Bug
-
Resolution: Invalid
-
P2: Important
-
None
-
5.14.2
-
None
-
Current Gentoo stable, also reproducible in a Ubuntu LTS 16.04 vm.
Description
When I link against a static Qt build, typing characters using dead keys doesn't work. I'll attach an example with a minimalistic program only displaying a QLineEdit and my used (minimalistic) configure statement for Qt to demonstrate the behavior.
If I link the program against my system-wide Qt installation or a custom build using the mentionned configure statement, but with "-static" replaced with "-shared", the program works as expected. Using a German locale here, e. g. typing "^" and "e" results in a "ê".
When the same program is linked against the static build (compiled in the same environment), dead keys don't work: Accent keys seem to be ignored. Typing "^" does nothing (as expected, as it's a dead key), but typing an "e" afterwards only results in an "e" being displayed, not a "ê".
Attachments
Issue Links
- relates to
-
QTBUG-97490 Static Build is unable to find QPrinter::NativeFormat
- Closed