Archive for the ‘Visual Studio 2013’ Category

November 18, 2014 0

Make QT 5 detectable by cmake on windows

By in C++, cmake, qt, Visual Studio 2013, Windows

It seems that for cmake to be able to find the needed qt .cmake files it’s sufficient to add the qt bin folder to the path env variable (e.g. C:\Qt\5.3\msvc2013_64_opengl\bin)

October 31, 2014 0

Qt creator and perhaps visual studio 2013 is missing include directories and other env variables

By in c++, C++, Visual Studio 2013, Windows

Symptom: Cant compile any programs and compiler complaining about missing standard header files such as stddef.h diagnose: in QT creator go to project settings and inspect environment variables. There should be e.g an INCLUDE variable. If not the vcvarsall.bat file that is accompanying VS is not run propable. Following this post: http://schrievkrom.wordpress.com/2011/01/25/error-cannot-determine-the-location-of-the-vs-common-tools-folder/ it seems that the […]

Tags: ,