New installation. desktop target not finding compiler.
-
You can't mix and match compilers like that.
You installed Qt for Windows Phone 8 built with MSVC2012, so you need Visual Studio 2012 installed to use them.
-
OK. Now I'm really confused. I didn't even want to develop any applications for Windows Phone 8, etc. I only wanted to develop an application to run on a Windows 7 desktop or laptop. I don't know how MSVC got selected as the compiler, etc.
So what do I need to do to get an environment where I can compile and debug programs using my Windows 7 machine for a Windows 7 target using the MinGW 4.8.2 32bit MinGW compiler? Do I need to download and install the MinGW compiler first and then download and install the QtCreator? Do I need to completely uninstall Qt first?
Thanks for taking the time with me... I'll get it... I swear I'll get it...
-
No need to download it separately, you should get it through the online installer also.
However, the most simple way: remove everything, download the MinGW package and install it, then you should only have one version of Qt. It's a bit less practical for updates, but you'll have a complete setup
-
I went to Tools -> Options... -> Kits and tried to remove all the entries. I was unable to remove anything listed under Auto-detected. The remove option was not available for these entries.
I have downloaded the mingw-get-setup.exe program but have not installed it yet. This was the latest download from their main web page.
Do I need to completely uninstall the Qt environment before installing the MinGW program and then reinstall the Qt environment?
-
Don't install MinGW separately. Do it either through Qt's online installer, or get the off-line installer Qt MinGW package.
Since your installation seems a bit off, just uninstall everything and start from scratch.
-
From the downloads page, there is a which titled "Qt Online Installer for Windows (14 MB) (Info)" which runs the online installer. This was based on an assessment made of my machine which stated this was the suggested download for my operating system.
If I click on the button to show other versions available, there are titles including "Qt 5.3.2 for Windows 32-bit (MinGW 4.8.2, OpenGL, 737 MB)", "Qt 5.3.2 for Windows 32-bit (VS 2010, OpenGL, 539 MB)", etc.
Are you saying to run the download for Qt 5.3.2 for Windows 32-bit(MinGW 4.8.2, OpenGL, 737MB)? Will this install the MinGW compiler also or do I need to get that from a different source? Will this be all that is needed to get a working environment under Windows 7 for Windows 7 targets?
Thanks, again.
-
I downloaded and installed Qt 5.3.2 for Windows 32-bit (VS 2010, OpenGL, 539 MB) from the list. In trying to run it, the compiler was still not seen.
I downloaded and installed Microsoft Visual Studio 2013 Express. When I launched the Qt installation, it found the Microsoft compiler. I was able to compile and execute the simple example application.
The kit description showed the Microsoft compiler but no debugger was listed.
-
If you install the VS 2010 package you need to also have Visual Studio 2010 installed. You can't mix and match Microsoft compilers. The corresponding debugger is an additional download that you have to, again, get from Microsoft.
-
...oops... I meant I downloaded and installed the VS2013, not the VS2010, version. The Microsoft Visual Studio Express is the 2013 version, also.
What file would I download from Microsoft for the debugger? Could I get Qt to recognize the debugger included with the Express 2013 version?
Thanks for your help. It looks like I'm finally on my way to get some programming done... :)
-
The Microsoft debugging tools