mirror of
https://github.com/NohamR/RMHook.git
synced 2026-01-10 06:28:12 +00:00
Improve Qt path detection in build script
This commit is contained in:
@@ -8,8 +8,8 @@
|
|||||||
|
|
||||||
PROJECT_DIR=$(cd "$(dirname "$0")/.." && pwd)
|
PROJECT_DIR=$(cd "$(dirname "$0")/.." && pwd)
|
||||||
|
|
||||||
# Qt path detection (adjust according to your installation)
|
# Qt path detection
|
||||||
QT_PATH=${QT_PATH:-"$HOME/Qt/6.10.0"}
|
QT_PATH=${QT_PATH:-$(ls -d "$HOME/Qt/6."* 2>/dev/null | sort -V | tail -n1)}
|
||||||
|
|
||||||
# Parse build mode argument
|
# Parse build mode argument
|
||||||
BUILD_MODE=${1:-rmfakecloud}
|
BUILD_MODE=${1:-rmfakecloud}
|
||||||
|
|||||||
Reference in New Issue
Block a user