robocoy -> xcopy
parent
b1db01ef5b
commit
85f5932796
|
@ -26,7 +26,7 @@ win32 {
|
||||||
## Windows x64 (64bit) specific build here
|
## Windows x64 (64bit) specific build here
|
||||||
LIBS += "../../../vendor/win/x64/FinClipSDKWrapper.lib"
|
LIBS += "../../../vendor/win/x64/FinClipSDKWrapper.lib"
|
||||||
INCLUDEPATH += "../../../vendor/win/x64"
|
INCLUDEPATH += "../../../vendor/win/x64"
|
||||||
QMAKE_POST_LINK=robocopy ../../../vendor/win/x64 . /E
|
QMAKE_POST_LINK=xcopy ../../../vendor/win/x64 . /E
|
||||||
} else {
|
} else {
|
||||||
message("x86 build")
|
message("x86 build")
|
||||||
## Windows x86 (32bit) specific build here
|
## Windows x86 (32bit) specific build here
|
||||||
|
|
Loading…
Reference in New Issue