PDA

View Full Version : QT in Path not Detected - On Ubuntu 9.10



prchakal
9th March 2010, 10:04
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?

prchakal
9th March 2010, 10:18
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.