Since my last post on installing Qt 4.5.2 on Kubuntu 9.0.4 (http://kubuntuforums.net/forums/inde...opic=3104804.0), I've got a new machine running Kubuntu 10.10. I'm pleased to say that it was considerably easier getting Qt Creator 2.0.1 working:
That was it ... at least to build a simple Main Window wizard app.
- I used synaptic to install "qtcreator (2.0.1-lubuntu3)", "qt4-dev-tools (4:4.7.0-0ubuntu4.2)" then "g++-4.5 (4.5.1-7ubuntu2)"
- I created a symbolic link to g++ using the command "sudo ln -s /usr/bin/g++-4.5 g++"
That was it ... at least to build a simple Main Window wizard app.
Comment