Details
-
Task
-
Resolution: Fixed
-
P2: Important
-
None
-
None
-
None
-
6d79c5c2b (master), b73d6f3be (master)
Description
From Qt 6.5 on, Qt's build system adds the Android API version and NDK version which this Qt was built with to modules/Core.json.
[...] "built_with": { "android": { "api_version": "android-31", "ndk": { "version": "25.1.8937393" } }, [...]
Qt Creator will parse this file and if the data is successfully obtained, it will override what Qt Creator traditionally reads from its very own sdk_definitions.json
Attachments
Issue Links
- depends on
-
QTBUG-101019 Manage platform specific SDK requirements needing by Qt Creator in Qt
- Closed
- resulted from
-
QTBUG-108292 Create build info .json during Qt for Android building
- Closed