Re: [Interest] Build Qt itself on Windows 8.1, target Windows >= 7

2017-05-31 Thread Elvis Stansvik
2017-05-31 18:10 GMT+02:00 Thiago Macieira : > On Wednesday, 31 May 2017 05:42:30 PDT Elvis Stansvik wrote: >> Hi all, >> >> I'm about to build Qt from source on Windows 8.1 using Visual Studio >> 2015 Build Tools. >> >> I want the resulting libraries to be usable with Windows >= 7. Do I >> need to

Re: [Interest] Build Qt itself on Windows 8.1, target Windows >= 7

2017-05-31 Thread Thiago Macieira
On Wednesday, 31 May 2017 05:42:30 PDT Elvis Stansvik wrote: > Hi all, > > I'm about to build Qt from source on Windows 8.1 using Visual Studio > 2015 Build Tools. > > I want the resulting libraries to be usable with Windows >= 7. Do I > need to pass any special configure options for this? I'm th

[Interest] Build Qt itself on Windows 8.1, target Windows >= 7

2017-05-31 Thread Elvis Stansvik
Hi all, I'm about to build Qt from source on Windows 8.1 using Visual Studio 2015 Build Tools. I want the resulting libraries to be usable with Windows >= 7. Do I need to pass any special configure options for this? I'm thinking of the _WIN32_WINNT macro [1] which should be set to 0x0601 for Wind