diff options
| author | Alexander Valavanis <valavanisalex@gmail.com> | 2019-01-26 12:47:11 +0000 |
|---|---|---|
| committer | Alexander Valavanis <valavanisalex@gmail.com> | 2019-01-26 12:47:11 +0000 |
| commit | 446e7f8587cc990df79c0c5626f26276800b01d6 (patch) | |
| tree | d18d1fa910d85d2c893e131db021277d620e5640 /src/ui/CMakeLists.txt | |
| parent | Fix inverted up/down when moving last point placed by pen tool (diff) | |
| download | inkscape-446e7f8587cc990df79c0c5626f26276800b01d6.tar.gz inkscape-446e7f8587cc990df79c0c5626f26276800b01d6.zip | |
RectToolbar: GtkAction migration (first pass)
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 46978d87a..e3291f6de 100644 --- a/src/ui/CMakeLists.txt +++ b/src/ui/CMakeLists.txt @@ -180,6 +180,7 @@ set(ui_SRC widget/ink-select-one-action.cpp widget/ink-spinscale.cpp widget/insertordericon.cpp + widget/label-tool-item.cpp widget/labelled.cpp widget/layer-selector.cpp widget/layertypeicon.cpp @@ -411,6 +412,7 @@ set(ui_SRC widget/ink-flow-box.h widget/ink-select-one-action.h widget/ink-spinscale.h + widget/label-tool-item.h widget/labelled.h widget/layer-selector.h widget/layertypeicon.h |
