Skip to content

Commit 91ac2a2

Browse files
committed
makelinux.sh
1 parent a56d861 commit 91ac2a2

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

script/makelinux.sh

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,10 @@ maketar() {
9595

9696
run() {
9797
P=jqt-"$1""$SUF"
98+
if [ "$JQTSLIM" = "1" ] ; then
99+
P="$P"-slim
100+
fi
101+
98102
./clean.l64
99103
rm -rf "$P"
100104
cd lib
@@ -135,10 +139,10 @@ QM="${QM:=qmake}"
135139
fi
136140

137141
# export NO_OPENGL=1
138-
run jqt-"$1" "$1"
142+
run "$1"
139143

140144
export JQTSLIM=1
141-
run jqt-"$1"-slim "$1"
145+
run "$1"
142146

143147
# if [ -d Qt ] ; then
144148
# tar -czf "$1"-Qt.tar.gz Qt

0 commit comments

Comments
 (0)