Skip to content

Commit 4cb807f

Browse files
committed
assistant and linguist
1 parent ba3fe7b commit 4cb807f

File tree

7 files changed

+11
-12
lines changed

7 files changed

+11
-12
lines changed

Linux/assistant.sh

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,8 @@ basedir=`cd $basedir;pwd`
55

66
cd -P ${basedir}
77

8-
export QT_DEBUG_PLUGINS=1
9-
export PYTHONHOME=${basedir}
10-
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/
11-
export LD_LIBRARY_PATH=${basedir}/local/lib64:${basedir}/lib
8+
#export QT_DEBUG_PLUGINS=1
9+
export LD_LIBRARY_PATH=${basedir}/lib:$LD_LIBRARY_PATH
1210

13-
${basedir}/bin/assistant $@
11+
chmod +x ${basedir}/bin/assistant
12+
${basedir}/bin/assistant $@ &

Linux/bin/assistant

56 Bytes
Binary file not shown.

Linux/bin/linguist

56 Bytes
Binary file not shown.

Linux/designer.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@ basedir=`cd $basedir;pwd`
55

66
cd -P ${basedir}
77

8-
export QT_DEBUG_PLUGINS=1
8+
#export QT_DEBUG_PLUGINS=1
99
export PYTHONHOME=${basedir}
1010
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/
1111
export LD_LIBRARY_PATH=${basedir}/local/lib64:${basedir}/lib
1212

13-
${basedir}/bin/designer $@
13+
chmod +x ${basedir}/bin/designer
14+
${basedir}/bin/designer $@ &

Linux/linguist.sh

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,8 @@ basedir=`cd $basedir;pwd`
55

66
cd -P ${basedir}
77

8-
export QT_DEBUG_PLUGINS=1
9-
export PYTHONHOME=${basedir}
10-
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/
11-
export LD_LIBRARY_PATH=${basedir}/local/lib64:${basedir}/lib
8+
#export QT_DEBUG_PLUGINS=1
9+
export LD_LIBRARY_PATH=${basedir}/lib:$LD_LIBRARY_PATH
1210

13-
${basedir}/bin/linguist $@
11+
chmod +x ${basedir}/bin/linguist
12+
${basedir}/bin/linguist $@ &

Windows/bin/assistant.exe

1 KB
Binary file not shown.

Windows/bin/linguist.exe

1 KB
Binary file not shown.

0 commit comments

Comments
 (0)