Qt 6.11 is out! See what's new in the release
blog
No such file or directory: '@armeabi-v7a\object_script... with custom DESTDIR (Qt 5.14)
-
Hi,
I am trying to compile my project for Android with newest Qt (5.14).
Unfortunatelly I got an error:@armeabi-v7a\object_script...\..\..\MyProject\bin\armeabi-v7a\Debug\libMyProject_armeabi-v7a.so.Armeabi-v7aDESTDIR is defined as:
M:/MyProject/bin/$$ANDROID_TARGET_ARCH/$$BUILD_TYPEThis is a bug, right?
@edit
I found a solution to one of the Qt examples:
https://codereview.qt.nokia.com/c/qt-apps/qmllive/+/286407/2/qmllive.proI think this is not a correct bugfix >:)