Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • C CI Tooling
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 1
    • Issues 1
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 1
    • Merge requests 1
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Artifacts
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • SysadminSysadmin
  • CI Tooling
  • Merge requests
  • !42

android: Port SDK to Qt 5.14

  • Review changes

  • Download
  • Patches
  • Plain diff
Closed Aleix Pol Gonzalez requested to merge android+qt514 into master Feb 16, 2020
  • Overview 20
  • Commits 1
  • Pipelines 0
  • Changes 16

Adopts Qt 5.14 which has several ramifications, biggest being Qt now builds both arm32 and arm64 together. This merges both images back into teh one which can produce all of the binaries. It makes the image considerably bigger but doesn't make us have to use two of them, which is helpful.

This also changes most of our tooling to produce both architectures per run, it seems to work fine but more testing is needed.

For cmake we'll be just producing two separate prefixes. It's not ideal but it works for now.

Edited Feb 28, 2020 by Aleix Pol Gonzalez
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: android+qt514