try
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2026-02-01 13:44:16 +11:00
parent 819d349bae
commit a150958960
4 changed files with 27 additions and 2 deletions

View File

@@ -20,6 +20,9 @@ QMAKE_ARGS=()
if [[ -n "${QMAKESPEC:-}" ]]; then
QMAKE_ARGS+=("-spec" "$QMAKESPEC")
fi
if [[ -n "${QMAKE_QTCONF:-}" ]]; then
QMAKE_ARGS+=("-qtconf" "$QMAKE_QTCONF")
fi
if [[ -n "${QMAKE_CC:-}" ]]; then
QMAKE_ARGS+=("QMAKE_CC=$QMAKE_CC")
fi