diff options
| author | Campbell Barton <ideasman42@gmail.com> | 2012-03-11 19:41:41 +0000 |
|---|---|---|
| committer | Campbell Barton <ideasman42@gmail.com> | 2012-03-11 19:41:41 +0000 |
| commit | a34848ae222ed61bba1f6d09933ad535f32665bb (patch) | |
| tree | 5d82365fb38349431966c868b4ae81a706032a49 /src/ui | |
| parent | Updated Russian translation (diff) | |
| download | inkscape-a34848ae222ed61bba1f6d09933ad535f32665bb.tar.gz inkscape-a34848ae222ed61bba1f6d09933ad535f32665bb.zip | |
add missing files to cmake.
(bzr r11069)
Diffstat (limited to 'src/ui')
| -rw-r--r-- | src/ui/CMakeLists.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ui/CMakeLists.txt b/src/ui/CMakeLists.txt index e50bc31ec..484edc6e2 100644 --- a/src/ui/CMakeLists.txt +++ b/src/ui/CMakeLists.txt @@ -48,6 +48,7 @@ set(ui_SRC dialog/input.cpp dialog/layer-properties.cpp dialog/layers.cpp + dialog/livepatheffect-add.cpp dialog/livepatheffect-editor.cpp dialog/memory.cpp dialog/messages.cpp @@ -57,6 +58,7 @@ set(ui_SRC dialog/print-colors-preview-dialog.cpp dialog/print.cpp dialog/scriptdialog.cpp + dialog/xml-tree.cpp # dialog/session-player.cpp dialog/spellcheck.cpp dialog/svg-fonts-dialog.cpp @@ -156,6 +158,7 @@ set(ui_SRC dialog/input.h dialog/layer-properties.h dialog/layers.h + dialog/livepatheffect-add.h dialog/livepatheffect-editor.h dialog/memory.h dialog/messages.h @@ -174,6 +177,7 @@ set(ui_SRC dialog/tracedialog.h dialog/transformation.h dialog/undo-history.h + dialog/xml-tree.h tool/commit-events.h tool/control-point-selection.h |
