Details
-
Bug
-
Resolution: Duplicate
-
Not Evaluated
-
None
-
Qt Creator 13.0.1
-
None
Description
In the "Deploy files" step there is a text field "Flags for rsync:" that is set to "-av" by default.
If you specify multiple flags separated by space, such as "-av --no-perms --no-owner --no-group", rsync command fails as it is passed as a single argument to rsync.
The flags for rsync should be split by space with empty parts skipped and then appended to the arguments QStringList for rsync.
Attachments
Issue Links
- duplicates
-
QTCREATORBUG-30795 Cannot pass more than one argument to rsync
-
- Closed
-
- is required for
-
QTCREATORBUG-31138 rsync deployment should not preserve owner, group and permissions by default
-
- Closed
-