Details
-
Bug
-
Resolution: Done
-
P1: Critical
-
None
-
Qt Creator 4.9.2
-
None
-
Host: Linux 4.15 x86_64
Target: QNX 7.0 x86_64
Description
Simple Qt Quick project is created using CMake build for QNX 7.0 kit.
Configuration fails with following output:
cc: unknown option: '--sysroot
This can be 'fixed' by unsetting SYSROOT option like this:
cmake . -DCMAKE_SYSROOT:STRING=
Unfortunately then the next issue pops up:
No known features for CXX compiler "QCC"
As a user I'd like to see the project configure and build without me modifying the toolchain files or QTCreator. Is it possible to fix this in QTCreator?
This issue is related to: #QTCREATORBUG-20386
Attachments
Issue Links
- relates to
-
QTCREATORBUG-20392 CMake: Qt Creator is unable to configure and build a project with CMAKE_TOOLCHAIN_FILE
- Closed
- resulted from
-
QT3DS-2038 Support customer project J
- Open