diff options
Diffstat (limited to 'scripts/configure-qtcreator.sh')
-rwxr-xr-x | scripts/configure-qtcreator.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/configure-qtcreator.sh b/scripts/configure-qtcreator.sh index c1a3e8e..2a43e29 100755 --- a/scripts/configure-qtcreator.sh +++ b/scripts/configure-qtcreator.sh | |||
@@ -135,7 +135,7 @@ ${SDKTOOL} addDebugger \ | |||
135 | ${SDKTOOL} addQt \ | 135 | ${SDKTOOL} addQt \ |
136 | --id "${BASEID}.qt" \ | 136 | --id "${BASEID}.qt" \ |
137 | --name "${NAME}" \ | 137 | --name "${NAME}" \ |
138 | --type "Boot2Qt.QtVersionType" \ | 138 | --type "Qdb.EmbeddedLinuxQt" \ |
139 | --qmake "$(type -p qmake)" | 139 | --qmake "$(type -p qmake)" |
140 | 140 | ||
141 | ${SDKTOOL} addKit \ | 141 | ${SDKTOOL} addKit \ |
@@ -144,7 +144,7 @@ ${SDKTOOL} addKit \ | |||
144 | --qt "${BASEID}.qt" \ | 144 | --qt "${BASEID}.qt" \ |
145 | --debuggerid "${BASEID}.gdb" \ | 145 | --debuggerid "${BASEID}.gdb" \ |
146 | --sysroot "${SDKTARGETSYSROOT}" \ | 146 | --sysroot "${SDKTARGETSYSROOT}" \ |
147 | --devicetype "Boot2Qt.HwDevice" \ | 147 | --devicetype "QdbLinuxOsType" \ |
148 | --Ctoolchain "ProjectExplorer.ToolChain.Gcc:${BASEID}.gcc" \ | 148 | --Ctoolchain "ProjectExplorer.ToolChain.Gcc:${BASEID}.gcc" \ |
149 | --Cxxtoolchain "ProjectExplorer.ToolChain.Gcc:${BASEID}.g++" \ | 149 | --Cxxtoolchain "ProjectExplorer.ToolChain.Gcc:${BASEID}.g++" \ |
150 | --icon ":/boot2qt/images/B2Qt_QtC_icon.png" \ | 150 | --icon ":/boot2qt/images/B2Qt_QtC_icon.png" \ |