Details
-
Technical task
-
Resolution: Done
-
P1: Critical
-
-
2020wk36, 2020wk38, 2020wk40, 2020wk42, 2020wk44
Description
qt-cmake and qmake scripts provided from a CMake build for Qt for Android, expect the host binaries to be at the hardcoded path.
qmake:
/home/assam/Qt/6.0.0/android_arm64_v8a/bin/qmake: line 7: /home/qt/work/install/bin/qmake: No such file or directory
cmake (with only CMake from Qt installed):
export CMAKE_PREFIX_PATH=~/Qt/Tools/CMake/bin/cmake /home/assam/Qt/6.0.0/android_arm64_v8a/bin/qt-cmake: line 17: exec: cmake: not found
One workaround Is to add the correct to the PATH, but this is a dirty way.
Attachments
Issue Links
- relates to
-
QTCREATORBUG-24721 QC cannot open qmake(.bat) for target installation of Android
- Closed
-
QTBUG-87068 simplify args needed for qt-cmake for Android
- Closed