-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(#17925) [qt/6.x.x] Fix conan toolchain
* [qt/6.5.1] Add version * [qt/6.x.x] Add qt_add_qml_module to test_package * Add conan_qt_qt6_policies.cmake to Qt6Qml cmake package * Add qtdeclarative to default component * Revert "Add qtdeclarative to default component" This reverts commit a7fc4b3. * Revert "[qt/6.x.x] Add qt_add_qml_module to test_package" This reverts commit 55d7fb1. * Set QT6_IS_SHARED_LIBS_BUILD * Put conan_qt_qt6_variables in Qt6Core instead of Qt6Qml * Add macdeployqt target * Append Qt6CoreConfigExtras.cmake to build_modules_list instead of creating conan_qt_qt6_variables.cmake * Remove merge conflict markers from conandata.yml * Fix linter warnings
- Loading branch information
1 parent
f13df22
commit c5b1ea6
Showing
2 changed files
with
13 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
import os | ||
import textwrap | ||
|
||
from conan import ConanFile | ||
from conan.tools.build import can_run | ||
|