| Summary: | kuserfeedback build looks for qt4 version of qmllint | ||
|---|---|---|---|
| Product: | [Frameworks and Libraries] frameworks-kuserfeedback | Reporter: | Andrew Hou <andrewfhou> |
| Component: | Telemetry Provider | Assignee: | Volker Krause <vkrause> |
| Status: | RESOLVED NOT A BUG | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Andrew Hou
2020-02-29 17:19:06 UTC
The Qt4 path isn't coming from kuserfeedback, all that's done there is `find_program(QMLLINT_EXECUTABLE qmllint)` (ie. find qmllint in $PATH). What does "which qmllint" report in the shell you tried to build this? My guess would be a symlink to the non-existent Qt4 path. Ah, I think you're right. qmllint is in /usr/bin and symlinked to /usr/bin/qtchooser, which looks like it has "/usr/lib/x86_64-linux-gnu/qt4/bin" set as QTTOOLDIR, so that's definitely what the issue was Installing qt5-default from apt fixed it and kuserfeedback now successfully builds |