- 
    
Suggestion
 - 
    Resolution: Unresolved
 - 
    
P4: Low
 - 
    None
 - 
    Qt Creator 4.0.0
 - 
    None
 
- 
        de546ff3e (master)
 
This is the converse of "Remote Linux" support, wherein an application is compiled locally, then deployed to a remote device so it can be run. Instead, I'd like the ability to deploy the sources to a remote machine, compile there, then download the build products.
I might want to do that because I have access to a fast machine that can compile quicker than my laptop.Or, in reality for me, I have a Linux laptop but I have access to an OS X server.
Suggested features:
- Ability to specify custom commands for uploading the sources
	
- default: rsync to a given path
 - git push && remote git reset --hard
 - no update (shared filesystem)
 
 - Ability to specify how to download build products
	
- rsync, no download (e.g., doesn't make sense)
 
 - No assumption that the remote machine is Linux. Or Unix. It might be a Windows server.
 - Ability to specify even MSVC as the remote compiler, when the host is Linux or OS X.
	
- This has impact on parsing of the build log
 
 - Independence from SSH
	
- the access may not be done with SSH, or not via regular SSH (could be rsh, adb, sdb, etc.)
 
 
- relates to
 - 
                    
QTCREATORBUG-22362 Qt Creator: Support build environments in Docker containers
-         
 - Closed
 
 -         
 
| For Gerrit Dashboard: QTCREATORBUG-16246 | ||||||
|---|---|---|---|---|---|---|
| # | Subject | Branch | Project | Status | CR | V | 
| 470601,11 | Debugger: Support piping dumpers into gdb | master | qt-creator/qt-creator | Status: MERGED | +2 | 0 |