diff options
| author | Alexander Valavanis <valavanisalex@gmail.com> | 2019-01-22 22:44:11 +0000 |
|---|---|---|
| committer | Alexander Valavanis <valavanisalex@gmail.com> | 2019-01-22 22:44:11 +0000 |
| commit | 72da9a0a50fe3e075e85636fce0942bf0a90d799 (patch) | |
| tree | e4bf16375312cedf63acd311ad1aeb000febde9e /src/ui/CMakeLists.txt | |
| parent | Merge branch 'master' of gitlab.com:inkscape/inkscape (diff) | |
| download | inkscape-72da9a0a50fe3e075e85636fce0942bf0a90d799.tar.gz inkscape-72da9a0a50fe3e075e85636fce0942bf0a90d799.zip | |
SelectToolbar: GtkAction migration
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 8cc446609..7125a4aa2 100644 --- a/src/ui/CMakeLists.txt +++ b/src/ui/CMakeLists.txt @@ -197,6 +197,7 @@ set(ui_SRC widget/scalar-unit.cpp widget/scalar.cpp widget/selected-style.cpp + widget/spin-button-tool-item.cpp widget/spin-scale.cpp widget/spin-slider.cpp widget/spinbutton.cpp @@ -427,6 +428,7 @@ set(ui_SRC widget/scalar-unit.h widget/scalar.h widget/selected-style.h + widget/spin-button-tool-item.h widget/spin-scale.h widget/spin-slider.h widget/spinbutton.h |
