Details
-
Suggestion
-
Resolution: Done
-
P3: Somewhat important
-
1.5.0
-
None
-
- Windows 10 x64,
- Intel Parallel Studio XE 2016 Update 1,
- Visual Studio 2015 Update 1,
- Windows SDK 10.0.10586.15,
- Qt 5.7-dev (http://code.qt.io/cgit/qt/qt5.git/log/?h=5.7 ),
- Qt Build Suite 1.5-dev (http://code.qt.io/cgit/qt-labs/qbs.git ).
-
c9073856137a733776d0123804805ef9bc683084
Description
For QBS builds using ICC on Windows, compiler could receive improper parameters (or not receive proper), because used conditions for MSVC doesn't cover ICC builds.
The fix is simple replacing string win32-msvc* with msvc in all *.pri and *.pro files (diff added in attachment).
Similar patch was recently merged to Qt Creator project (see https://codereview.qt-project.org/#/c/157067 ) and there was no regressions with it.