summaryrefslogtreecommitdiffstats
path: root/scripts/configure-qtcreator.sh
diff options
context:
space:
mode:
authorKari Oikarinen <kari.oikarinen@qt.io>2017-05-19 11:39:14 +0300
committerKari Oikarinen <kari.oikarinen@qt.io>2017-05-19 11:30:10 +0000
commit3ee4b17d7fb5104578919867c5ea25889e275089 (patch)
treee33dddd3efd909dcca7cc5a3fbad0e43a76e0718 /scripts/configure-qtcreator.sh
parentee96df22357ed276ea67262172802cf54bbc7576 (diff)
downloadmeta-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/configure-qtcreator.sh')
-rwxr-xr-xscripts/configure-qtcreator.sh2
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 \