qmake is using wrong path to clang++
Solved
Mobile and Embedded
-
Hi,
I am using Qt 5.12.2
when building my android app I get an Error Message:
Cannot run target compiler '/home/me/android-ndk-r10e/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++'
When I look at the path, qmake trys to use clang++ from I not existing folder (llvm does not exist, its called llvm-3.6). I then took a look at the folder specified in the Kit and there the path to the clang++ is set right. Why does it use a different one that the one set in the Kit?
Edit
After adding a manual Kit and new manual clang++ compiler to make sure the paths are right, qmake uses the right compiler but a new error appears:Wrong Format libQt5Quick.so
So I still can not build my application.