PDA

View Full Version : Multiple Qt configurations in my machine.



Diegol
1st February 2010, 15:52
Hello,

I have a little question. Do I reconfigure and recompile each time Qt when I want change the target configuration for example WM6.0/WM50/Wince5.0?? because recompile it each time takes a lot of time.

Thanks

franz
1st February 2010, 19:49
I keep separate copies for each target (MSVC and MinGW in my case) and switch to the relevant Qt version for each project:

C:\Qt\4.6.1-mingw
C:\Qt\4.6.1-msvc

aamer4yu
2nd February 2010, 05:50
And using batch files to setup environment helps a lot. Dont use Env Variables from My Computer properties, it might need re login to work properly.