make &> build.txt
All build outputs including warnings and errors will be redirected to build.txt. If without &, errors and warnings will not be redirected to the file.
A blog about coding
make &> build.txt
All build outputs including warnings and errors will be redirected to build.txt. If without &, errors and warnings will not be redirected to the file.
export QA_AUTO_SCREEN_SCALE_FACTOR=0
export QT_SCALE_FACTOR=1
These two settings are BOTH required.