"Error while building/deploying project QTProject when excuting step "Make"
-
I'm new to Qt and I know C++ fairly well and I want to start making programs with GUIs rather than command line. Though when I try to compile and run the project it gives me this error:
Configuration is faulty. Check the issues view for details
Error while building/deploying project QTProject (kit: Desktop Qt 5.4.0 MSVC2013 64bit)
When executing step "Make"I never really payed attention to compilers. Though I need some help solving this issue.
-
bq. Configuration is faulty. Check the issues view for details
I assume you are using Qt Creator.
What is in the issues view?
What error messages are on the Compile output tab leading up to the end of the compile?Do you have a working Microsoft VS 2013 install?
Are the VS command line tools in the system PATH visible to Qt Creator? -
[quote author="ChrisW67" date="1421474895"]bq. Configuration is faulty. Check the issues view for details
I assume you are using Qt Creator.
What is in the issues view?
What error messages are on the Compile output tab leading up to the end of the compile?Do you have a working Microsoft VS 2013 install?
Are the VS command line tools in the system PATH visible to Qt Creator?[/quote]Okay I didn't have Microsoft VS 2013 installed. The issue is gone since I installed VS 2013. Though it was a heavy file (6.9 GB). Thanks ChrisW67