Qt5UiTools.lib not being built Windows/VS2013
-
Hi,
I'm trying to build using the qt-windows-opensource-5.2.0-msvc2012_opengl-x86_64-offline installation using VS2013 on Windows 7.
It is mostly OK but it isn't building (or installing to my install directory) the Qt5UiToolsd.lib. I need the QUiLoader class from this library (or did in Qt4, I'm assuming nothing has changed).
I'm using configure parameters as follows:
configure -debug-and-release -developer-build -opensource -confirm-license -mp -platform win32-msvc2013 -qt-style-windows -qt-style-windowsxp -qt-style-windowsvista -opengl desktop
What am I missing here?
Thanks.