summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsu_v <suv-sf@users.sourceforge.net>2015-05-12 20:23:05 +0000
committer~suv <suv-sf@users.sourceforge.net>2015-05-12 20:23:05 +0000
commit5f3d8bb9fbfefd83502fed2c8a7b2a2909a92059 (patch)
treef6cc53cd9229d2efef1c0313f43dff62ec0fa418
parentGUI for font-variant-xxx, parse 'font-variant-ligatures'. This is a work in p... (diff)
downloadinkscape-5f3d8bb9fbfefd83502fed2c8a7b2a2909a92059.tar.gz
inkscape-5f3d8bb9fbfefd83502fed2c8a7b2a2909a92059.zip
cmake: fix build with new GUI for font-variant-xxx (r14148)
(bzr r14149)
-rw-r--r--src/ui/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ui/CMakeLists.txt b/src/ui/CMakeLists.txt
index 991d11feb..164d74156 100644
--- a/src/ui/CMakeLists.txt
+++ b/src/ui/CMakeLists.txt
@@ -122,6 +122,7 @@ set(ui_SRC
widget/entity-entry.cpp
widget/entry.cpp
widget/filter-effect-chooser.cpp
+ widget/font-variants.cpp
widget/frame.cpp
widget/gimpcolorwheel.c
widget/gimpspinscale.c
@@ -295,6 +296,7 @@ set(ui_SRC
widget/entity-entry.h
widget/entry.h
widget/filter-effect-chooser.h
+ widget/font-variants.h
widget/frame.h
widget/gimpspinscale.h
widget/gimpcolorwheel.h