Hi,
I’ve downloaded Qt5.0.1 source zip from download page and compiled with MinGW 4.7.2 ×32 or x64. I decided to compile by myself because of this annoying bug: QTBUG-8764 [bugreports.qt-project.org]
The compilation ended without any errors, but none of QtTools was compiled, like Assistant and Designer. There is something I should do to get the tools compiled?
Here is my config:
configure -opensource -confirm-license -debug-and-release -platform win32-g++ -plugin-sql-sqlite -opengl desktop -no-openssl -no-icu -nomake examples -nomake demos -nomake tests > configure.log
mingw32-make -j 4 > build.log
↧