Results 1 to 2 of 2

Thread: QT in Path not Detected - On Ubuntu 9.10

  1. #1
    Join Date
    Mar 2010
    Posts
    13
    Qt products
    Qt4
    Platforms
    Windows

    Default QT in Path not Detected - On Ubuntu 9.10

    Hi,

    I have installed QT from the BIN file from qt.nokia.com on my Ubuntu 9.10.

    It install correctly, but when i start Qt Creator i cant build the project and i get an error message.

    No valid Qt version set. Set one in Tools/Options
    Error while building project Server
    When executing build step 'QMake'
    Canceled build.
    When i go to Options i see:

    Auto Detect -> QT in PATH -> Not found

    On QT Version list item.

    What i have to configure? Any path variable?

  2. #2
    Join Date
    Mar 2010
    Posts
    13
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: QT in Path not Detected - On Ubuntu 9.10

    I solve it

    1 - sudo apt-get install build-essential

    2 - On terminal:

    PATH=<path_of_sdk_qt_bin_path>:$PATH
    export PATH

    Its all

    Thanks.

Similar Threads

  1. Replies: 8
    Last Post: 17th October 2009, 08:10
  2. Recursive call detected
    By SebastianBecker in forum Qt Programming
    Replies: 3
    Last Post: 10th September 2009, 17:25
  3. Qt Creator 1.0.0 - LIB & PATH settings in Ubuntu
    By qoo in forum Installation and Deployment
    Replies: 1
    Last Post: 20th April 2009, 08:35
  4. glibc detected
    By raghvendramisra in forum Qt Programming
    Replies: 5
    Last Post: 28th May 2008, 03:29
  5. Error: **** glibc detected ****
    By Manohar in forum Qt Programming
    Replies: 2
    Last Post: 9th May 2008, 05:32

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.