ERROR: Unsupported Build Type (Please Help!)
-
Hi and welcome to devnet,
Did these sources come with a .pro.user file in them ? If so, close Qt Creator, remove that file and open the project.
-
Thanks for replying.
I have already removed the .pro.user file. I did some google searching to find that. I still get these errors.
I tried making a new project to do a "Hello World" type tutorial and got an error that "QT version is not properly installed, please run make install"
-
I think you installed just a Qt Creator IDE, it is not enough, you need a whole Qt SDK for compiling Qt projects. Download it from "here":https://qt-project.org/downloads
-
Whenever I try to download the "Qt 5.2.1 for Windows 64-bit (VS 2012, 556 MB)" My comp says its malicious and blocks it. I'm assuming I should download that one unless you mean something else. Idk why it would block it though.
-
If you use VS compiler so yes you need download this file. But if you don't have any compiler installed you can download "Qt 5.2.1 for Windows 32-bit ( MinGW 4.8, OpenGL, 634 MB ) ":http://download.qt-project.org/official_releases/qt/5.2/5.2.1/qt-opensource-windows-x86-mingw48_opengl-5.2.1.exe it contains MinGW compiler inside.
-
Ah so does VS 2012 refer to Visual Studios 2012. I'm using Visual Studios 2013 and see no download for that.
-
They will be available for Qt 5.3 currently in beta "here":http://download.qt-project.org/development_releases/qt/5.3/
-
So I downloaded Qt 5.3 and tried to run the hello world code but got the same error of "Qt version is not properly installed, please run make install." Looking at other posts about this, people said you need a higher version of qmake. And to alter your path to the new qmake directory. Can someone explain if this is what I need to do and how to do it? I don't even understand what they mean.
-
Did you properly configured Qt Creator ? Add that new version to the known Qt Versions and make kit using it ?
-
Update: So I downloaded 5.3 and made sure that was the one being used. Specifically Qt 5.3.0 MSVC2013 OpenGL 32bit. I made a kit using this version, a compiler that works (Microsoft Visual C++ Compiler 12.0 (x86)) and I still get the Unsupported Build Type Error.
-
Any help?