mirror of
https://github.com/Palm1r/QodeAssist.git
synced 2026-06-14 10:19:16 -04:00
7 lines
293 B
Bash
7 lines
293 B
Bash
#!/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" "$@"
|