ProjectExplorer/QNX: Add build step for checking device existence
This introduces a DeviceCheckBuildStep which any DeployConfigurationFactory
could use to insert a step to check whether a device is set up for the
current kit or not. Currently only used in the QNX deploy configuration.
If there is no device known to a QNX kit, ask the user
to add one. Launch the appropriate device wizard if the user agrees
to add a device.
Change-Id: I42db995f50890e2a2dd7aacc24a0049cdd6a6fee
Reviewed-by:
Christian Kandeler <christian.kandeler@digia.com>
Showing
- src/plugins/projectexplorer/devicesupport/devicecheckbuildstep.cpp 109 additions, 0 deletions...ns/projectexplorer/devicesupport/devicecheckbuildstep.cpp
- src/plugins/projectexplorer/devicesupport/devicecheckbuildstep.h 61 additions, 0 deletions...gins/projectexplorer/devicesupport/devicecheckbuildstep.h
- src/plugins/projectexplorer/projectexplorer.pro 2 additions, 0 deletionssrc/plugins/projectexplorer/projectexplorer.pro
- src/plugins/projectexplorer/projectexplorer.qbs 2 additions, 0 deletionssrc/plugins/projectexplorer/projectexplorer.qbs
- src/plugins/qnx/qnxdeployconfigurationfactory.cpp 4 additions, 1 deletionsrc/plugins/qnx/qnxdeployconfigurationfactory.cpp
- src/plugins/qnx/qnxdeploystepfactory.cpp 19 additions, 3 deletionssrc/plugins/qnx/qnxdeploystepfactory.cpp
Please register or sign in to comment