Qt's QProcessEnvironment cannot be used to change the current environment
http://doc.qt.io/qt-4.8/qprocessenvironment.html
Sadly, and obscurely, Qt's QProcessEnvironment can't change the running environment. If you call QProcessEnvironment::systemEnvironment(), that returns the current environment by value. Any changes you...
roderickkennedy.com1 min read