1
0
Fork 0

robocoy -> xcopy

master
dengyucheng@finogeeks.com 2022-09-22 17:37:06 +08:00
parent b1db01ef5b
commit 85f5932796
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ win32 {
## Windows x64 (64bit) specific build here
LIBS += "../../../vendor/win/x64/FinClipSDKWrapper.lib"
INCLUDEPATH += "../../../vendor/win/x64"
QMAKE_POST_LINK=robocopy ../../../vendor/win/x64 . /E
QMAKE_POST_LINK=xcopy ../../../vendor/win/x64 . /E
} else {
message("x86 build")
## Windows x86 (32bit) specific build here