0
0
mirror of https://github.com/python-LimeReport/containers.git synced 2025-10-15 07:34:48 +03:00
This commit is contained in:
2024-03-21 18:30:20 +03:00
parent 9b356ef67a
commit a7fbddcdad
2 changed files with 5 additions and 1 deletions

View File

@@ -7,5 +7,7 @@ echo "Qt version: $QT_VERSION"
# if qt verion is 6.5.3 apply fix
if [ "$QT_VERSION" = "6.5.3" ]; then
echo "Apply fix-build-vaappi-version-1.9.0.diff"
cd ./qtmultimedia
patch -p1 < "$BASE_FOLDER/fix-build-vaappi-version-1.9.0.diff"
cd ..
fi