-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
[question] how to use qt/5.15.2@ recipe? #6024
Comments
These errors are unexpected: |
I have cleaned the local cache and it seems, the problem is gone, thank you! |
I have another issue, not really related: |
the module can be built with option |
Thanks a lot! |
I have opened a PR about adding x11 extras |
I am trying to switch from the obsolete bincrafters recipe to qt/5.15.2@
As starting point, I take a test_package/conanfile.py
There is a "qt" generator used
If I try to use this generator in my recipe, I get the following error:
ERROR: Invalid generator 'qt'. Available types: txt, gcc, compiler_args, cmake, cmake_multi, cmake_paths, cmake_find_package, cmake_find_package_multi, qmake, qbs, scons, visual_studio, visual_studio_multi, visual_studio_legacy, xcode, ycm, virtualenv, virtualenv_python, virtualbuildenv, virtualrunenv, boost-build, pkg_config, json, b2, premake, make, deploy, markdown, CMakeToolchain, CMakeDeps, MSBuildToolchain, MesonToolchain, MSBuildDeps, QbsToolchain, msbuild, VirtualEnv, AutotoolsDeps, AutotoolsToolchain, AutotoolsGen, BazelDeps, BazelToolchain
I use
Without this generator, I get the following error in both test_package and in my recipe:
The text was updated successfully, but these errors were encountered: