We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I just set up a new Ubuntu machine and these are the shared libraries that are necessary after a fresh Ubuntu 20.04 install:
$ sudo apt-get install libqt5gui5 libqt5concurrent5 libqt5help5 libqt5printsupport5 libqt5xml5
The text was updated successfully, but these errors were encountered:
Interesting, thanks. Did you find out with ldd?
Sorry, something went wrong.
I used ldd then tracked down the error messages for the others. I think I got them all :)
I guess one could just install QtCreator from the distribution to automatically have resolved all dependencies.
No branches or pull requests
I just set up a new Ubuntu machine and these are the shared libraries that are necessary after a fresh Ubuntu 20.04 install:
The text was updated successfully, but these errors were encountered: