https://bugs.kde.org/show_bug.cgi?id=516162
--- Comment #12 from pallaswept <[email protected]> --- (In reply to pg_tips from comment #9) > Looking at the documentation of the QLibrary class, does it actually do what > we need here, i.e. to find 'libtesseract.so.5.5" or 'libtesseract.5.5.2.so'? Seems you're right. Qt is testing the 'lib' prefix, and does test the .so suffix, but does not provide any wildcard/glob searching of the name or the extension. I have /usr/lib64/libtesseract.so.5 -> libtesseract.so.5.0.5 If I do sudo ln -s /usr/lib64/libtesseract.so.5.0.5 %FILENAME /usr/lib64/libtesseract.so works /usr/lib64/tesseract.so works /usr/lib64/tesseract.so.5 fails /usr/lib64/tesseract5.so fails -- You are receiving this mail because: You are watching all bug changes.
