Building Qt Creator from sources on Unix 2008-12-21 6 Comments
This is more or less what I did to build and run Creator on a system with another Qt4 installed already. It’s just one way to do this. I’m posting it in hope to help somebody having trouble with it. git clone git://labs.trolltech.com/qt/snapshot/4.5 qt-45 cd qt-45 ./configure -optimized-qmake -nomake demos -nomake examples \ -no-xmlpatterns -no-phonon [...]






