Results 1 to 1 of 1

Thread: Qt 4.5.0 install directory change?

  1. #1
    Join Date
    Feb 2006
    Location
    US
    Posts
    173
    Thanks
    16
    Thanked 5 Times in 5 Posts
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Windows Android

    Default Qt 4.5.0 install directory change?

    Hello,

    Using the Windows installer, qt-sdk-win-opensource-2009.02.exe, I've noticed that the install directory structure is different for Qt 4.5 than for Qt 4.4?

    The Qt 4.5 installer created something like this ...
    Qt Code:
    1. C:\Qt\4.5.0\bin
    2. \lib
    3. \share
    4. \qt\bin ODD!!!
    5. \qt\include ODD!!!
    6. \qt\lib ODD!!!
    7. \qt\plugin ODD!!!
    To copy to clipboard, switch view to plain text mode 

    The older version put all of the contents that are now under C:\Qt\4.5.0\qt into the main Qt directory (C:\Qt\4.5.0). So, the environment variables where something like this ...

    Qt Code:
    1. QT_INC C:\Qt\4.5.0\include
    2. QT_LIB C:\Qt\4.5.0\lib
    3. QT_TR C:\Qt\4.5.0\translations
    4. PATH C:\Qt\4.5.0\bin;...
    To copy to clipboard, switch view to plain text mode 

    With the latest version (unless I copy the 'C:\Qt\4.5.0\qt' subsirectoy items up one level) I'll have odd environemnt variables.

    Qt Code:
    1. QT_INC C:\Qt\4.5.0\qt\include
    2. QT_LIB C:\Qt\4.5.0\lib;C:\Qt\4.5.0\qt\lib
    3. QT_TR C:\Qt\4.5.0\qt\translations
    4. PATH C:\Qt\4.5.0\bin;C:\Qt\4.5.0\qt\bin;...
    To copy to clipboard, switch view to plain text mode 

    Do you know why the extra 'C:\Qt\4.5.0\qt' sibdirectory is there?

    BTW, previous versions I have just built from source.

    Thanks,
    Ben
    Last edited by brcain; 4th May 2009 at 20:51.

Similar Threads

  1. install help nedded.
    By aj2903 in forum Installation and Deployment
    Replies: 9
    Last Post: 13th November 2008, 07:57
  2. qt-3.3.8 fail in scratchbox
    By nass in forum Installation and Deployment
    Replies: 0
    Last Post: 25th May 2007, 15:21
  3. Am I the only one with "make" error ?
    By probine in forum Installation and Deployment
    Replies: 1
    Last Post: 13th February 2006, 12:54

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.