So I’m the next victim of the windows plugin load failure problem. Of course I searched the web and found plenty of information, however it seems that they all address deployment. I, however, have trouble executing (or debugging) my application from inside Visual Studios. I would expect that the Qt-Addin would do all the needed configuration oO.
My system is a Windows 7 64-bit and I’m using MSVC 2013 with the Qt-Addin (the alpha version).
I compiled Qt 5.2 for myself and configured MSVC, so the right Qt version is used (compiling and linking of any application is done without trouble).
The build was a DLL build.
Console applications work (at least if I start them from the IDE, but that’s ok for the moment).
I should add, that I tried adding the windowsd.lib to the linker, but it can’t be find and I’m not sure, if this is needed at all.
E: Ok, with a partial deployment by copying the platform folder (but no dlls like QtGui or stuff like that!) into the directory where MSVC generates it’s executable, running the application is possible. I would still consider this a bug, though. On the other hand, my configuration might just be broken. Any advice?
↧