3 Attachment(s)
qmake problem after reinstallation
I reinstalled QT 5.2 and now I cant really get it back up and running.
I first downloaded the MSVC12 version, didnt work, so I tried again with the online installer. I always get the message: ":-1: error: Qt Creator needs a compiler set up to build. Configure a compiler in the kit options.". When I go to options -> build & run -> kits I see:
Attachment 9890Attachment 9891Attachment 9892
I want to use the MSVC2012 amd64 or 32 version, like I did before. But how do I get them working? I always end up seeing: "No compiler can produce code for this Qt version ...". What did I do wrong?
Re: qmake problem after reinstallation
You have clearly installed the Qt libraries for the MingW tool chain. Run the installer again and select the MsVC 2012 version of the libraries.
Re: qmake problem after reinstallation
I did that before. This is why they are all there, but I was not able to use them. Shouldn't I be able to get them up and running too in my actual setting? I would like to be able to choose my compiler anyway...
Re: qmake problem after reinstallation
Have you done what the message says? Go into the Kit definition for "Desktop Qt 5.2.0 MSVC 32bit" or "... 64bit" and select the compiler.
1 Attachment(s)
Re: qmake problem after reinstallation
Attachment 9901Problem is, if I klick "manage" under Compilers I am dragged to the compilers window. If I clone my amd64 MSVC 2012 Compiler I can select it under kits, but it says sth like "Compiler can not produce code vor the qt version ...".
Re: qmake problem after reinstallation
Ignoring Qt and Qt Creator, is your Visual Studio install able to build a simple Hello World program?
1 Attachment(s)
Re: qmake problem after reinstallation
Re: qmake problem after reinstallation
Then I guess that either the "auto detected" path to the compiler on the "Compilers" tab is wrong or something necessary for running the compiler is missing from the environment that Qt Creator is installed in.
When you try to compile a Hello QtCentre example inside Qt Creator does the Compiler Output panel contain useful messages?