diff options
| author | s-ol <s-ol@users.noreply.github.com> | 2019-12-01 20:41:31 +0000 |
|---|---|---|
| committer | s-ol <s-ol@users.noreply.github.com> | 2019-12-01 20:41:31 +0000 |
| commit | 93f74e8d761c1ac04d0800765f5185243cf907a0 (patch) | |
| tree | a5d8d1be6408a810c0b054d35bfccdbebdfccfb6 /src/ui/CMakeLists.txt | |
| parent | add api and input modules for the livecoding tool (diff) | |
| download | inkscape-93f74e8d761c1ac04d0800765f5185243cf907a0.tar.gz inkscape-93f74e8d761c1ac04d0800765f5185243cf907a0.zip | |
add basic livecode toolbar
Diffstat (limited to 'src/ui/CMakeLists.txt')
| -rw-r--r-- | src/ui/CMakeLists.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ui/CMakeLists.txt b/src/ui/CMakeLists.txt index 8c911fd59..99def5902 100644 --- a/src/ui/CMakeLists.txt +++ b/src/ui/CMakeLists.txt @@ -44,6 +44,7 @@ set(ui_SRC toolbar/dropper-toolbar.cpp toolbar/eraser-toolbar.cpp toolbar/gradient-toolbar.cpp + toolbar/livecode-toolbar.cpp toolbar/lpe-toolbar.cpp toolbar/measure-toolbar.cpp toolbar/mesh-toolbar.cpp @@ -71,6 +72,7 @@ set(ui_SRC tools/flood-tool.cpp tools/freehand-base.cpp tools/gradient-tool.cpp + tools/livecode-tool.cpp tools/lpe-tool.cpp tools/measure-tool.cpp tools/mesh-tool.cpp @@ -86,7 +88,6 @@ set(ui_SRC tools/tool-base.cpp tools/tweak-tool.cpp tools/zoom-tool.cpp - tools/livecode-tool.cpp dialog/aboutbox.cpp dialog/align-and-distribute.cpp |
