QbsProjectManager: Add support for remote targets.
After parsing, we tell the target about deployable files
and executables, so it can make use of that information
for deployment and remote execution, respectively.
In addition, the current default deploy configuration (consisting of
just an install step) is now set up only for the desktop device,
since other targets will likely provide specialized deployment
solutions.
The most noticeable effect of this patch is that the RemoteLinux
target and its descendants now work out of the box with qbs projects.
Change-Id: I512d4e215f2fa540efd4de5f5c1e53abaa0596d1
Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
Showing
- src/plugins/qbsprojectmanager/qbsdeployconfigurationfactory.cpp 6 additions, 1 deletion...ugins/qbsprojectmanager/qbsdeployconfigurationfactory.cpp
- src/plugins/qbsprojectmanager/qbsproject.cpp 35 additions, 0 deletionssrc/plugins/qbsprojectmanager/qbsproject.cpp
- src/plugins/qbsprojectmanager/qbsproject.h 2 additions, 0 deletionssrc/plugins/qbsprojectmanager/qbsproject.h
Loading
Please register or sign in to comment