<div>Hello everyone,<br></div><div><br></div><div>I'm currently building an Android application with Qt and gstreamer.<br></div><div>The problem is, all interaction with gstreamer happens in C++, i.e. libgstreamer_android.so needs to be built first (via pre-build event or qmake) to link against the Qt app (which is an .so on Android). I've figured out how to build it manually using ndk-build while dissecting the gst-player example, but for some reason it always regenerates that library instead of saying 'nothing to do' as make usually does when nothing changed.<br></div><div>This makes my edit/deploy cycle slow and annoying. Does anybody know why that happens and what I can do to solve it?<br></div><div><br></div><div>Best Regards,<br></div><div>Krzysztof<br></div>