diff options
| author | Alexander Valavanis <valavanisalex@gmail.com> | 2018-12-22 16:44:40 +0000 |
|---|---|---|
| committer | Alexander Valavanis <valavanisalex@gmail.com> | 2018-12-22 16:44:40 +0000 |
| commit | 5020185f86d9fe14933b7bc6e4749fb7e559fbcd (patch) | |
| tree | dbadf1edbc59e115bba58bcfbc57a875a8ee0a37 /src/ui/CMakeLists.txt | |
| parent | pinch zoom gesture (diff) | |
| download | inkscape-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.txt | 2 |
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 |
