https://bugs.kde.org/show_bug.cgi?id=386792
--- Comment #1 from [email protected] --- Created attachment 108813 --> https://bugs.kde.org/attachment.cgi?id=108813&action=edit difference between original Qt 5.9.2 DLL (left) and the one from LabPlot I attached another screenshot. You can see that the Qt5Widgets is not the original one from the Qt Windows installer from qt.io. I guess the problem is a patch in the Qt that is delivered with Craft because I also had problems with this "patched" Qt. So my proposal is to try to compile LabPlot for Windows using the official Qt libraries. Here is the QtSDK part in craftsettings.ini that works for me: [QtSDK] ## For advanced users only ## Whether to use prebuild Qt binaries. Enabled = True ## The path to the Qt sdk. Path = C:\Qt\Qt5.9.2 ## The version of Qt. Version = 5.9.2 ## The compiler version, if you are not sure what to use, have a look into the derectory set in QtSDK/Path. ## The compiler must be of the same type as General/KDECOMPILER. ## If you are using mingw please make sure you have installed the mingw using the Qt installer. Compiler = msvc2015_64 I propose this because this bug is in my opinion a release blocker. -- You are receiving this mail because: You are watching all bug changes.
