How to set a compiler in Qt? -
I'm completely new to QT and I have the offline version "Windows 64-bit (VS 2013, OpenGL, 573 MB ) "
I am unable to compile my project.
I have:
Qt 5.3.2 (MSUVC 2010, 32bit) based on Qt Creator 3.2.1 (opensource)
In my build & Amp; Run, I have, for kit: desktop QT 5.3 for Qt version MSVC2013 OpenGL 64 bit: QT 5.3 MSVC 2013 OpenGL 64 bit
and there is nothing for compilers tab I do not know that segment What should I remember?
I found the following error message while trying to compile my project:
14:44:12: The configuration is faulty. P> Blockquote>
and
Configure a compiler in the kit options that require a compiler set up to create a Qt constructor.
Go to Tools-> Option-> Build & amp; You can also manage the kits on the
kit tab, to add a new compiler to the Play and
Compilers tab. Do not forget to setup
qmake on the
qt version tab.
In addition, if you have
MSVC code> QT to Microsoft Visual Studio 2010 or
2013 Need to be installed on the basis of version of code> Qt . >
If you are getting started, then I recommend you download the
MinGW version and everything should work fine.
MinGW version uses the version of
GCC while
VS uses the compiler of Microsoft.
Comments
Post a Comment