Details
-
Bug
-
Resolution: Done
-
P3: Somewhat important
-
5.3.1
-
None
-
Windows 7
-
qttools: a7d5e67556bd32496ce0a0f98a5ee225e00977e0 (5.3 branch,10.7.2014, 5.3.2)
Description
If the Qt files are read-only, windeployqt will fail with the error "Cannot remove empty directory Z:\work\test-deploy\QtQuick\Controls\Private." After copying files, windeployqt tries to remove some of them, but can't because they are read-only.
The problem is similar to QTBUG-23454 where macdeployqt was not ensuring copied files were writable. A similar fix should probably be applied here. When the files are copied, they should be made writable.
Attachments
Issue Links
- relates to
-
QTBUG-23454 macdeployqt does not ensure the binaries it copies into the .app bundle are writable
- Closed
-
QTBUG-31565 Make the deployment of Qt Quick Controls applications easier
- Closed