Results 1 to 2 of 2

Thread: Installing Qt 4.4.0 from sources

  1. #1
    Join Date
    May 2008
    Posts
    1
    Platforms
    Unix/X11

    Question Installing Qt 4.4.0 from sources

    Hi,

    I need some help installing Qt 4.4.0 from sources. Qt 3.3.6 is already installed and I think it should stay for the installed Software which is using Qt (KDE etc.)

    Uncompressing, "./configure", "make", "make install" is well done.

    What do I have to do to make it around the system useable. Especially beside Qt 3.3.6 ?

    Which files in the sytem must be modified ?

    Or is there a simple way to define the installation of Qt 4.4.0 as the only which is used by
    any Software on the System? (for example KDE)
    Is it enough to set the Qt 4.4.0 installation-path in /etc/profile

    I have been looking for a rpm package but I didnt find anything for CentOS.
    Could I use the ones made for Red Hat or Fedora?

    Thank you for any help, Peter.

  2. #2
    Join Date
    Jan 2006
    Location
    Bremen, Germany
    Posts
    554
    Thanked 86 Times in 81 Posts
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Installing Qt 4.4.0 from sources

    Just do a 'make install' and all is fine. When you want to develop against Qt4 make sure to use qmake from qt4 instead the one from qt3. I created two symlinks - qmake-qt3 and qmake-qt4 which point to the correct qmake executable so I can decide on my own what version to use.

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
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.