diff options
| author | Tavmjong Bah <tavmjong@free.fr> | 2019-06-27 11:52:11 +0000 |
|---|---|---|
| committer | Tavmjong Bah <tavmjong@free.fr> | 2019-06-29 12:01:19 +0000 |
| commit | c57475e562adf85fe6e09a2601d8f46fdc0490b6 (patch) | |
| tree | 404ea4db42eef5087f8807960cb94a4c5753d9bb /src/ui/CMakeLists.txt | |
| parent | Update Ukrainian translation (diff) | |
| download | inkscape-c57475e562adf85fe6e09a2601d8f46fdc0490b6.tar.gz inkscape-c57475e562adf85fe6e09a2601d8f46fdc0490b6.zip | |
Reimplement ruler in C++.
Diffstat (limited to 'src/ui/CMakeLists.txt')
| -rw-r--r-- | src/ui/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ui/CMakeLists.txt b/src/ui/CMakeLists.txt index c72f4c695..8bd586c4b 100644 --- a/src/ui/CMakeLists.txt +++ b/src/ui/CMakeLists.txt @@ -181,6 +181,7 @@ set(ui_SRC widget/imagetoggler.cpp widget/ink-color-wheel.cpp widget/ink-flow-box.cpp + widget/ink-ruler.cpp widget/ink-spinscale.cpp widget/insertordericon.cpp widget/label-tool-item.cpp @@ -417,6 +418,7 @@ set(ui_SRC widget/imagetoggler.h widget/ink-color-wheel.h widget/ink-flow-box.h + widget/ink-ruler.h widget/ink-spinscale.h widget/label-tool-item.h widget/labelled.h |
