aboutsummaryrefslogtreecommitdiffstats
path: root/share/qbs/modules/cpp/keil.qbs
diff options
context:
space:
mode:
authorDenis Shienkov <denis.shienkov@gmail.com>2019-05-15 19:40:12 +0300
committerDenis Shienkov <denis.shienkov@gmail.com>2019-05-16 14:10:38 +0000
commit67e46f52ee60c3ef2c5a4dba1982f8193ce17bd0 (patch)
treec5be22b7d7afa3fadadaefa7d656b4ce0064bb5b /share/qbs/modules/cpp/keil.qbs
parent4a75e75cec58298783a314ace350cab1347fc887 (diff)
bare-metal: Implement cpp.compilerIncludePaths for KEIL toolchain
Change-Id: I3a70a4a1045444bf053ebf5ac7f32dbe72c827a5 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
Diffstat (limited to 'share/qbs/modules/cpp/keil.qbs')
-rw-r--r--share/qbs/modules/cpp/keil.qbs1
1 files changed, 1 insertions, 0 deletions
diff --git a/share/qbs/modules/cpp/keil.qbs b/share/qbs/modules/cpp/keil.qbs
index 3d03f9112..10bc39e12 100644
--- a/share/qbs/modules/cpp/keil.qbs
+++ b/share/qbs/modules/cpp/keil.qbs
@@ -61,6 +61,7 @@ CppModule {
endianness: keilProbe.endianness
compilerDefinesByLanguage: keilProbe.compilerDefinesByLanguage
+ compilerIncludePaths: keilProbe.includePaths
property string toolchainInstallPath: compilerPathProbe.found
? compilerPathProbe.path : undefined