We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a56d861 commit 91ac2a2Copy full SHA for 91ac2a2
1 file changed
script/makelinux.sh
@@ -95,6 +95,10 @@ maketar() {
95
96
run() {
97
P=jqt-"$1""$SUF"
98
+if [ "$JQTSLIM" = "1" ] ; then
99
+P="$P"-slim
100
+fi
101
+
102
./clean.l64
103
rm -rf "$P"
104
cd lib
@@ -135,10 +139,10 @@ QM="${QM:=qmake}"
135
139
fi
136
140
137
141
# export NO_OPENGL=1
138
-run jqt-"$1" "$1"
142
+run "$1"
143
144
export JQTSLIM=1
-run jqt-"$1"-slim "$1"
145
146
147
# if [ -d Qt ] ; then
148
# tar -czf "$1"-Qt.tar.gz Qt
0 commit comments