I found that I can install both debug and release versions of qt libs
with the following commands:
> cmake --install . --config Debug
> cmake --install . --config Release
On Sat, Mar 6, 2021 at 2:38 PM Liang Jian wrote:
> I build qt6 from qt-6.1 branch with the following commands:
>
>
Hi
in Qt 3D you can use a QGeometryRenderer with primitiveType set to Lines (or
LineLoop, LineStrip depending on how you structure your data). Checkout
https://code.qt.io/cgit/qt/qt3d.git/tree/tests/manual/raycasting-qml/LineEntity.qml
Mike
> On 5 Mar 2021, at 14:16, Alex john wrote:
>
> Bu