summaryrefslogtreecommitdiff
path: root/tikzit/target_wrapper.sh
diff options
context:
space:
mode:
authorAleks Kissinger <aleks0@gmail.com>2017-12-05 17:55:04 +0000
committerAleks Kissinger <aleks0@gmail.com>2017-12-05 17:55:04 +0000
commit5816cd5d5e3edf7ee7a7273c7c3a3d907dc54a4a (patch)
tree1b9022c3671225f06151fb9bbb5cb92dcb0e93a7 /tikzit/target_wrapper.sh
parentcb322a3acee9debf40c48ad1e3fb4458b0f51b7f (diff)
Qt
Diffstat (limited to 'tikzit/target_wrapper.sh')
-rwxr-xr-xtikzit/target_wrapper.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/tikzit/target_wrapper.sh b/tikzit/target_wrapper.sh
new file mode 100755
index 0000000..1793274
--- /dev/null
+++ b/tikzit/target_wrapper.sh
@@ -0,0 +1,6 @@
+#!/bin/sh
+DYLD_FRAMEWORK_PATH=/usr/local/Cellar/qt5/5.7.1_1/lib${DYLD_FRAMEWORK_PATH:+:$DYLD_FRAMEWORK_PATH}
+export DYLD_FRAMEWORK_PATH
+QT_PLUGIN_PATH=/usr/local/Cellar/qt5/5.7.1_1/plugins${QT_PLUGIN_PATH:+:$QT_PLUGIN_PATH}
+export QT_PLUGIN_PATH
+exec "$@"