> Subject: [Interest] Building Qt 5.0.1 on Windows using VS2010 fails > > I configured Qt 5.0.1 with > > configure.bat -release -commercial -c++11 -shared \ > -no-ltcg -nomake demos -nomake examples \ > \ > -no-accessibility \ > \ > -qt-sql-sqlite -opengl desktop \ > -qt-zlib -qt-libpng -no-libjpeg -no-openssl -no-dbus \ > -mp -confirm-license > > When I try to nmake Qt, I get the errors below on linking Qt5Gui.lib. > Do I have to remove the -no-accessibility switch from configure?
Yes. It seems you've ran into https://bugreports.qt-project.org/browse/QTBUG-27860 Regards Kai _______________________________________________ Interest mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/interest
