summaryrefslogtreecommitdiffstats
path: root/pkg.pri
diff options
context:
space:
mode:
Diffstat (limited to 'pkg.pri')
-rw-r--r--pkg.pri2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg.pri b/pkg.pri
index c82266cbf..540da7e0e 100644
--- a/pkg.pri
+++ b/pkg.pri
@@ -218,7 +218,7 @@ defineTest(qtcAddDeployment) {
!isEqual(source,$$targetFullPath) {
!isEmpty(copyCommand):copyCommand += &&
copyCommand += $(MKDIR) \"$$target\"
- copyCommand += && $(COPY_DIR) \"$$source\" \"$$target\"
+ copyCommand += && $(COPY_DIR) -v \"$$source\" \"$$target\"
}
}
!isEmpty(copyCommand) {