Qt3 and Qt4 were installed during installation of my openSuse 10.2.
There's one version in /usr/lib/Qt3
and another in /usr/lib/Qt4

I had to download Qt4.2.3 source code and build it so I could have the SQL plugins for Firebird.
"qmake install" put Qt4.2.3 in /usr/local/Trolltech/Qt-4.2.3

I've tested the new installation by changing the program icon in the menu to point to designer in the new path, it works fine, and I have a working database plugin.

Now there's a qmake is in /usr/bin and another in /usr/bin/X11, AND I now have another one in /usr/local/Trolltech/Qt-4.2.3/bin

When it comes to compiling my program, the qmake that will get used will be the one in /usr/bin,which is version 4.2.1. Question is, what's the proper method of making the new installation the default ? Should I just copy the new files over the old ones ?