diff options
author | Kari Oikarinen <kari.oikarinen@qt.io> | 2017-05-19 11:39:14 +0300 |
---|---|---|
committer | Kari Oikarinen <kari.oikarinen@qt.io> | 2017-05-19 11:30:10 +0000 |
commit | 3ee4b17d7fb5104578919867c5ea25889e275089 (patch) | |
tree | e33dddd3efd909dcca7cc5a3fbad0e43a76e0718 /scripts | |
parent | ee96df22357ed276ea67262172802cf54bbc7576 (diff) | |
download | meta-boot2qt-3ee4b17d7fb5104578919867c5ea25889e275089.tar.gz |
Replace non-breaking space with a normal one
This caused the given ABI for C++ compiler to be invalid. This was
usually not harmful, because Qt Creator guessed correctly as a fallback.
Change-Id: Ieff4e69d6bd635bbabd0420cf57b61755be381c5
Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/configure-qtcreator.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/configure-qtcreator.sh b/scripts/configure-qtcreator.sh index 2a43e29..d6e9c07 100755 --- a/scripts/configure-qtcreator.sh +++ b/scripts/configure-qtcreator.sh | |||
@@ -122,7 +122,7 @@ ${SDKTOOL} addTC \ | |||
122 | --id "ProjectExplorer.ToolChain.Gcc:${BASEID}.g++" \ | 122 | --id "ProjectExplorer.ToolChain.Gcc:${BASEID}.g++" \ |
123 | --name "G++ (${NAME})" \ | 123 | --name "G++ (${NAME})" \ |
124 | --path "$(type -p ${CXX})" \ | 124 | --path "$(type -p ${CXX})" \ |
125 | --abi "${ABI}" \ | 125 | --abi "${ABI}" \ |
126 | --language 2 | 126 | --language 2 |
127 | 127 | ||
128 | ${SDKTOOL} addDebugger \ | 128 | ${SDKTOOL} addDebugger \ |