diff options
| author | Alexander Valavanis <valavanisalex@gmail.com> | 2018-06-17 21:46:25 +0000 |
|---|---|---|
| committer | Alexander Valavanis <valavanisalex@gmail.com> | 2018-06-17 21:46:25 +0000 |
| commit | 860d9295fd3fd6b5ed8e7141651cda01b016d46c (patch) | |
| tree | 93f9e943625ba0f538839f8b2e0e7b732a8f542c /src/ui/CMakeLists.txt | |
| parent | Potential fix for FTBFS introduced in 60ecfba7 (diff) | |
| download | inkscape-860d9295fd3fd6b5ed8e7141651cda01b016d46c.tar.gz inkscape-860d9295fd3fd6b5ed8e7141651cda01b016d46c.zip | |
ZoomToolbar: C++ify and GtkAction 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 0374fad15..0ae3b8624 100644 --- a/src/ui/CMakeLists.txt +++ b/src/ui/CMakeLists.txt @@ -48,6 +48,7 @@ set(ui_SRC toolbar/spray-toolbar.cpp toolbar/star-toolbar.cpp toolbar/text-toolbar.cpp + toolbar/toolbar.cpp toolbar/tweak-toolbar.cpp toolbar/zoom-toolbar.cpp @@ -328,6 +329,7 @@ set(ui_SRC toolbar/spray-toolbar.h toolbar/star-toolbar.h toolbar/text-toolbar.h + toolbar/toolbar.h toolbar/tweak-toolbar.h toolbar/zoom-toolbar.h |
