How to build all Qt source in 'Release' mode?
Solved
Installation and Deployment
-
I've downloaded qt-everywhere-src-5.14.2.tar.xz onto my Ubuntu 18.04.4 machine, and would like to build Qt in 'Release' mode. My understanding is that I just run 'configure' followed by 'make'. How do I tell configure to build for 'Release' mode?
Thanks!