File tree 2 files changed +7
-1
lines changed
2 files changed +7
-1
lines changed 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:
113
113
or
114
114
mkdir build && cd build && cmake .. -DUSE_QT6=off
115
115
116
+ For building a static lib use:
117
+
118
+ ::
119
+
120
+ cmake .. -BUILD_SHARED_LIBS=off
121
+
116
122
Linux
117
123
-----
118
124
Original file line number Diff line number Diff line change @@ -7,10 +7,10 @@ Development Progress
7
7
- [✅ done] Dynamic ports
8
8
- [✅ done] ``AbstractNodeGeometry ``, ``AbstractNodePainter ``
9
9
- [✅ done] Website with documentation
10
+ - [✅] ``ConnectionPaintDelegate ``
10
11
- [➡️ work in progress] Unit-Tests
11
12
- [➡️ work in progress] Ctrl+D for copying and inserting a selection duplicate
12
13
- [⏸ not started] Node groups
13
- - [⏸ not started] ``ConnectionPaintDelegate ``
14
14
- [⏸ not started] Check how styles work and what needs to be done. See old pull-requests
15
15
- [☝ help needed] Python bindings. Maybe a wrapper using Shiboken
16
16
- Python examples
You can’t perform that action at this time.
0 commit comments