mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-07 00:15:48 -04:00
fix sipify for qt5
This commit is contained in:
parent
e57a13639e
commit
fd72e65209
@ -68,7 +68,7 @@ for module in "${modules[@]}"; do
|
||||
else
|
||||
root_dir=python
|
||||
fi
|
||||
module_dir=python/PyQt6/${module}
|
||||
module_dir=${root_dir}/${module}
|
||||
|
||||
# clean auto_additions and auto_generated folders
|
||||
rm -rf ${module_dir}/auto_additions/*.py
|
||||
|
Loading…
x
Reference in New Issue
Block a user