QT Creator - Error while building/deploying project - Configuration is faulty
-
wrote on 28 Jun 2023, 09:53 last edited by
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."
-
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:
@elebasi Please post code and error messages as text.
You should do what the error tells you: check the Issues view to see what the problem is. -
wrote on 28 Jun 2023, 10:05 last edited by
-
@elebasi Please post code and error messages as text.
You should do what the error tells you: check the Issues view to see what the problem is. -
@jsulm how do I check the issues view?
Could you post some link or guidelines on how to do? -
@elebasi
The Issues view appears when you build. Just look at the screen, the tabs at the bottom, it's shown in your 3rd screenshot of your first post. Why not try the Help inside Creator if you want to know how to use it?wrote on 28 Jun 2023, 11:26 last edited by elebasi@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. -
@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.@elebasi The Issues tab is at the bottom and can be activated pressing Alt-1...
-
C Christian Ehrlicher moved this topic from General and Desktop on 28 Jun 2023, 16:37
-
wrote on 14 Jul 2023, 12:01 last edited by
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
1/8