dot pro settings for windows SDK
Unsolved
Qt Creator and other tools
-
I am working with Qt 15,2 . I have creates a .pro file that works with Qmake to create a Visual Studio solution. I can set the VS version most other things to build the file. I cannot find a way to get the SDK version set so Visual Studio asks the version the first time I load the project I tried using WNDOWS_TARGET_PLATFORMVERSION but that did not appear to change anything. Is there another wayto set the SDK version so it doen't ask all the time.
Also is there a way create the sln file to create a full project?
I am trying to automate the creation and compiling of several projects. devenv will work with the vsxproj file so I can get past the second issue but the first prblen still causes problems with and automatic build
Bruce