Skip to content

Conversation

@tomasMizera
Copy link
Collaborator

Fixes #3503

@tomasMizera tomasMizera requested a review from Withalion November 3, 2025 15:55
@github-actions
Copy link

github-actions bot commented Nov 3, 2025

Pull Request Test Coverage Report for Build 19040644006

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 19.491%

Totals Coverage Status
Change from base Build 18973104631: 0.0%
Covered Lines: 13831
Relevant Lines: 70962

💛 - Coveralls

Comment on lines +107 to +108
elseif (ANDROID)
set(QGIS_QUICK_DATA_PATH_DEFAULT "INPUT")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I wouldn't touch it on Android at all, the value is completely ignored and then at runtime it's set to something meaningful

PATTERN "vcpkg*" EXCLUDE
)

message(STATUS "QGIS_QUICK_DATA_PATH set to ${QGIS_QUICK_DATA_PATH}")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it gets also logged during runtime, which might be more meaningful as we do some more changes at that point

@tomasMizera tomasMizera added this to the 2025.8.0 milestone Nov 4, 2025
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.

Simplify CMake configuration

3 participants