I try to install the unsupported qt5ct tool which fails with: missing lrelease binary.
looks like qtcore:5 misses to install these binaries, or do I miss something?
see ubuntu bug from 2013
since qmake is found I guess I set up qtchooser correctly, did I not?
Code: Select all
# lrelease
lrelease: could not exec '/usr/lib64/qt5/bin/lrelease': No such file or directory
# lupdate
lupdate: could not exec '/usr/lib64/qt5/bin/lupdate': No such file or directory
# qmake
Usage: /usr/lib64/qt5/bin/qmake [mode] [options] [files]
...