Skip to content

Commit

Permalink
Add ICC platform specific mkspec
Browse files Browse the repository at this point in the history
Change-Id: I6d33439a251723c409d395b459207843804d295c
Reviewed-by: Qt CMake Build Bot
Reviewed-by: Alexandru Croitor <[email protected]>
  • Loading branch information
nierob committed Jun 17, 2019
1 parent 06a552e commit aaa7ce4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmake/QtBuild.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,8 @@ elseif(LINUX)
set(QT_QMAKE_TARGET_MKSPEC linux-g++)
elseif(CLANG)
set(QT_QMAKE_TARGET_MKSPEC linux-clang)
elseif(ICC)
set(QT_QMAKE_TARGET_MKSPEC linux-icc-64)
endif()
elseif(ANDROID)
if(GCC)
Expand Down

0 comments on commit aaa7ce4

Please sign in to comment.