Qt Creator spectrum example on Android
Unsolved
Mobile and Embedded
-
Hi
I cant compile and link the creator spectrum example for Android. I get this error:
:-1: error: no such file or directory: '@armeabi-v7a\object_script...\libspectrum_armeabi-v7a.so.Armeabi-v7a'
But I cannot find the qmake reference that creates object_script in the makefile.
I can compile the app part and the fftreal functions separately as a library
So I can create libfftreal_armeabi-v7a.so in the build directory but I am puzzled as to where object_script...\libspectrum_armeabi-v7a.so.Armeabi-v7a comes from.Apologies its not clear
thank you
developerR