Details
-
Task
-
Resolution: Invalid
-
Not Evaluated
-
None
-
None
-
Qt Installer Sprint 30, Qt Installer Sprint 31, Qt Installer Sprint 32, Qt Installer Sprint 33
Description
By design if running conan install as:
$conan install qtnetworkauth/6.0.0@qt/final
Conan will deploy the build artifacts to the current working directory, in addition to the generator files.
If this behavior is not wanted, i.e. only the generator files for consumer are needed we'd need to provide a following file per Add-on & version
conanfile.txt
[requires]
qtnetworkauth/6.0.0@qt/beta
[options]
[generators]
cmake_paths
[imports]
- if user wants to "deploy" needed files to current working dir
# generic way to import files from your requirements to your project
bin, * -> ./bin
lib, * -> ./lib
Attachments
Issue Links
- is required for
-
QTBUG-90746 Package manager usage in Qt
- Closed