Skip to content

Commit

Permalink
Try building just the module-qtbase target
Browse files Browse the repository at this point in the history
  • Loading branch information
pcolby committed Apr 14, 2023
1 parent af11f33 commit 541fe1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sh
Expand Up @@ -115,8 +115,8 @@ echo "Configuring Qt for $RUNNER_OS ($configPlatform)"

# Build Qt.
echo "Building Qt for $RUNNER_OS"
[[ "${RUNNER_OS:-}" != macOS ]] || make -C "$OUTPUT_DIR/build"
[[ "${RUNNER_OS:-}" != macOS ]] || make -C "$OUTPUT_DIR/build" module-qtbase
[[ "${RUNNER_OS:-}" != Windows ]] || {
cd "$OUTPUT_DIR/build"
nmake.exe
nmake.exe module-qtbase
}

0 comments on commit 541fe1f

Please sign in to comment.