summaryrefslogtreecommitdiffstats
path: root/cmake/QtBuild.cmake
diff options
context:
space:
mode:
authorMarianne Yrjänä <marianne.yrjana@qt.io>2020-11-20 11:20:29 +0200
committerMarianne Yrjänä <marianne.yrjana@qt.io>2020-11-20 15:28:31 +0200
commit703485c29331fb72b0160914dd66a91ae2b403c4 (patch)
treeda5dc3bf0c5b87713740f244b972da127b0dbb80 /cmake/QtBuild.cmake
parentce29ce586f06f56a66198b934f8860946380e26e (diff)
QNX7.1 updates
Updates due to newer compiler version in QNX7.1 Task-number: QTBUG-88300 Change-Id: If9bbc08d49a077d80174a1807e069b5d4ef61c0d Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'cmake/QtBuild.cmake')
-rw-r--r--cmake/QtBuild.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/QtBuild.cmake b/cmake/QtBuild.cmake
index 5c03c433e3..e62294c045 100644
--- a/cmake/QtBuild.cmake
+++ b/cmake/QtBuild.cmake
@@ -326,7 +326,7 @@ elseif(QNX)
set(compiler_x86-64 x86_64)
set(compiler_x86 x86)
foreach(arch aarch64le armle-v7 x86-64 x86)
- if (CMAKE_CXX_COMPILER_TARGET MATCHES "${compiler_${arch}}")
+ if (CMAKE_CXX_COMPILER_TARGET MATCHES "${compiler_${arch}}$")
set(QT_DEFAULT_MKSPEC qnx-${arch}-qcc)
endif()
endforeach()