Hi!

I'm working on a project which i would like to run both, on windows desktop and android as well, and i would like to use Qwt.

I'm using Windows 7 32bit, Qt creator 5.3 and Qwt 6.1.1.

I downloaded Qwt 6.1.1 and compile it in windows with mingw (with using qmake, mingw32-make, mingw32-make install).
I can run the qwt example projects so it works perfectly on windows desktop.

Without the Qwt part, i can deploy my project to android, i set up the android sdk, android ndk and apache ant to use the android armeabi compiler. Without qwt libraries it works like a charm. (On Nexus 7 first gen.)

But when i try to complie a qwt example project with armeabi, it can not see the "qwt_"-headers.

So, my question is that, how can i link qwt headers to the armeabi compiler?
Anyway, is it possible to run qwt on android or i have to find another way to using charts on android?

Sorry for my grammar and thanks for any advice!