Bug 487246 - If set to not build with qt6, it will still ask for qt6
Summary: If set to not build with qt6, it will still ask for qt6
Status: RESOLVED INTENTIONAL
Alias: None
Product: Accessibility Inspector
Classification: Applications
Component: General (show other bugs)
Version: unspecified
Platform: Android Android 13.x
: NOR normal
Target Milestone: ---
Assignee: Carl Schwan
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-05-19 19:13 UTC by mrmythical09112001
Modified: 2024-05-19 19:38 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.