On Monday, 24 July 2017 09:44:36 PDT Philippe wrote:
> In the past I used to specify QMAKESPEC. For example,
> 
> set QMAKESPEC=winrt-x64-msvc2015
> 
> However, since 5.9.1, the Qt configure complains:
> 
> "Please make sure to unset the QMAKESPEC,..."
> 
> When I remove set QMAKESPEC, the build is fine...
> 
> However, the config.summary file lists "win32-msvc" and not
> "winrt-x64-msvc2015"
> 
> How can I make sure the proper mkspecs is used?...

configure -platform winrt-x64-msvc2015

-- 
Thiago Macieira - thiago.macieira (AT) intel.com
  Software Architect - Intel Open Source Technology Center

_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to