Set executable flag on applications while deploying
Under Windows there is no executable flag in the filesystem.
So take the information that we got, which file
is an executable and set the executable flag if needed.
Change-Id: I0a7026911d1f7791434c39cc0917d6e49cfa1667
Reviewed-by:
Christian Kandeler <christian.kandeler@digia.com>
Showing
- src/plugins/projectexplorer/deployablefile.cpp 10 additions, 4 deletionssrc/plugins/projectexplorer/deployablefile.cpp
- src/plugins/projectexplorer/deployablefile.h 13 additions, 2 deletionssrc/plugins/projectexplorer/deployablefile.h
- src/plugins/projectexplorer/deploymentdata.h 3 additions, 2 deletionssrc/plugins/projectexplorer/deploymentdata.h
- src/plugins/qt4projectmanager/qt4project.cpp 2 additions, 1 deletionsrc/plugins/qt4projectmanager/qt4project.cpp
- src/plugins/remotelinux/deployablefile.h 13 additions, 2 deletionssrc/plugins/remotelinux/deployablefile.h
- src/plugins/remotelinux/deployablefilesperprofile.cpp 1 addition, 1 deletionsrc/plugins/remotelinux/deployablefilesperprofile.cpp
- src/plugins/remotelinux/genericdirectuploadservice.cpp 31 additions, 5 deletionssrc/plugins/remotelinux/genericdirectuploadservice.cpp
- src/plugins/remotelinux/genericdirectuploadservice.h 1 addition, 0 deletionssrc/plugins/remotelinux/genericdirectuploadservice.h
Loading
Please register or sign in to comment