[frameworks-kuserfeedback] [Bug 418330] kuserfeedback build looks for qt4 version of qmllint

2020-03-03 Thread Andrew Hou
https://bugs.kde.org/show_bug.cgi?id=418330 Andrew Hou changed: What|Removed |Added Status|REPORTED|RESOLVED Resolution|---

[frameworks-kuserfeedback] [Bug 418330] kuserfeedback build looks for qt4 version of qmllint

2020-03-03 Thread Andrew Hou
https://bugs.kde.org/show_bug.cgi?id=418330 --- Comment #2 from Andrew Hou --- 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 -- You are

[frameworks-kuserfeedback] [Bug 418330] kuserfeedback build looks for qt4 version of qmllint

2020-03-03 Thread Volker Krause
https://bugs.kde.org/show_bug.cgi?id=418330 --- Comment #1 from Volker Krause --- 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?