Qt 6.11 is out! See what's new in the release
blog
In win8.1 installed vs2017 and win sdk 10 but Qt uses win sdk 8.1 and had error ...
-
Hi, In win8.1 i installed vs2017 and win sdk 10 but Qt uses win sdk 8.1 and had error ...
in Qt how we can change Qt sdk target configure to win sdk 10 till not a problem in building....C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\include\cstddef:7: error: C1083: Cannot open include file: 'stddef.h': No such file or directoryHow i can fixed error? stddef.h is there in winsdk 10 but in win 8.1 is not there......i want to compile only with visual c++ compiler not mingw. thanks in advance for guiding
a screen shot may be usefull. only i can used win 8.1 debugger. but i installed win 10 sdk too....win sdk 10 debug is not show......

-
-
After problems i installed Qt VS Tools for Visual Studio 2017
in VS2017 by helping this plugin all problem is solved.....So i migrated from Qt creator to straight VS2017...
thanks very much