How to use the Conan 3D package?
Unsolved
Qt 6
-
I've installed this through MaintenceTool. But none of the documentation says how to actually use it. If I try to use Conan in my project with this line
qt3d/6.0.2@qt/final
This cmake gives 1273n lines of error output, most of it some JS & CSS form JFrog,
Response from remote is not json, but 'text/html; charset=utf-8'. [Remote: ConanCenter]
This is on the current release of Mac OS.
If I don't use conan, but use the standard
find_package(Qt6 COMPONENTS 3dextras widgets REQUIRED)
I get
Could NOT find Qt63dextras (missing: Qt63dextras_DIR)
Any help appreciated.
-
Check out https://wiki.qt.io/Qt6_Add-on_src_package_build_using_Conan_package_manager . The easiest setup currently is to install qt3d into the Qt SDK by running
<QtSdk>/Tools/Conan/conan install qtnetworkauth/6.0.2@qt/final --build=missing --profile=<QtSdk>/Tools/Conan/profiles/<right_profile>