PDA

View Full Version : Qt3 and Qt4 on same machine?



prabhudev
24th May 2012, 08:48
I have installed QT3 and QT4 on same machine. I want to compile a project using qt4. But every time i run its taking qt3 only.How to make it compile with QT4.?

Os: Fedora 8
Thank you

ChrisW67
24th May 2012, 08:58
Run the Qt4 qmake rather than the Qt3 one.

prabhudev
24th May 2012, 09:41
How to do that?