Skip to content

Fix building on Android using CMake

Nicolas Fella requested to merge nicolasfella/mauikit:androidcmake into master

Building for Android with cmake was failing for two reasons.

First, KF5 wasn't included on Android, but the code assumed it was there. Most frameworks work on Android too, so let's use them.

Second we need to link against the jnigrapics lib for the bitmap stuff in mauiandroid to work

Merge request reports