File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -113,6 +113,12 @@ Set this option to false if you want to build with Qt5 version instead of Qt6:
113113 or
114114 mkdir build && cd build && cmake .. -DUSE_QT6=off
115115
116+ For building a static lib use:
117+
118+ ::
119+
120+ cmake .. -BUILD_SHARED_LIBS=off
121+
116122Linux
117123-----
118124
Original file line number Diff line number Diff line change @@ -7,10 +7,10 @@ Development Progress
77- [✅ done] Dynamic ports
88- [✅ done] ``AbstractNodeGeometry ``, ``AbstractNodePainter ``
99- [✅ done] Website with documentation
10+ - [✅] ``ConnectionPaintDelegate ``
1011- [➡️ work in progress] Unit-Tests
1112- [➡️ work in progress] Ctrl+D for copying and inserting a selection duplicate
1213- [⏸ not started] Node groups
13- - [⏸ not started] ``ConnectionPaintDelegate ``
1414- [⏸ not started] Check how styles work and what needs to be done. See old pull-requests
1515- [☝ help needed] Python bindings. Maybe a wrapper using Shiboken
1616 - Python examples
You can’t perform that action at this time.
0 commit comments