i install qt-opensource-windows-x86-msvc2013_64-5.4.1 ...and I cant do any thing ()
-
my error is :
:-1: error: Qt Creator needs a compiler set up to build. Configure a compiler in the kit options.05:43:35: Configuration is faulty. Check the Issues view for details.
Error while building/deploying project t1 (kit: Desktop Qt 5.4.1 MSVC2013 64bit)
When executing step "Make" -
You donĀ“t have the needed compiler.
The MSVC Version is not shipped with Visual Studios.
So you need to install Visual Studios 2013 Desktop by yourself. The Express Edition will do. -
Do you have the 2013 version of Visual C++ compiler installed? If not install the compiler or a VS 2013 edition (you can use the free express or see if you meet the requirements for a free Community edition), or use the MinGW Qt version that includes the MinGW compiler also (but is pre-built in 32 bit only, you'll need to build it yourself if you need x64)
-
VS2010 it's not ok, since you installed kit: Desktop Qt 5.4.1 MSVC2013 64bit... you'll need VS2013.
-
MinGW is a port to Windows for gcc.
No, the kit: Desktop Qt 5.4.1 MSVC2013 64bit can only be used with VS2013.
If you want the kit with MinGW you'll need to download the Qt MinGW package, and that package include the MinGW compiler: download.qt-project.org/official_releases/qt/5.4/5.4.1/qt-opensource-windows-x86-mingw491_opengl-5.4.1.exe
Or use the Qt for VS 2010: download.qt-project.org/official_releases/qt/5.4/5.4.1/qt-opensource-windows-x86-msvc2010_opengl-5.4.1.exe
3/9