I think yes i have built qtbase.
I'm used this code for do qt static
@echo off
set PATH=C:\Qt\Qt5.5.1\5.5\mingw492_32\bin;C:\Qt\Qt5.5 .1\Tools\mingw492_32\bin;%PATH%
echo exec configure
title Configure
configure.exe -static -release -opensource -opengl desktop
echo exec maker
title MinGW32 Make
mingw32-make sub-src
title End
pause
Bookmarks