Details
-
Bug
-
Resolution: Done
-
P1: Critical
-
Qt Creator 2.8.0
-
None
-
Windows8, Qt 4.8.5, MinGW 4.4
Description
In attempt to build QtCreator from sources on Windows, compilation failed with an error:
E:/git/ng/git/qt-creator-emb/src/libs/utils/hostosinfo.cpp: In static member function 'static Utils::HostOsInfo::HostArchitecture Utils::HostOsInfo::hostArchitecture()':
E:/git/ng/git/qt-creator-emb/src/libs/utils/hostosinfo.cpp:42: error: 'GetNativeSystemInfo' was not declared in this scope
Seems, skipped a "#define _WIN32_WINNT 0x0501" macro.