Reputation: 695
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
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.
Upvotes: 0
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