cginternals / glraw

C++ library that converts Qt supported images to OpenGL raw format.
MIT License
63 stars 7 forks source link

Relase 1.02 does not work #26

Closed bibendovsky closed 10 years ago

bibendovsky commented 10 years ago

Hello. I got the following error when tried to run glraw-cmd.exe or glraw-viewer.exe.

This application failed to start because it could not find or load the Qt platform plugin "windows". Reinstalling the application may fix this problem.

Just placing qwindows.dll from Qt 5.2 into plugins/platforms did not resolve the problem. Seems a path to plugins is hard-coded into binaries. A custom qt.conf did a trick. Here is it's content:

[Paths] Plugins=plugins

Please fix the release.

cgcostume commented 10 years ago

thanks for the hint and fix - the new release v1.0.3 (f1834d1) includes qwindow.dll and further icu__.dlls as well as most qt imageformat dlls. please check if it works for you (already tested on my systems)

bibendovsky commented 10 years ago

Works like a charm. Thanks!