Details
-
Bug
-
Resolution: Done
-
P2: Important
-
6.3.0
-
Linux/Ubuntu20
-
0c82f98ec5 (qt/qtbase/dev) 0c82f98ec5 (qt/tqtc-qtbase/dev) 62ca8ae0a6 (qt/qtbase/6.3) d3bbbf345a (qt/qtbase/6.4) 62ca8ae0a6 (qt/tqtc-qtbase/6.3) d3bbbf345a (qt/tqtc-qtbase/6.4) 247693f341 (qt/tqtc-qtbase/6.2)
Description
- conan install qtbuildprofiles/6.3.1-alpha1@qt/everywhere -r qt-staging
- mkdir host && cd host
- conan install qtdeclarative/6.3.1-alpha1@qt/everywhere --profile ../linux-x86_64-gcc --update --build=never --generator=virtualenv -r qt-staging
- mkdir target && cd target
- conan install qtdeclarative/6.3.1-alpha1@qt/everywhere --profile ../unix-android-x86_64-clang --update --build=never -r qt-staging --generator=virtualenv -o qtbase:qt_host_path=/home/iikka/test_build/host/ -o *:android_ndk_version=r22b -o *:android_sdk_version=31
- cd ../host && source activate.sh
- cd ../target && source activate.sh
- cd ~/qt5/qtsvg/examples/svg/svgviewer
- qt-cmake CMakeLists.txt
- make
- qmlimportscanner: No such file or directory: "/.data/qtbase/6.3.1-alpha1/qt/everywhere/package/021c83c0a3c6a385e4cfa91ed9a0172e1bcc0a8d/qml"
interestingly, if I only "conan install qtsvg" for android and activate the corresponding virtualenv, then I can compile the svgviewer for android despite I can see the same error in the logs:
"Error: qmlimportscanner not found at /home/iikka/build/host/./libexec/qmlimportscanner"
Attachments
For Gerrit Dashboard: QTBUG-104056 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
415212,2 | androiddeployqt: Only pass qt_install_dir/qml directory if it exists | dev | qt/qtbase | Status: MERGED | +2 | 0 |
415647,2 | androiddeployqt: Only pass qt_install_dir/qml directory if it exists | 6.4 | qt/qtbase | Status: MERGED | +2 | 0 |
415648,3 | androiddeployqt: Only pass qt_install_dir/qml directory if it exists | 6.3 | qt/qtbase | Status: MERGED | +2 | 0 |
415656,3 | androiddeployqt: Only pass qt_install_dir/qml directory if it exists | tqtc/lts-6.2 | qt/tqtc-qtbase | Status: MERGED | +2 | 0 |