Bug 487246

Summary: If set to not build with qt6, it will still ask for qt6
Product: [Applications] Accessibility Inspector Reporter: mrmythical09112001
Component: GeneralAssignee: Carl Schwan <carl>
Status: RESOLVED INTENTIONAL    
Severity: normal    
Priority: NOR    
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: Android   
OS: Android 13.x   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

Description mrmythical09112001 2024-05-19 19:13:10 UTC
SUMMARY


STEPS TO REPRODUCE
1. Clone the repo
2. Set "BUILD_WITH_QT6" off
3. Attempt to build with Cmake

OBSERVED RESULT
`-- Could NOT find Qt6 (missing: Qt6_DIR)`

EXPECTED RESULT
It to build normaly

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: Android 14 kernel 5.4.233
Qt Version: 5.15.5

ADDITIONAL INFORMATION
This is built under Termux
Comment 1 Carl Schwan 2024-05-19 19:38:46 UTC
We don't support building with qt5 anymore. Also Accessibility Inspector likely won't build on Android or even make sense on android because Android uses a completely different accessibility stack.