Details
-
Task
-
Resolution: Done
-
P0: Blocker
-
None
-
6.0.0 Alpha
-
None
Description
Android and iOS packages are build by using cmake (like all others) and doesn't contain host tools anymore. So from packaging configurations we have to change:
- 1. In host install script: Add cmake binary location in the variable which can be read from target install scripts
e.g installer.setValue("cmakePathForAndroid%QT_VERSION%"gcc64) - 2. in android configurations:
- remove qmakeBinary location definitions
- Replace qmake with cmake in '// add Qt into QtCreator'
- installer.value("cmakePathForAndroid%QT_VERSION%"gcc64)
- 3. Add dependency from Android package to desktop one
Attachments
Issue Links
- is required for
-
QTBUG-87346 [REG 5.15.1-> 6.0.0] iOS: qmake not working
- Closed
-
QTBUG-87008 [REG 5.15.1-> 6.0.0] Android: qmake not working
- Closed