Korvo
Korvo

Reputation: 9753

Configure QT5.4 with MSVC2013?

I installed Qt 5.4 (32bit, VS 2013, OpenGL) and VisualStudio-2013, configured PATH variable like this:

PATH = ...;C:\Qt\Qt5.4.0\5.4\msvc2013_opengl\bin

When I try compile an project the console shows this issues:

MAKEFILE_GENERATOR variable not set as a result of parsing : example.pro. Possibly qmake was not able to find files included using "include(..)" - enable qmake debugging to investigate more.

I think it is necessary configure in "system vars" this paths: C:\Qt\Qt5.4.0\5.4\msvc2013_opengl\include and C:\Qt\Qt5.4.0\5.4\msvc2013_opengl\include, but I know not how to do it.

How do I set up QT5.4 with VisualStudio2013?

Upvotes: 1

Views: 759

Answers (1)

Nox
Nox

Reputation: 932

Don't complicate your life too much, just use the official Visual Add-in and everything should be up and running in a sec.

Upvotes: 2

Related Questions