Comment # 4
on bug 12570
from Adrian Simionov
I dig a bit more into this issue today. I can reproduce the issue if I remove
qttools5-dev-tools package.
It seems that lrelease is present and is a symlink to qtchooser. But qtchooser
has all the /usr/bin/* symlinks installed regardless of whether all Qt 4 or Qt
5 tools are installed.
And this is correct:
Without qttools5-dev-tools:
$ lrelease
lrelease: could not exec '/usr/lib/x86_64-linux-gnu/qt5/bin/lrelease': No such
file or directory
With qttools5-dev-tools:
$ lrelease -version
lrelease version 5.3.2
I still consider the autoconf script should be changed to detect if lrelease of
the proper chosen QT version is installed.
You are receiving this mail because:
- You are watching all bug changes.