Environment: Ubuntu 14.04, Qt 4.8.x
I have a bunch of Qt library projects and one application project. I would like to build all of them with debug information. I could modify each of the .pro file for debug information. However, I am wondering if there is an environmental variable or some global mechanism I can set to force qmake to build all the projects with debug enabled. Regards.