You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The shared libraries are preferred with mingw64.
This approach is less failure prone than static builds on Windows.
Moreover, it allows using other Qt-based libraries like Qwt in future.
The noticeable negative effect is that the bundle size increases 2x.
Another issue is with Wine failing to launch qwindows.dll
for some reason. This needs to be fixed in future.
Issue #217
The issue is fixed on Windows upon moving to shared Qt libs (mingw64).
However, now Wine (1.6.2) fails to open the gui altogether with the following error message:
fixme:file:FindFirstFileExW options not implemented 0x00000000 0x00000002
This needs to be addressed in future (maybe try upgrading Wine).
This is a flaky failure observed only on Windows & Wine.
Doesn't seem to be possible to reproduce on Ubuntu.
The text was updated successfully, but these errors were encountered: