Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

The Qt version is invalid

Tags:

c++

qt

'm trying to make a new project using Qt Creator, and I get the following errors when compiling:

The Qt version is invalid: Could not determine the path to the binaries of the Qt installation, maybe the qmake path is wrong?

The qmake command "<not found>" was not found or is not executable.

How can I solve this issue?

Thanks.

like image 521
Simplicity Avatar asked Aug 23 '26 02:08

Simplicity


1 Answers

Issue solved.

I added this to PATH: C:\Qt\2010.05\qt\bin

Instead of: C:\Qt\2010.05\bin

As that later didn't contain qmake.exe

Thanks.

like image 182
Simplicity Avatar answered Aug 24 '26 18:08

Simplicity