From 8d6e6db37f2fb58d4f3cfe8ca2827c0c4ae6c006 Mon Sep 17 00:00:00 2001 From: Tavmjong Bah Date: Thu, 26 Apr 2018 10:42:21 +0200 Subject: Add start of 'font-variations' widget. Some code cleanup. --- src/ui/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/ui/CMakeLists.txt') 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 -- cgit v1.2.3