Install qt6 in CLion with vcpkg
I’m new to CLion and vcpkg and started using it, because I want to use CGAL for my studies. I managed to install Qt5 with vcpkg by running C:devvcpkg> .vcpkg.exe install qt5
.
With that I can run some of the demos from CGAL see CGAL-5.6.1-examples.zip
. But I can only run demos using Qt5 and not Qt6. For example, the “Hyperbolic_triangulation_2” requieres Qt6. My problem is, that I don’t know how to install Qt6 with vcpkg.