forked from qt-creator/qt-creator
QbsProjectManager: Consider cpp.distributionIncludePaths
... and pass them to the code model. Fixes: QTCREATORBUG-24162 Change-Id: I4f33bba659fca957c56f2fcb4b8adce28533074b Reviewed-by: Ivan Komissarov <ABBAPOH@gmail.com>
This commit is contained in:
@@ -381,6 +381,7 @@ void QbsSession::insertRequestedModuleProperties(QJsonObject &request)
|
||||
"cpp.cxxLanguageVersion",
|
||||
"cpp.cxxStandardLibrary",
|
||||
"cpp.defines",
|
||||
"cpp.distributionIncludePaths",
|
||||
"cpp.driverFlags",
|
||||
"cpp.enableExceptions",
|
||||
"cpp.enableRtti",
|
||||
|
||||
Reference in New Issue
Block a user