Skip to content

Commit c1de70e

Browse files
committed
Update docs
1 parent 56a5066 commit c1de70e

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

README.rst

+6
Original file line numberDiff line numberDiff 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+
116122
Linux
117123
-----
118124

docs/development.rst

+1-1
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)