Details
-
Bug
-
Resolution: Duplicate
-
Not Evaluated
-
None
-
5.2.1
-
None
-
Windows 7 64bit, MinGW 4.8
Description
myinstalltarget.path = "C:/my destpath"
myinstalltarget.files = "C:/some path/xyz/filexy.exe"
INSTALLS += myinstalltarget
make install:
=> copy /y C:\some path\xyz\filexy.exe "C:\my destpath"
=> error (file not found) !
Attachments
Issue Links
- is replaced by
-
QTBUG-16372 Qmake INSTALLS doesn't copy certain files on windows (files with special characters in name)
- Closed