Skip to content

Commit

Permalink
assistant and linguist
Browse files Browse the repository at this point in the history
  • Loading branch information
892768447 committed Nov 12, 2020
1 parent ba3fe7b commit 4cb807f
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 12 deletions.
9 changes: 4 additions & 5 deletions Linux/assistant.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@ basedir=`cd $basedir;pwd`

cd -P ${basedir}

export QT_DEBUG_PLUGINS=1
export PYTHONHOME=${basedir}
export PYTHONPATH=${basedir}/local/lib/python3.6/:${basedir}/local/lib/python3.6/lib-dynload/:${basedir}/local/lib/python3.6/site-packages/:${basedir}/local/lib64/python3.6/site-packages/
export LD_LIBRARY_PATH=${basedir}/local/lib64:${basedir}/lib
#export QT_DEBUG_PLUGINS=1
export LD_LIBRARY_PATH=${basedir}/lib:$LD_LIBRARY_PATH

${basedir}/bin/assistant $@
chmod +x ${basedir}/bin/assistant
${basedir}/bin/assistant $@ &
Binary file modified Linux/bin/assistant
Binary file not shown.
Binary file modified Linux/bin/linguist
Binary file not shown.
5 changes: 3 additions & 2 deletions Linux/designer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@ basedir=`cd $basedir;pwd`

cd -P ${basedir}

export QT_DEBUG_PLUGINS=1
#export QT_DEBUG_PLUGINS=1
export PYTHONHOME=${basedir}
export PYTHONPATH=${basedir}/local/lib/python3.6/:${basedir}/local/lib/python3.6/lib-dynload/:${basedir}/local/lib/python3.6/site-packages/:${basedir}/local/lib64/python3.6/site-packages/
export LD_LIBRARY_PATH=${basedir}/local/lib64:${basedir}/lib

${basedir}/bin/designer $@
chmod +x ${basedir}/bin/designer
${basedir}/bin/designer $@ &
9 changes: 4 additions & 5 deletions Linux/linguist.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@ basedir=`cd $basedir;pwd`

cd -P ${basedir}

export QT_DEBUG_PLUGINS=1
export PYTHONHOME=${basedir}
export PYTHONPATH=${basedir}/local/lib/python3.6/:${basedir}/local/lib/python3.6/lib-dynload/:${basedir}/local/lib/python3.6/site-packages/:${basedir}/local/lib64/python3.6/site-packages/
export LD_LIBRARY_PATH=${basedir}/local/lib64:${basedir}/lib
#export QT_DEBUG_PLUGINS=1
export LD_LIBRARY_PATH=${basedir}/lib:$LD_LIBRARY_PATH

${basedir}/bin/linguist $@
chmod +x ${basedir}/bin/linguist
${basedir}/bin/linguist $@ &
Binary file modified Windows/bin/assistant.exe
Binary file not shown.
Binary file modified Windows/bin/linguist.exe
Binary file not shown.

0 comments on commit 4cb807f

Please sign in to comment.