qmlfmt suppress debug info

This commit is contained in:
Lemmy
2026-01-06 21:14:29 -05:00
parent 8e89c1d1be
commit 3d32b09bf6
+3
View File
@@ -3,6 +3,9 @@ set -euo pipefail
# QML Formatter Script
# Suppress Qt debug logging from qmlformat
export QT_LOGGING_RULES="qt.qmldom.*=false"
# Find qmlformat binary
QMLFORMAT=""
for path in "/usr/lib64/qt6/bin/qmlformat" "/usr/lib/qt6/bin/qmlformat"; do