I have two library versions of opencv setup on my windows pc.

in Qmake I can build my opencv cpp code without errors, but I can only run the code successfully using the most recent opencv environmental variable in the path. How can I switch the environmental variable in qt creator to any of my libraries.

thanks

BT