QT Creator - Error while building/deploying project - Configuration is faulty
-
I have built Qt and Qt Creator from source on windows both in "release" configuration.
I have not configured qtwebengine module in QT and I had to disable GitPlugin on Qt Creator to be able to run the QT Creator.I have tried to create a new project but I get this error right after creation where it says:
"Warning: Failed to load the project
Issues and Projects->Build settings show more information about the failure."
Error:
Kits Settings:
-
@JonB I am a bit lost here.
As you can see the Build option is grayed out.
I can only run which I assume it tries to call the Build first but then the build fails.
When I look at the output after run, I only see “Configuration is faulty”. (See screenshot)
I understand that it has something to the with the project configuration but what is it?
This is a bare minimum QT Quick project created by Qt Creator without any modifications.
Once it is been created it immediately displays the warning icon on the top project that says "Warning: Failed to load the project
Issues and Projects->Build settings show more information about the failure." as I mentioned.Here are the created files in the project folder:
I am not sure if all the necessary project files are created.I would appreciate a bit of guidance instead of telling to go search stuff which I have already done.
Biggest thing I suspected was the compiler settings but I have checked it multiple times and it looks alright as seen in one of the screenshots. -
-
just a quick update. It looks like the issue is related that I have QT build only as Release and not as Debug where my project has both configurations.
I am trying to build QT 6.5.1 on windows with MSVC but I am having issues so I will update the thread once I have a better understanding.I found similar issue and asked mine for now but I am not sure if the error is related to the actual problem or just some other error down the pipeline: https://stackoverflow.com/questions/76606173