Details
-
Bug
-
Resolution: Duplicate
-
P1: Critical
-
6.9.0 Beta2
Description
Install Qt 6.9.0 (beta2) Android binaries and include Qt sources. Run configure for qtnetworkauth:
/home/qt/RTA/Qt_6.9.0/6.9.0/android_armv7/bin/qt-configure-module /home/qt/RTA/Qt_6.9.0/6.9.0/Src/qtnetworkauth -- -DANDROID_ABI=armeabi-v7a -DANDROID_SDK_ROOT=/opt/android/sdk -DANDROID_NDK_ROOT=/opt/android/android-ndk-r26b
-> fails:
CMake Error: Not a file: /home/qt/RTA/Qt_6.9.0/6.9.0/android_armv7/bin/..\lib\cmake\Qt6/QtWriteArgsFile.cmake
File
RTA/Qt_6.9.0/6.9.0/android_armv7/lib/cmake/Qt6/QtWriteArgsFile.cmake does exists.
Same build done with all desktop targets works fine (gcc x64 & arm64, macOS x64 & arm64, LLVM-MinGW, MinGW and MSVC2022 x64 & arm64).
Android_armv7 build works with released 6.8.1 binaries.
Note: this is from RTA test where the main goal is to verify that Qt modules can be build with pre-build Qt binaries, the qtnetworkauth module is selected just because it's compact size. I assume this is not related to the module itself, but of course it's always possible.
Attachments
Issue Links
- duplicates
-
QTBUG-131810 [REG 6.8.1->6.9.0] Running configure on additional module with prebuild Qt binaries fails on Android
- In Review