aboutsummaryrefslogtreecommitdiffstats
path: root/share/qbs/modules/cpp/iar.qbs
diff options
context:
space:
mode:
authorDenis Shienkov <denis.shienkov@gmail.com>2019-05-10 14:12:26 +0300
committerDenis Shienkov <denis.shienkov@gmail.com>2019-05-10 13:56:53 +0000
commit3598640bbdcd9e6447c3c54c0fc1b5b789f3eaa7 (patch)
tree825c28166b0f43235a8bd3dcf68a1a4a88b4a3e7 /share/qbs/modules/cpp/iar.qbs
parentdcc8a1b552ad19c77c9bb33df3bcac9d5b43571b (diff)
bare-metal: Implement cpp.compilerIncludePaths for IAR toolchain
Change-Id: I3b8a3607e1e5c252731dea783acd9c1a0867a127 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
Diffstat (limited to 'share/qbs/modules/cpp/iar.qbs')
-rw-r--r--share/qbs/modules/cpp/iar.qbs1
1 files changed, 1 insertions, 0 deletions
diff --git a/share/qbs/modules/cpp/iar.qbs b/share/qbs/modules/cpp/iar.qbs
index 05a76c6b5..6d15781a5 100644
--- a/share/qbs/modules/cpp/iar.qbs
+++ b/share/qbs/modules/cpp/iar.qbs
@@ -61,6 +61,7 @@ CppModule {
endianness: iarProbe.endianness
compilerDefinesByLanguage: iarProbe.compilerDefinesByLanguage
+ compilerIncludePaths: iarProbe.includePaths
property string toolchainInstallPath: compilerPathProbe.found
? compilerPathProbe.path : undefined