jesperhh / qmlfmt

qmlfmt - command line application that formats QML files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

I get some error about the error while loading shared libraries

kay54068 opened this issue · comments

libQt5Concurrent.so.5: cannot open shared object file: No such file or directory

I don't know what distro you are running, but for Ubuntu you would need to install libqt5concurrent5 (I think). There is probably a similar package for other distros.

Hi @jesperhh
Can you release a static version?

I can investigate how much work it would be - it is not a high priority for me, but if someone else wants to contribute the required CMake configuration to build a static version I will gladly integrate it.