diff options
| author | Alexander Valavanis <valavanisalex@gmail.com> | 2019-01-22 01:31:41 +0000 |
|---|---|---|
| committer | Alexander Valavanis <valavanisalex@gmail.com> | 2019-01-22 01:31:41 +0000 |
| commit | 355d673e61eae70c5e83f6d2e09997047b248ddd (patch) | |
| tree | bb9918e932562e6337da499f0ca82b86b28a0b5a /src/ui/CMakeLists.txt | |
| parent | Tidy more memory mgmt in toolbars (diff) | |
| download | inkscape-355d673e61eae70c5e83f6d2e09997047b248ddd.tar.gz inkscape-355d673e61eae70c5e83f6d2e09997047b248ddd.zip | |
Tidy up toolbox utilities
Diffstat (limited to 'src/ui/CMakeLists.txt')
| -rw-r--r-- | src/ui/CMakeLists.txt | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/ui/CMakeLists.txt b/src/ui/CMakeLists.txt index 35e6a99fe..8cc446609 100644 --- a/src/ui/CMakeLists.txt +++ b/src/ui/CMakeLists.txt @@ -9,6 +9,7 @@ set(ui_SRC icon-loader.cpp interface.cpp monitor.cpp + pref-pusher.cpp previewholder.cpp selected-color.cpp shape-editor.cpp @@ -224,14 +225,15 @@ set(ui_SRC icon-names.h icon-loader.h interface.h - monitor.h + monitor.h + pref-pusher.h previewable.h previewholder.h selected-color.h shape-editor.h tool-factory.h tools-switch.h - util.h + util.h uxmanager.h cache/svg_preview_cache.h |
