I have my app, it works on x86, Desktop. I have a dependecy on zbar, a C library.
I have zbar-dev package (ubuntu) on my system.

I compile, run fine on desktop.
When I switch to android, it tells me zbar.h not found and fails. Of course, I also need to compile zbar for arm. Can QtCreator do this for me? Or what do I need to do to get zbar working for arm? I figure the NDK has the cross-compiler, but I am not sure how to do this the best way and waht Qt creator expects for packaging the library.

Thanks!