Quote:
Originally Posted by KevinH
and then a bunch of extra plugins added into Sigil. No where could I find this anyplace in the Qt docs but I did find it via google in just one place.
|
Yeah, figuring what Qt plugins are necessary for what (on what platform) is terribly frustrating and underdocumented. Using ldd and setting the QT_DEBUG_PLUGINS environment variable to 1 can be helpful. But getting console output from a gui program on Windows can be its own exercise in futility.
Someone using my linux packages was having issues with "normal" non-US keyboard functionality until I figured out (by sheer trial and error) that one of the platforminputcontexts plugins needed to be included with the package.
Why there can't be a tool that
clearly tells you which Qt Libraries and plugins need to be deployed with your application (on the current platform), I'll never know.