:-1: error: Qt Creator needs a compiler set up to build. Configure a compiler in the kit options.
-
-
Now, you need to tell your project to use to correct kit.
Click "Projects" (left side of Qt Creator)
Click "Add Kit" (top-left corner of Qt Creator)
Select your 32-bit MinGW kit
Click the computer icon that says "Debug" (bottom-left corner of Qt Creator)
Select your 32-bit MinGW kit
Compile your program :)
Also, you should uninstall the MSVC2012 version of Qt.
-
:-1: error: [copydeploymentfolders] Error 1
-
Hmm... I haven't seen that message before. Can you post everything in "Compile Output"?
Also, try this:
Close Qt Creator
Uninstall the MSVC2012 version of Qt
Delete C:\Qt\DATA\1st\1st.pro.user
Re-open your project
Compile again
-
http://s7.directupload.net/images/130521/sx9zodmw.jpg
This time i run step by step the first Tutorial.
Same error. -
Please post the error message from the "4. Compile Output" window.
-
I solve it.
Just add to make the -no-copy argument.
http://s14.directupload.net/images/130521/umyjorzw.jpgThanks 4 your help.
It certainly was not the last time that I need help. -
You're welcome :) Just post a new question in the forum if you want more help. Have fun with using Qt!
-
I have QT 5.2.0 MSVC2012 openGL 64bit and when I try to build a project it gives an error: ":-1: error: Qt Creator needs a compiler set up to build. Configure a compiler in the kit options." In compilers section I have: microsoft visual c++ compiler 12.0(x86), microsoft visual c++ compiler 12.0(amd64), microsoft visual c++ compiler 12.0(arm) and minGwW(x86 32bit). How can I risolve it?
-
Visual C++ 12.0 is from MSVC 2013.
You need to install MSVC 2012 (Visual C++ 11.0).