Skip to content

Commit 55cdea1

Browse files
authored
allow disabling Qt deployment
1 parent 191cee1 commit 55cdea1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

useful-tools/quick-sharun.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -213,11 +213,11 @@ _determine_what_to_deploy() {
213213
for lib in $NEEDED_LIBS; do
214214
case "$lib" in
215215
*libQt5Core.so*)
216-
DEPLOY_QT=1
216+
DEPLOY_QT=${DEPLOY_QT:-1}
217217
QT_DIR=qt5
218218
;;
219219
*libQt6Core.so*)
220-
DEPLOY_QT=1
220+
DEPLOY_QT=${DEPLOY_QT:-1}
221221
QT_DIR=qt6
222222
;;
223223
*libQt*Qml*.so*)

0 commit comments

Comments
 (0)