Sunday, April 28, 2024
 Popular · Latest · Hot · Upcoming
5
rated 0 times [  5] [ 0]  / answers: 1 / hits: 15492  / 3 Years ago, thu, november 11, 2021, 12:52:08

I've just installed Qt Creator from the Ubuntu Software Center.



When I try to open any project other than a Qt Quick project I get following error message:




No valid qt versions found.

Please add a qt version in Tools/Options or via the maintenance tool of the SDK.




In Tools → Options → Qt4, qmake-qt4 was added to the list automatically.



This is what my Qt4 options menu looks like.



qt-creator options menu



Here is the output of dpkg --get-selection | grep qt.



What am I missing to get Qt Creator to let me open Qt C++ projects?


More From » 11.10

 Answers
3

The problem wasn't the missing Qt version but the missing tool chain.



In Tools → Options → Tool Chains add GCC and set your gcc path as the Compiler path.


[#41591] Friday, November 12, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
vigorousom

Total Points: 394
Total Questions: 96
Total Answers: 110

Location: Pitcairn Islands
Member since Fri, Oct 15, 2021
3 Years ago
;