mirror of
https://github.com/RPCS3/rpcs3.git
synced 2024-11-22 10:42:36 +01:00
Windows: Add and deploy opencv files
This commit is contained in:
parent
b89cc9b973
commit
72dc5b3489
2
.gitignore
vendored
2
.gitignore
vendored
@ -129,6 +129,8 @@ yaml-cpp.pc
|
|||||||
|
|
||||||
# opencv
|
# opencv
|
||||||
/3rdparty/opencv/*
|
/3rdparty/opencv/*
|
||||||
|
!/3rdparty/opencv/opencv410/build/x64/vc16/bin/opencv_world4100.dll
|
||||||
|
!/3rdparty/opencv/opencv410/build/x64/vc16/lib/opencv_world4100.lib
|
||||||
|
|
||||||
# llvm
|
# llvm
|
||||||
/3rdparty/llvm/llvm_build
|
/3rdparty/llvm/llvm_build
|
||||||
|
BIN
3rdparty/opencv/opencv410/build/x64/vc16/bin/opencv_world4100.dll
vendored
Normal file
BIN
3rdparty/opencv/opencv410/build/x64/vc16/bin/opencv_world4100.dll
vendored
Normal file
Binary file not shown.
BIN
3rdparty/opencv/opencv410/build/x64/vc16/lib/opencv_world4100.lib
vendored
Normal file
BIN
3rdparty/opencv/opencv410/build/x64/vc16/lib/opencv_world4100.lib
vendored
Normal file
Binary file not shown.
@ -114,6 +114,7 @@
|
|||||||
<PostBuildEvent>
|
<PostBuildEvent>
|
||||||
<Command>
|
<Command>
|
||||||
$(QTDIR)\bin\windeployqt --no-compiler-runtime --no-opengl-sw --no-patchqt --no-translations --no-quick --no-system-d3d-compiler --no-quick-import --plugindir "$(TargetDir)qt6\plugins" --release "$(TargetPath)"
|
$(QTDIR)\bin\windeployqt --no-compiler-runtime --no-opengl-sw --no-patchqt --no-translations --no-quick --no-system-d3d-compiler --no-quick-import --plugindir "$(TargetDir)qt6\plugins" --release "$(TargetPath)"
|
||||||
|
xcopy /y /d "..\3rdparty\opencv\opencv410\build\x64\vc16\bin\opencv_world4100.dll" "$(OutDir)"
|
||||||
</Command>
|
</Command>
|
||||||
</PostBuildEvent>
|
</PostBuildEvent>
|
||||||
<PostBuildEvent>
|
<PostBuildEvent>
|
||||||
@ -166,6 +167,7 @@
|
|||||||
<PostBuildEvent>
|
<PostBuildEvent>
|
||||||
<Command>
|
<Command>
|
||||||
$(QTDIR)\bin\windeployqt --no-compiler-runtime --no-opengl-sw --no-patchqt --no-translations --no-quick --no-system-d3d-compiler --no-quick-import --plugindir "$(TargetDir)qt6\plugins" --debug "$(TargetPath)"
|
$(QTDIR)\bin\windeployqt --no-compiler-runtime --no-opengl-sw --no-patchqt --no-translations --no-quick --no-system-d3d-compiler --no-quick-import --plugindir "$(TargetDir)qt6\plugins" --debug "$(TargetPath)"
|
||||||
|
xcopy /y /d "..\3rdparty\opencv\opencv410\build\x64\vc16\bin\opencv_world4100.dll" "$(OutDir)"
|
||||||
</Command>
|
</Command>
|
||||||
</PostBuildEvent>
|
</PostBuildEvent>
|
||||||
<PostBuildEvent>
|
<PostBuildEvent>
|
||||||
|
Loading…
Reference in New Issue
Block a user