From d0d3ea8702638b05e0361fc8ae49cc271aaf4ddf Mon Sep 17 00:00:00 2001 From: Samuli Piippo Date: Wed, 3 May 2017 14:17:56 +0300 Subject: Use Qdb plugin for QtCreator configuration Switch from adb to qdb when using QtCreator with custom toolchain. Change-Id: Iaf026a5550bc41f87fc20d062012ed1652ee6f8e Reviewed-by: Kari Oikarinen --- scripts/configure-qtcreator.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts/configure-qtcreator.sh') 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 \ ${SDKTOOL} addQt \ --id "${BASEID}.qt" \ --name "${NAME}" \ - --type "Boot2Qt.QtVersionType" \ + --type "Qdb.EmbeddedLinuxQt" \ --qmake "$(type -p qmake)" ${SDKTOOL} addKit \ @@ -144,7 +144,7 @@ ${SDKTOOL} addKit \ --qt "${BASEID}.qt" \ --debuggerid "${BASEID}.gdb" \ --sysroot "${SDKTARGETSYSROOT}" \ - --devicetype "Boot2Qt.HwDevice" \ + --devicetype "QdbLinuxOsType" \ --Ctoolchain "ProjectExplorer.ToolChain.Gcc:${BASEID}.gcc" \ --Cxxtoolchain "ProjectExplorer.ToolChain.Gcc:${BASEID}.g++" \ --icon ":/boot2qt/images/B2Qt_QtC_icon.png" \ -- cgit v1.2.3-54-g00ecf