aboutsummaryrefslogtreecommitdiffstats
path: root/meta-boot2qt/files/configure-qtcreator.sh
diff options
context:
space:
mode:
Diffstat (limited to 'meta-boot2qt/files/configure-qtcreator.sh')
-rwxr-xr-xmeta-boot2qt/files/configure-qtcreator.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-boot2qt/files/configure-qtcreator.sh b/meta-boot2qt/files/configure-qtcreator.sh
index 6899fc3e..7a899fa0 100755
--- a/meta-boot2qt/files/configure-qtcreator.sh
+++ b/meta-boot2qt/files/configure-qtcreator.sh
@@ -1,7 +1,7 @@
#!/bin/bash
############################################################################
##
-## Copyright (C) 2016 The Qt Company Ltd.
+## Copyright (C) 2021 The Qt Company Ltd.
## Contact: https://www.qt.io/licensing/
##
## This file is part of the Boot to Qt meta layer.
@@ -116,14 +116,14 @@ ${SDKTOOL} addTC \
--name "GCC (${NAME})" \
--path "$(type -p ${CC})" \
--abi "${ABI}" \
- --language 1
+ --language C
${SDKTOOL} addTC \
--id "ProjectExplorer.ToolChain.Gcc:${BASEID}.g++" \
--name "G++ (${NAME})" \
--path "$(type -p ${CXX})" \
--abi "${ABI}" \
- --language 2
+ --language Cxx
${SDKTOOL} addDebugger \
--id "${BASEID}.gdb" \