-
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
qt/5.15.2 #1759
qt/5.15.2 #1759
Conversation
Some configurations of 'qt/5.15.0' failed in build 1 (
|
Some configurations of 'qt/5.15.0' failed in build 2 (
|
Regarding DEFAULT_PACKAGE_LAYOUT:
Regarding CMAKE FILE NOT IN BUILD FOLDERS: Would it be enough to add |
Some configurations of 'qt/5.15.0' failed in build 3 (
|
Some configurations of 'qt/5.15.0' failed in build 4 (
|
Some configurations of 'qt/5.15.0' failed in build 5 (
|
Failure in build 6 (
|
Some configurations of 'qt/5.15.0' failed in build 7 (
|
Some configurations of 'qt/5.15.0' failed in build 8 (
|
see QTBUG-76777
All green in build 9 (
|
So it seems I could successfully move mkspecs, plugins etc to the bin folder using |
It can be consumed just fine with Qbs. Joke aside, I thought that the rule is to add all folders containing
👍 |
https://github.com/conan-io/conan-center-index/wiki/Error-Knowledge-Base#kb-h016-cmake-modules-config-files says |
An unexpected error happened and has been reported. Help is on its way! 🏇 |
relaunched |
All green in build 74 (
|
if not self.options.shared: | ||
args.insert(0, "-static") | ||
if self.settings.compiler == "Visual Studio": | ||
if self.settings.compiler.runtime == "MT" or self.settings.compiler.runtime == "MTd": |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
if self.settings.compiler.runtime == "MT" or self.settings.compiler.runtime == "MTd": | |
if str(self.settings.compiler.runtime) in ["MT", "MTd"]: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Many thanks to all reviewers, contributors, and also thanks to @osechet and @lucienboillod who did the early work on this recipe ! |
I tried to run
|
are you running conan < 1.28.0 ? |
@ericLemanissier yes, I updated to latest conan version and now it works. Thanks! |
Well, |
Specify library name and version: qt/5.15.2
this is a port of https://github.com/bincrafters/conan-qt/
conan-center hook activated.