Cody Pritchard
Cody Pritchard

Reputation: 695

No qmake.exe found for Qt Creator 3.2.0

So i need to install Qt Creator 3.2.0 and build a project. But, when i try to open the project right now, it is saying "Could not find qmake configuration file default".

Here is my version info:

Qt Creator 3.2.0

Based on Qt 5.3.1

Built on Aug18 2014

I would post pictures of this but i dont have enough rep...

Under kits it says:

Manual - Desktop(default)

Debugger: System GDB at C:\mingw32\bin\gdb.exe

Qt version: None

When i try to search for the Qt Version in the Qt folder, the qmake.exe file is nowhere to be found. And i believe this is my issue.

So does anyone know why this .exe is not there or how i can go get it?

Thank you.

Upvotes: 2

Views: 8527

Answers (2)

Pablo Johnson
Pablo Johnson

Reputation: 1072

You can use the online installer, then select the sdk version and the tools. In my case its on the C:\Qt\6.6.2\mingw_64\bin directory.

QT ONline manager

Upvotes: 0

Julien Vatsana
Julien Vatsana

Reputation: 31

Qt Creator alone is not enough.

You must install Qt SDK with the source file.

Go there and take the open source version : https://www.qt.io/download/

Upvotes: 3

Related Questions