Details
-
User Story
-
Resolution: Done
-
Not Evaluated
-
None
-
None
-
QDS 2D - 2021 Week 45/46
Description
Research on how to manually create a 'fake' Android kit similar to the fake Boot2Qt kit,
This kis is should be actually the Qt 6 kit, but 'claim' it is an android kit so the Android Preview works with that kit.
This is how the Boot2Qt kit looks (profiles.xml:
<data> <variable>Profile.1</variable> <valuemap type="QVariantMap"> <value type="bool" key="PE.Profile.AutoDetected">true</value> <valuemap type="QVariantMap" key="PE.Profile.Data"> <value type="QString" key="PE.Profile.DeviceType">QdbLinuxOsType</value> <valuemap type="QVariantMap" key="PE.Profile.ToolChainsV3"> <value type="QString" key="C">ProjectExplorer.ToolChain.Custom:{9799e31f-e3d0-47cb-8bc1-1d0806d0ed23}</value> <value type="QString" key="Cxx">ProjectExplorer.ToolChain.Custom:{c702c2f1-69f7-41b6-a4b1-77569d527e28}</value> </valuemap> <value type="QString" key="QtSupport.QtInformation">SDK.qt.tools.qtdesignstudio_qt6</value> </valuemap> <value type="QString" key="PE.Profile.Icon"></value> <value type="QString" key="PE.Profile.Id">{56ba0f6c-7274-447b-b1f5-38a7aa5db139}</value> <value type="QString" key="PE.Profile.Name">Boot2Qt device</value> <value type="bool" key="PE.Profile.SDK">true</value> </valuemap> </data>
These should be the relevant fields that have to be adapted:
<value type="QString" key="PE.Profile.DeviceType">QdbLinuxOsType</value>
<value type="QString" key="PE.Profile.Name">Boot2Qt device</value>