mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-22 00:06:12 -05:00
Resolve symlinks when bundling PyQt uic directory on Mac
This commit is contained in:
parent
1c307e8e87
commit
de3069bc72
@ -262,7 +262,7 @@ FILE (GLOB PQPYLIST "${PYQTMODDIR}/PyQt${QT_FWVER}/*.py")
|
||||
FOREACH (PQPY ${PQPYLIST})
|
||||
EXECUTE_PROCESS (COMMAND cp -fp "${PQPY}" "${QGISPYDIR}/PyQt${QT_FWVER}/")
|
||||
ENDFOREACH (PQPY)
|
||||
EXECUTE_PROCESS (COMMAND cp -Rfp "${PYQTMODDIR}/PyQt${QT_FWVER}/uic" "${QGISPYDIR}/PyQt${QT_FWVER}")
|
||||
EXECUTE_PROCESS (COMMAND cp -RfpL "${PYQTMODDIR}/PyQt${QT_FWVER}/uic" "${QGISPYDIR}/PyQt${QT_FWVER}")
|
||||
|
||||
# PyQt utilities
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user