diff options
| author | Tavmjong Bah <tavmjong@free.fr> | 2019-01-25 09:36:53 +0000 |
|---|---|---|
| committer | Tavmjong Bah <tavmjong@free.fr> | 2019-01-25 09:36:53 +0000 |
| commit | 2c971690777ca2dca936245569bae9dfb76513e8 (patch) | |
| tree | 2a921d8d89a98483ae5dfeaf45a035e68bb373fb /src/ui/CMakeLists.txt | |
| parent | SelectToolbar: cleanup unused (diff) | |
| download | inkscape-2c971690777ca2dca936245569bae9dfb76513e8.tar.gz inkscape-2c971690777ca2dca936245569bae9dfb76513e8.zip | |
Rewrite main menu bar code:
Convert to GTKMM.
General cleanup.
Move to dedicated files.
Diffstat (limited to 'src/ui/CMakeLists.txt')
| -rw-r--r-- | src/ui/CMakeLists.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ui/CMakeLists.txt b/src/ui/CMakeLists.txt index 7125a4aa2..46978d87a 100644 --- a/src/ui/CMakeLists.txt +++ b/src/ui/CMakeLists.txt @@ -21,6 +21,8 @@ set(ui_SRC cache/svg_preview_cache.cpp + desktop/menubar.cpp + tool/control-point-selection.cpp tool/control-point.cpp tool/curve-drag-point.cpp @@ -239,6 +241,8 @@ set(ui_SRC cache/svg_preview_cache.h + desktop/menubar.cpp + dialog/aboutbox.h dialog/align-and-distribute.h dialog/arrange-tab.h |
