Hello all,
I'm trying to compile Qt5 under Windows 7 (32bit) with MSVC 2012.
Whatever I try, I get either compilation errors or worse it compiles but apps
built against the result present strange behaviour (random bugs and crashes).
I found the binaries distributed on qt-project site very he
tl;dr:
Compilation fails if -static is used. Error message:
Project WARNING: Plugin class name could not be determined for qwindows
plugin.
I tried building with -shared and it works. But I'd like to have a
static build. Anyone? Qt Build-Script Team? Please?
Am 14.01.2013 02:03, schrieb Philipp
Hey everybody,
I am currently trying to "upgrade" to Qt5 and stumbled on a problem
while building. But, step by step. I started off by unzipping the
qt-everywhere-opensource-src-5.0.0.zip to an empty folder, fired up a
CMD with all Paths set for MSVC 2012 x64 Native, Ruby and Perl/Python
and confi