Details
-
Bug
-
Resolution: Done
-
Not Evaluated
-
Qt Creator 4.9.0
-
None
-
MacOS 10.14.3, QtC 4.9
-
-
da1bca07a182195fdcb4fbb83abe05e9f63b33f4 (qt-creator/qt-creator/4.9)
Description
I’ve noticed, that QBS cpp.minimumOsxVersion was renamed to cpp.minimumMacosVersion at some point of time and QtCreator’s clang code model does not understand this property. At least, it highlights std::visit() call as an error - this call requires cpp.minimumMacosVersion: «10.14» or higher. Project builds without errors though, so QBS handles this property correctly.