Qt Creator refuses to parse project file
-
My other computer zonked out so I have to move my project to another one. I install QtCreator 4.8.2 and QT 5.12.2 on the new computer
Could not find qmake spec 'default'. Error while parsing file /home/minion/Documents/Software Projects/ProjectX/Projectx.pro. Giving up.
Here is a paste of the top of the pro file, I can include more if necessary
https://pastebin.com/4jHFqE2Ks -
it parses the project now displaying the proper source code orgaization now that I forced it to use the desktop qt 5 kit.
But it won't let me configure the project. It just says
The project ProjectX is not yet configured
Qt Creator uses the kit Desktop Qt 5.12.2 GCC 64 bit to parse the project.No valid kits found.
Its a C++ project
-
@A123 said in Qt Creator refuses to parse project file:
No valid kits found.
Then please show a screenshot of Tools > Options > Kits > Kits
-
Here is a screenshot
-
@aha_1980 I deleted all the .user files. There is nothing I see to do on the configure project page. It won't allow me to pick a kit. If I try to import a build it doesn't do anything. If I go to options and pick the Desktop 5.12 kit it simply says
C and C++ compiler paths differ. C compiler may not work.
C and C++ compiler paths differ. C compiler may not work.the project remains unconfigured and won't allow me to compile or build.
-
-
@aha_1980 said in Qt Creator refuses to parse project file:
It's just interesting that there is no warning sign...
Tracked as QTCREATORBUG-22177 now.