-
-
Notifications
You must be signed in to change notification settings - Fork 86
New issue
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
libicu libraries not installed #532
Comments
Because you @vervaekejonathan don't specify icu as |
@miurahr I see.. I matched the install list to what was required via apt, probably this is bundled somewhere when you install via apt |
Please try You can find an argument that CI/CD script install which archives as minimum one, https://github.com/miurahr/aqtinstall/blob/master/ci/generate_azure_pipelines_matrices.py#L196-L204 |
When you are not expert of Qt packages, you are recommended to use
|
question answered. |
Used the following command to install Qt
aqt install-qt linux desktop 5.12.8 gcc_64 --archives qtbase qtdeclarative qtquickcontrols qtgraphicaleffects qtquickcontrols2 qttranslations qtwebsockets qtmultimedia qttools
When compiling my application, it cannot find libicu
It is available in the folder installed via the official Qt installer:
But not in the one installed via aqt:
The text was updated successfully, but these errors were encountered: