> The thing is that in Qt 5.5.1, uic.exe and qlalr.exe were also build > using qtcore dll, but there this was not a problem. > In wec build they are always build statically, i think that should be > made uniform. > > Now that I look closer i see the cause of the problem: > set PATH=D:\TFS\bld__GLOBAL\Qt5.6.0\WIN32-VS11-32\qtbase\bin > vs. > set PATH=D:\TFS\bld__GLOBAL\Qt5.5.1\WIN32-VS11-32\qtbase\lib > > So actually anyone who successfully build qt 5.6 beta on windows seems > to have some directory containing a Qt5Core.dll in the PATH env variable.
... hmm ... i ran into this issue before with rcc (iirc), but not with uic or qlalr ... btw, qt's translation tools also fail to run for me: https://codereview.qt-project.org/#/c/144558/ hope with these two patches, msvc/dll builds work again ... cheers, tim _______________________________________________ Development mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/development
