Add Qt5 path setup for Gazebo

Set up Qt5 path for Gazebo in macOS setup script.
This commit is contained in:
Farhang
2025-11-19 19:35:16 -05:00
parent 5dbace9a47
commit 48c78a5c2b
+2
View File
@@ -79,6 +79,8 @@ if [[ $INSTALL_SIM == "--sim-tools" ]]; then
elif [[ $REINSTALL_FORMULAS == "--reinstall" ]]; then
brew reinstall px4-sim
fi
echo "[macos.sh] Setting up Qt5 path for Gazebo"
export CMAKE_PREFIX_PATH="/opt/homebrew/opt/qt@5:$CMAKE_PREFIX_PATH"
fi
echo "[macos.sh] All set! The PX4 Autopilot toolchain was installed."