Created attachment 130634 [details] build error SUMMARY When trying to build ext_qt for Android (both git master and 4.3 branch; locally and in docker with the kdeorg/ci-android image), configure fails with "ERROR: Unknown command line option '-with'.", probably due to https://invent.kde.org/graphics/krita/-/commit/3845a10d659aa48603bfb19b737f714177e0f14e. When "-with qtmultimedia" is replaced with "-skip qtmultimedia", the error is gone. STEPS TO REPRODUCE 1. Build dependencies for Android OBSERVED RESULT ext_qt does not build EXPECTED RESULT ext_qt builds without error
Incoming fix in https://invent.kde.org/graphics/krita/-/merge_requests/416 .
ext_qt from master builds correctly now, thanks to Sharaf Zaman.