diff options
| author | Samuli Piippo <samuli.piippo@qt.io> | 2017-05-03 14:17:56 +0300 |
|---|---|---|
| committer | Samuli Piippo <samuli.piippo@qt.io> | 2017-05-04 07:53:22 +0000 |
| commit | d0d3ea8702638b05e0361fc8ae49cc271aaf4ddf (patch) | |
| tree | 78b4a1eb665a9423d8aeae6409e90f35f852670e /scripts | |
| parent | 6a1896bbd9c5cafe2ff3825bfe6fa7eb277d67ba (diff) | |
| download | meta-boot2qt-d0d3ea8702638b05e0361fc8ae49cc271aaf4ddf.tar.gz | |
Use Qdb plugin for QtCreator configuration
Switch from adb to qdb when using QtCreator with custom
toolchain.
Change-Id: Iaf026a5550bc41f87fc20d062012ed1652ee6f8e
Reviewed-by: Kari Oikarinen <kari.oikarinen@qt.io>
Diffstat (limited to 'scripts')
| -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" \ |
