-
-
Notifications
You must be signed in to change notification settings - Fork 86
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot add Qt 6.4.1 Android Arm64_v8a as a Qt Kit into QtCreator #626
Comments
Duplicated with #621 |
@miurahr |
This comment was marked as off-topic.
This comment was marked as off-topic.
What I am missing here is that why then Qt 6.4.1 android_arm64_v8a from the official installer works in QtCreator but from aqt not?
I completely removed Qt 6.4.1 installed with aqt and reinstalled it using 2 commands: $ aqt install-qt -O /opt/Qt linux desktop 6.4.1 It did not help. I'm still getting the same error in QtCreator. |
Upd: |
@vkuznetsovgn Thank you. Now I understand a report. when running command I observed
then
Here should be some thing like
It may need to patch android qmake binary, it is not necessary for Qt 6.4.0 and before |
I think the logic that needs to change is here: Lines 38 to 39 in 2c8b23d
On Linux, before Qt 6.4.1, the path that we needed to patch was Personally, I think it makes sense to just patch both paths on all OSes, so we are not affected by strange choices by the Qt devs like this. |
edit: I'm pretty sure that this should be fixed now in #627. |
Description
When trying to add Qt 6.4.1 Android Arm64_v8a as a Qt Version for Kit into QtCreator, I am getting an error:
The qmake executable /opt/Qt/6.4.1/android_arm64_v8a/bin/qmake could not be added: "/opt/Qt/6.4.1/android_arm64_v8a/bin/qmake" produced no output: /opt/Qt/6.4.1/android_arm64_v8a/bin/qmake: 7: /Users/qt/work/install/bin/qmake: not found
However, via an official installer I can add this Qt version without any issues and I can compile and deploy everything as usual.
To Reproduce
Expected behavior
Works the same as for the official installer.
Desktop:
aqt
version: aqtinstall(aqt) v3.0.2 on Python 3.10.6 [CPython GCC 11.3.0]UPD:
I don't have such problem with Qt 6.4.0 installed via aqtinstall.
The text was updated successfully, but these errors were encountered: