We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent c2c083a commit d130b32Copy full SHA for d130b32
src/app/main.cpp
@@ -400,6 +400,11 @@ void myMessageOutput( QtMsgType type, const char *msg )
400
}
401
402
403
+#if(ANDROID)
404
+// On Android, there there is a libqgis.so instead of a qgis executable.
405
+// The main method symbol of this library needs to be exported so it can be called by java
406
+APP_EXPORT
407
+#endif
408
int main( int argc, char *argv[] )
409
{
410
#ifdef Q_OS_MACX
0 commit comments