vertical_align_top

1. Select a Qt version

Version Status Details

2. Check all Qt modules you need

3. Add below to your configure options

$ ../qt5/configure -release -static -optimize-size -ltcg -make libs -no-pch ... \

Alternatively, copy below and paste them to config.opt in your build directory, then run ./config.status

$ cat config.opt
-release
-static
-optimize-size
-ltcg
-make
-libs
-no-pch
...