mirror of
https://github.com/Palm1r/QodeAssist.git
synced 2026-06-15 10:49:18 -04:00
refactor: Finalize agent template
This commit is contained in:
6
bench/run-bench.sh.in
Normal file
6
bench/run-bench.sh.in
Normal file
@@ -0,0 +1,6 @@
|
||||
#!/bin/sh
|
||||
# Generated by CMake. Runs bench with a single Qt copy (Qt Creator's bundled
|
||||
# frameworks) to avoid duplicate-Qt objc warnings.
|
||||
DIR="$(cd "$(dirname "$0")" && pwd)"
|
||||
export DYLD_FRAMEWORK_PATH="@QTC_FRAMEWORKS_DIR@${DYLD_FRAMEWORK_PATH:+:$DYLD_FRAMEWORK_PATH}"
|
||||
exec "$DIR/bench" "$@"
|
||||
Reference in New Issue
Block a user