Skip to content

docs: fix README — devcontainer setup, submodule init, correct build presets - #1

Merged
bernedom merged 1 commit into
mainfrom
copilot/explain-repository-structure
Jul 11, 2026
Merged

docs: fix README — devcontainer setup, submodule init, correct build presets#1
bernedom merged 1 commit into
mainfrom
copilot/explain-repository-structure

Conversation

Copilot AI commented Jul 11, 2026

Copy link
Copy Markdown
Contributor

README had a broken Ninja-Debug preset that doesn't exist, no mention of the cmake-conan submodule requirement, and no guidance on using the devcontainer.

Changes

  • Devcontainer — new section documenting the bernedom/qtandroidbuilder-based devcontainer as the recommended setup path, with a link to the VS Code Dev Containers extension
  • Submodule — callout block with --recurse-submodules clone command and git submodule update --init --recursive for existing clones
  • Build presets — replaced the non-existent Ninja-Debug with the real preset names and matching build directories:
    # Desktop
    cmake --preset ci-ninja-desktop-debug
    cmake --build build
    
    # Android (single ABI)
    cmake --preset ci-ninja-android-arm64-v8a-debug
    cmake --build build_android_arm64-v8a
    
  • Qt path — updated stale 6.6.1 reference in the multi-arch AAB section to 6.11.1, matching CMakePresets.json

@bernedom
bernedom marked this pull request as ready for review July 11, 2026 14:41
@bernedom
bernedom merged commit cdae912 into main Jul 11, 2026
20 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants