Results 1 to 6 of 6

Thread: Qt 4.4.1 installing probelm, why i get Qt 4.1.4 ?

  1. #1
    Join Date
    Sep 2008
    Posts
    2
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Qt 4.4.1 installing probelm, why i get Qt 4.1.4 ?

    After compiling qt-x11-opensource-src-4.4.1(http://trolltech.com/developer/downloads/qt/x11) with default options under Red Hat EL4 (gcc version 3.4.3) , i get /usr/local/Trolltech/Qt-4.1.4 , not Qt4.4.1, why Im sure the system have not been installed any other version of QT before.

    I canot use any classes introduced after Qt 4.2 ,because there are no relevant head files in the include directory.(eg. QFontComboBox ) But i can find those .h files in the source file i downloaded.

    any ideas?

  2. #2
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    5,372
    Thanks
    28
    Thanked 976 Times in 912 Posts
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Qt 4.4.1 installing probelm, why i get Qt 4.1.4 ?

    Are you sure you got the right file? Is there a "changes-4.4.1" file in the sources?

  3. #3
    Join Date
    Sep 2008
    Posts
    2
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Qt 4.4.1 installing probelm, why i get Qt 4.1.4 ?

    Quote Originally Posted by jacek View Post
    Are you sure you got the right file? Is there a "changes-4.4.1" file in the sources?
    yes, im sure . there is a changes-4.4.1 file in the source package, and the readme file says "This is Qt version 4.4.1.".

    but after compiling:

    qmake -v
    QMake version: 2.00a
    Using Qt version 4.1.4 in /usr/local/Trolltech/Qt-4.1.4/lib

    rcc -version
    Resource Compiler for Qt version 4.1.4

    moc -v
    Qt Meta Object Compiler version 59 (Qt 4.1.4)

  4. #4
    Join Date
    Feb 2006
    Location
    Oslo, Norway
    Posts
    6,264
    Thanks
    36
    Thanked 1,519 Times in 1,389 Posts
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows Symbian S60 Maemo/MeeGo

    Default Re: Qt 4.4.1 installing probelm, why i get Qt 4.1.4 ?

    Did you run 'make install'? Does '/usr/local/Trolltech/Qt-4.4.1/bin' exist? Do you have it in PATH? If not, refer to the installation instructions.
    J-P Nurmi

  5. #5
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    5,372
    Thanks
    28
    Thanked 976 Times in 912 Posts
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Qt 4.4.1 installing probelm, why i get Qt 4.1.4 ?

    Do you still have the directory with Qt sources? If yes, then you should have a copy of qmake in bin subdirectory. Check what version it reports.

  6. #6
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    5,372
    Thanks
    28
    Thanked 976 Times in 912 Posts
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Qt 4.4.1 installing probelm, why i get Qt 4.1.4 ?

    I've just made a fresh Qt 4.4.1 build and everything was OK. Maybe there was Qt 4.1.4 installed earlier after all?

Similar Threads

  1. Installing Qt 4.1.4 (open source) on windows with vs2005
    By Randulf in forum Installation and Deployment
    Replies: 1
    Last Post: 19th August 2006, 12:22

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.