1
0
mirror of https://github.com/RPCS3/rpcs3.git synced 2024-11-21 18:22:33 +01:00

Windows: Add and deploy opencv files

This commit is contained in:
Megamouse 2024-07-19 20:06:05 +02:00
parent b89cc9b973
commit 72dc5b3489
4 changed files with 4 additions and 0 deletions

2
.gitignore vendored
View File

@ -129,6 +129,8 @@ yaml-cpp.pc
# opencv
/3rdparty/opencv/*
!/3rdparty/opencv/opencv410/build/x64/vc16/bin/opencv_world4100.dll
!/3rdparty/opencv/opencv410/build/x64/vc16/lib/opencv_world4100.lib
# llvm
/3rdparty/llvm/llvm_build

Binary file not shown.

Binary file not shown.

View File

@ -114,6 +114,7 @@
<PostBuildEvent>
<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)"
xcopy /y /d "..\3rdparty\opencv\opencv410\build\x64\vc16\bin\opencv_world4100.dll" "$(OutDir)"
</Command>
</PostBuildEvent>
<PostBuildEvent>
@ -166,6 +167,7 @@
<PostBuildEvent>
<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)"
xcopy /y /d "..\3rdparty\opencv\opencv410\build\x64\vc16\bin\opencv_world4100.dll" "$(OutDir)"
</Command>
</PostBuildEvent>
<PostBuildEvent>