![]() | 1 | initial version |
Hello,
I have solved the same problem.
Maybe this problem is due to the version of WSL in ubuntu 20.04.
To solve this problem, refer to this URL: link text
whereis libQt5Core.so.5
# copy that address
sudo strip --remove-section=.note.ABI-tag /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
Good Luck.