diff options
| author | Tavmjong Bah <tavmjong@free.fr> | 2018-04-26 08:42:21 +0000 |
|---|---|---|
| committer | Tavmjong Bah <tavmjong@free.fr> | 2018-04-26 08:42:21 +0000 |
| commit | 8d6e6db37f2fb58d4f3cfe8ca2827c0c4ae6c006 (patch) | |
| tree | 5d1b0110905cef04cc1078378d05011558c72389 /src/ui/CMakeLists.txt | |
| parent | CMake: put policies at the top before running any other code (diff) | |
| download | inkscape-8d6e6db37f2fb58d4f3cfe8ca2827c0c4ae6c006.tar.gz inkscape-8d6e6db37f2fb58d4f3cfe8ca2827c0c4ae6c006.zip | |
Add start of 'font-variations' widget.
Some code cleanup.
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 75f84e429..42ecab427 100644 --- a/src/ui/CMakeLists.txt +++ b/src/ui/CMakeLists.txt @@ -140,6 +140,7 @@ set(ui_SRC widget/font-selector.cpp widget/font-selector-toolbar.cpp widget/font-variants.cpp + widget/font-variations.cpp widget/frame.cpp widget/highlight-picker.cpp widget/imageicon.cpp @@ -336,6 +337,7 @@ set(ui_SRC widget/font-selector.h widget/font-selector-toolbar.h widget/font-variants.h + widget/font-variations.h widget/frame.h widget/highlight-picker.h widget/insertordericon.h |
