2.4. Create a new Kit configuration
Follow these steps to create a new Kit configuration for your device:
- Click Tools > Options.
- Select Build & Run from the list at the left.
- In the right pane, select the Kits tab.
- Click Add to create a new Kit configuration.
- Enter a name to identify the new Kit configuration, for example <PLATFORM>_DEY.
- In the Device type field, select Generic Linux Device.
- In the Device field, select the previously created device configuration.
- Fill the Sysroot path. To do so:
- Click Browse.
- Navigate through your file system and select the <arch>-dey-linux-gnueabi folder within your platform toolchain, usually located at:
<toolchain_installation_path>/sysroots/<arch>-dey-linux-gnueabi/
- In the C Compiler field, select the previously configured C DEY Compiler.
- In the C++ Compiler field, select the previously configured C++ DEY Compiler.
- In the Debugger field, select the previously configured DEY Debugger.
- In the Qt Version field, select the previously configured Qt DEY Compiler.
- Fill the Qt mkspec field with your toolchain Qt mkspec path, usually located at:
<toolchain_installation_path>/sysroots/<arch>-dey-linux-gnueabi/usr/lib/qt5/mkspecs/linux-oe-g++

- Click Make Default to set the new Build & Run configuration as default.
- Click OK to save the new Kit configuration and close the dialog.
PDF
