diff options
| author | Bryce Harrington <bryce@bryceharrington.org> | 2015-06-08 19:01:23 +0000 |
|---|---|---|
| committer | bryce <bryce@ubuntu.com> | 2015-06-08 19:01:23 +0000 |
| commit | 26236dee0e90bb23678a6b1ec52138c7f6dde32b (patch) | |
| tree | 6b10e6d5ca7392dccdf007531ea5414bb6a79b3f /src/ui/CMakeLists.txt | |
| parent | cmake: Ignore test harness and old build system files in consistency checks (diff) | |
| download | inkscape-26236dee0e90bb23678a6b1ec52138c7f6dde32b.tar.gz inkscape-26236dee0e90bb23678a6b1ec52138c7f6dde32b.zip | |
cmake: Add some missing header files to CMakeLists.txt
These were found by running cmake_consistency_check.py
(bzr r14198)
Diffstat (limited to 'src/ui/CMakeLists.txt')
| -rw-r--r-- | src/ui/CMakeLists.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ui/CMakeLists.txt b/src/ui/CMakeLists.txt index fbf25d039..58af7d935 100644 --- a/src/ui/CMakeLists.txt +++ b/src/ui/CMakeLists.txt @@ -226,6 +226,7 @@ set(ui_SRC dialog/livepatheffect-add.h dialog/livepatheffect-editor.h dialog/lpe-fillet-chamfer-properties.h + dialog/lpe-powerstroke-properties.h dialog/memory.h dialog/messages.h dialog/new-from-template.h @@ -242,6 +243,7 @@ set(ui_SRC dialog/svg-fonts-dialog.h dialog/swatches.h dialog/symbols.h + dialog/tags.h dialog/template-load-tab.h dialog/template-widget.h dialog/text-edit.h @@ -293,9 +295,11 @@ set(ui_SRC tools/tweak-tool.h tools/zoom-tool.h + widget/addtoicon.h widget/anchor-selector.h widget/attr-widget.h widget/button.h + widget/clipmaskicon.h widget/color-entry.h widget/color-icc-selector.h widget/color-notebook.h @@ -314,10 +318,13 @@ set(ui_SRC widget/frame.h widget/gimpspinscale.h widget/gimpcolorwheel.h + widget/highlight-picker.h + widget/insertordericon.h widget/imageicon.h widget/imagetoggler.h widget/labelled.h widget/layer-selector.h + widget/layertypeicon.h widget/licensor.h widget/notebook-page.h widget/object-composite-settings.h |
