Announcement

Collapse
No announcement yet.

Installing QT Creator 2.0.1 (Qt 4.7.0) on Kubuntu 10.10

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Installing QT Creator 2.0.1 (Qt 4.7.0) on Kubuntu 10.10

    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:
    • 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.

    #2
    Re: Installing QT Creator 2.0.1 (Qt 4.7.0) on Kubuntu 10.10

    QtCreator ... a GREAT tool! 8)

    Another way to install QtCreator on Kubunut (any release) is to go to nokia's download website and download the Qt SDK 1.1

    32 bit: http://qt.nokia.com/downloads/sdk-linux-x11-32bit-cpp
    64bit: http://qt.nokia.com/downloads/sdk-linux-x11-64bit-cpp

    and install it in your home directory. When it is installed and you run the app it automatically sets up your development environment irrespective of which version of Qt your KDE desktop is using. To delete it run the uninstall script in the apps directory.
    "A nation that is afraid to let its people judge the truth and falsehood in an open market is a nation that is afraid of its people.”
    – John F. Kennedy, February 26, 1962.

    Comment


      #3
      Re: Installing QT Creator 2.0.1 (Qt 4.7.0) on Kubuntu 10.10

      I have had good luck with
      Code:
      sudo apt-get install qt-sdk
      for both lucid and karmic and never had any problems.

      Is there a reason you are installing g++4.5 instead of g++ which brings in g++4.4 and the sym link?
      FKA: tanderson

      Comment

      Working...
      X