diff options
| author | Alexander Valavanis <valavanisalex@gmail.com> | 2019-06-05 19:30:04 +0000 |
|---|---|---|
| committer | Alexander Valavanis <valavanisalex@gmail.com> | 2019-06-05 19:30:04 +0000 |
| commit | eed14fb877f4bee4d59c622d8186f87b895bff54 (patch) | |
| tree | 524435fc6a3bd5bd08416468b147492930dc107d /src/ui/CMakeLists.txt | |
| parent | TextToolbar: Migrate FontStyle widget (diff) | |
| download | inkscape-eed14fb877f4bee4d59c622d8186f87b895bff54.tar.gz inkscape-eed14fb877f4bee4d59c622d8186f87b895bff54.zip | |
Finish TextToolbar migration
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 ce5befc87..d4f906836 100644 --- a/src/ui/CMakeLists.txt +++ b/src/ui/CMakeLists.txt @@ -162,6 +162,7 @@ set(ui_SRC widget/color-scales.cpp widget/color-slider.cpp widget/color-wheel-selector.cpp + widget/combo-box-entry-tool-item.cpp widget/combo-tool-item.cpp widget/dash-selector.cpp widget/dock-item.cpp @@ -395,6 +396,7 @@ set(ui_SRC widget/color-slider.h widget/color-wheel-selector.h widget/combo-enums.h + widget/combo-box-entry-tool-item.h widget/combo-tool-item.h widget/dash-selector.h widget/dock-item.h |
