diff options
Diffstat (limited to 'scripts/configure-qtcreator.sh')
-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 \ |