Results 1 to 6 of 6

Thread: How to upgrade Qt?

  1. #1
    Join Date
    Oct 2009
    Posts
    2
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11

    Default How to upgrade Qt?

    I feel this is really simple and I'm just a total noob, but I've been searching for this for 3 hours now and can't find it. I'm running Kubuntu 9.04 and I think my Qt version is 4.5.0 I'm pretty sure. I'm on an iMac G5 and my KDE icons are glitchy (the icons are basically inverted colours). I found a bug report saying this is Qt related and is fixed in version 4.5.2.

    My problem is... hah well I have no clue how to upgrade Qt and 3 hours of searching hasn't giving me anything... Any help? Thanks

  2. #2
    Join Date
    Dec 2007
    Posts
    628
    Thanks
    3
    Thanked 89 Times in 87 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: How to upgrade Qt?

    1. Un-install old qt version.
    2. Download latest version from here.
    3. Install.

  3. #3
    Join Date
    Oct 2009
    Posts
    2
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11

    Default Re: How to upgrade Qt?

    1. How do I uninstall it?
    3. I can't just "install it" because I'm running a PPC so I have to download then complie it first, and I have no idea how to get it to compile or how to install it once it's finished.

  4. #4
    Join Date
    Apr 2007
    Posts
    76
    Thanks
    6
    Thanked 1 Time in 1 Post
    Qt products
    Qt4
    Platforms
    Unix/X11

    Default Re: How to upgrade Qt?

    I have on may PC qt3, qt4.5.1 and qt4.5.3 is on the way, most important there is no problem at all to have all versions.

    so as yogeshgokul suggested - first download the latest version.
    untar it, go to the qt directory and run
    ./configure --help
    that command will give you more answers on where and what to build.
    when the configuration is done... run make and as root run make install

    and here it is, a new version.

    PS: you have in qt directory a file INSTALL and README and is a good thing you read it

  5. #5
    Join Date
    Nov 2008
    Posts
    142
    Thanks
    3
    Thanked 20 Times in 20 Posts
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: How to upgrade Qt?

    Quote Originally Posted by megabenman View Post
    I feel this is really simple and I'm just a total noob, but I've been searching for this for 3 hours now and can't find it.
    It isn't as simple as you might think, at least when you want to do it right...

    Quote Originally Posted by megabenman View Post
    I'm running Kubuntu 9.04 and I think my Qt version is 4.5.0 I'm pretty sure. I'm on an iMac G5 and my KDE icons are glitchy (the icons are basically inverted colours). I found a bug report saying this is Qt related and is fixed in version 4.5.2.
    According to http://packages.ubuntu.com/ you are right, the current version of Qt in Jaunty is 4.5.0...

    Quote Originally Posted by megabenman View Post
    My problem is... hah well I have no clue how to upgrade Qt and 3 hours of searching hasn't giving me anything... Any help? Thanks
    There have been some hints on how to upgrade Qt already, but I'd advise not to follow them right now

    My reasons are the following:

    First, there's the package management issue: You said you are using Kubuntu, so I assume you also use KDE. Qt is an integral part of KDE, and you cannot simply "remove" the older version of Qt without removing all of KDE, since it's packages would depend on Qt, and unless you repackage the whole baggage there's no way to remove said Qt 4.5.0 and keep your system intact at the same time.

    Package management facilities are meant to keep your system in a consistent state all the time, and you shouldn't fiddle with them unless you know what you are doing...

    Second, there is patience: Kubuntu 9.10 is due to be released by the end of October, and it will contain Qt 4.5.2

    Oh, and be assured: I'm waiting just as eagerly as you for a newer version of Qt in Kubuntu. I have an iBook G4 and am experiencing the same color issues as you are.

  6. #6
    Join Date
    Jan 2009
    Posts
    31
    Thanks
    8
    Qt products
    Qt4
    Platforms
    MacOS X Windows

    Default Re: How to upgrade Qt?

    If you're still determined you can use https://launchpad.net/~pgquiles/+ppa-packages as a new repository and it should upgrade it fine.

    Of course, if everything sets on fire I take no responsibility Thats from the kubuntu forums, direct link http://kubuntuforums.net/forums/inde...opic=3104804.0

Similar Threads

  1. qtconcurent imagescaling example upgrade
    By codebehind in forum Qt Programming
    Replies: 5
    Last Post: 11th September 2009, 13:40
  2. mapper stop after upgrade to 4.4.3
    By SunnySan in forum Qt Programming
    Replies: 6
    Last Post: 6th November 2008, 11:50
  3. Qt upgrade
    By abrou in forum Installation and Deployment
    Replies: 2
    Last Post: 5th May 2008, 22:27
  4. Qt License Upgrade
    By yogeshgokul in forum Qt Programming
    Replies: 9
    Last Post: 21st March 2008, 13:01
  5. How to upgrade Qwt 5.0.1 to Qwt 5.0.2
    By luffy27 in forum Qwt
    Replies: 1
    Last Post: 15th July 2007, 19:55

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.