osgqtquick icon indicating copy to clipboard operation
osgqtquick copied to clipboard

Android build.

Open tanshihaj opened this issue 6 years ago • 3 comments

I've faced with problem building Android version of this library. At least this library requires osgQt but OpenSceneGraph (at least since version 3.4.0) doesn't contain osgQt library for Android builds.

Is it possible to build this library for Android?

tanshihaj avatar Sep 19 '17 13:09 tanshihaj

Hello @tanshihaj, I tested this only for desktops Windows and Linux (Debian). I'm interested in native development for Android, but so far I can not give it enough time. The osgQt project continues to develop here. I can try to make dependency on the osgQt project not necessary, if this is of interest to you?

podsvirov avatar Sep 19 '17 20:09 podsvirov

Hello @podsvirov, yes if you succeed in removing dependency on the osgQt, it will help me in compiling osgqtquick for Android. Yes, I know that osgQt library in new versions of OpenSceneGraph is a separate project. However, I didn't succeed in building library for Android neither when it was in OpenSceneGraph nor when it was separated from OpenSceneGraph.

tanshihaj avatar Sep 19 '17 21:09 tanshihaj

Hello @tanshihaj, I add osgQtQuick_WITH_OSGQT option (see commit 906d6fb2d85ea92643a803606c701a1ea687c26b in develop branch). Please try it and send feedback there.

podsvirov avatar Sep 21 '17 18:09 podsvirov