summaryrefslogtreecommitdiffstats
path: root/src/ui/CMakeLists.txt
diff options
context:
space:
mode:
authorAlexander Valavanis <valavanisalex@gmail.com>2018-12-22 16:44:40 +0000
committerAlexander Valavanis <valavanisalex@gmail.com>2018-12-22 16:44:40 +0000
commit5020185f86d9fe14933b7bc6e4749fb7e559fbcd (patch)
treedbadf1edbc59e115bba58bcfbc57a875a8ee0a37 /src/ui/CMakeLists.txt
parentpinch zoom gesture (diff)
downloadinkscape-5020185f86d9fe14933b7bc6e4749fb7e559fbcd.tar.gz
inkscape-5020185f86d9fe14933b7bc6e4749fb7e559fbcd.zip
Move DashSelector to Inkscape::UI::Widget namespace
Diffstat (limited to 'src/ui/CMakeLists.txt')
-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 f0c0b2fe3..d95a5e748 100644
--- a/src/ui/CMakeLists.txt
+++ b/src/ui/CMakeLists.txt
@@ -157,6 +157,7 @@ set(ui_SRC
widget/color-scales.cpp
widget/color-slider.cpp
widget/color-wheel-selector.cpp
+ widget/dash-selector.cpp
widget/dock-item.cpp
widget/dock.cpp
widget/entity-entry.cpp
@@ -380,6 +381,7 @@ set(ui_SRC
widget/color-slider.h
widget/color-wheel-selector.h
widget/combo-enums.h
+ widget/dash-selector.h
widget/dock-item.h
widget/dock.h
widget/entity-entry.h