Bug 425011

Summary: ext_qt for Android does not build
Product: [Applications] krita Reporter: Anna Medonosova <anna.medonosova>
Component: GeneralAssignee: Krita Bugs <krita-bugs-null>
Status: RESOLVED FIXED    
Severity: normal CC: amy
Priority: NOR    
Version First Reported In: nightly build (please specify the git hash!)   
Target Milestone: ---   
Platform: Android   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:
Attachments: build error

Description Anna Medonosova 2020-08-04 20:58:01 UTC
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
Comment 1 amyspark 2020-09-10 14:40:24 UTC
Incoming fix in https://invent.kde.org/graphics/krita/-/merge_requests/416 .
Comment 2 Anna Medonosova 2020-09-27 17:39:48 UTC
ext_qt from master builds correctly now, thanks to Sharaf Zaman.