Skip to content

Remove hardcoded qt directory for mac build script#116

Open
SoCuul wants to merge 1 commit intohetelek:masterfrom
SoCuul:master
Open

Remove hardcoded qt directory for mac build script#116
SoCuul wants to merge 1 commit intohetelek:masterfrom
SoCuul:master

Conversation

@SoCuul
Copy link

@SoCuul SoCuul commented Jan 9, 2025

Since most package managers (eg. homebrew) will put the qt binaries in the system path, there is no need to reference a specific directory for qt binaries. Additionally, you will not have to update the version in the path each time you update qt.

find ./Velocity/build

"$QT_BIN_PATH/macdeployqt6" ./Velocity/build/Velocity-OSX/release/Velocity.app
$QT_BIN_PATH/macdeployqt6 ./Velocity/build/Velocity-OSX/release/Velocity.app
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should either delete the $QT_BIN_PATH/ here or keep the QT_BIN_PATH=...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants