Closed Blinkuu closed 4 years ago
I tried using Conan with the Qt/5.15.0 package. However, I need QtQuick module, not only the base ones. Is it possible to make Conan actually download additional modules as well?
yes, you can use option qt:qtdeclarative=True. The different modules are listed in https://github.com/bincrafters/conan-qt/blob/testing/5.15.0/qtmodules.conf
qt:qtdeclarative=True
I tried using Conan with the Qt/5.15.0 package. However, I need QtQuick module, not only the base ones. Is it possible to make Conan actually download additional modules as well?