diff options
| author | Campbell Barton <ideasman42@gmail.com> | 2012-10-03 01:45:35 +0000 |
|---|---|---|
| committer | Campbell Barton <ideasman42@gmail.com> | 2012-10-03 01:45:35 +0000 |
| commit | b8dd00deba5585ff33528d46028fbfa12ec9b2fe (patch) | |
| tree | c58a971ae67b4aa6c3fe5f6c2b722581bb6e3f73 /src | |
| parent | add ENABLE_POPPLER cmake build option - if you had poppler there was no way t... (diff) | |
| download | inkscape-b8dd00deba5585ff33528d46028fbfa12ec9b2fe.tar.gz inkscape-b8dd00deba5585ff33528d46028fbfa12ec9b2fe.zip | |
add missing source files
(bzr r11727)
Diffstat (limited to 'src')
| -rw-r--r-- | src/extension/CMakeLists.txt | 4 | ||||
| -rw-r--r-- | src/ui/CMakeLists.txt | 7 |
2 files changed, 11 insertions, 0 deletions
diff --git a/src/extension/CMakeLists.txt b/src/extension/CMakeLists.txt index 5761b1e8b..e1f04fa10 100644 --- a/src/extension/CMakeLists.txt +++ b/src/extension/CMakeLists.txt @@ -41,6 +41,7 @@ set(extension_SRC internal/gdkpixbuf-input.cpp internal/gimpgrad.cpp internal/grid.cpp + internal/image-resolution.cpp internal/latex-pstricks.cpp internal/latex-pstricks-out.cpp internal/odf.cpp @@ -50,6 +51,7 @@ set(extension_SRC internal/javafx-out.cpp internal/svg.cpp internal/svgz.cpp + internal/vsd-input.cpp internal/filter/filter-all.cpp internal/filter/filter-file.cpp @@ -129,6 +131,7 @@ set(extension_SRC internal/gdkpixbuf-input.h internal/gimpgrad.h internal/grid.h + internal/image-resolution.h internal/javafx-out.h internal/latex-pstricks-out.h internal/latex-pstricks.h @@ -141,6 +144,7 @@ set(extension_SRC internal/pov-out.h internal/svg.h internal/svgz.h + internal/vsd-input.h script/InkscapeScript.h ) diff --git a/src/ui/CMakeLists.txt b/src/ui/CMakeLists.txt index b3bcb3fdd..ec7782302 100644 --- a/src/ui/CMakeLists.txt +++ b/src/ui/CMakeLists.txt @@ -42,6 +42,7 @@ set(ui_SRC dialog/filter-effects-dialog.cpp dialog/find.cpp dialog/floating-behavior.cpp + dialog/font-substitution.cpp dialog/glyphs.cpp dialog/guides.cpp dialog/icon-preview.cpp @@ -82,6 +83,7 @@ set(ui_SRC widget/entry.cpp widget/filter-effect-chooser.cpp widget/frame.cpp + widget/gimpspinscale.c widget/imageicon.cpp widget/imagetoggler.cpp widget/labelled.cpp @@ -101,6 +103,7 @@ set(ui_SRC widget/scalar-unit.cpp widget/scalar.cpp widget/selected-style.cpp + widget/spin-scale.cpp widget/spin-slider.cpp widget/spinbutton.cpp widget/style-subject.cpp @@ -117,6 +120,7 @@ set(ui_SRC # Headers clipboard.h control-manager.h + control-types.h icon-names.h previewable.h previewfillable.h @@ -148,6 +152,7 @@ set(ui_SRC dialog/filter-effects-dialog.h dialog/find.h dialog/floating-behavior.h + dialog/font-substitution.h dialog/glyphs.h dialog/guides.h dialog/icon-preview.h @@ -204,6 +209,7 @@ set(ui_SRC widget/entry.h widget/filter-effect-chooser.h widget/frame.h + widget/gimpspinscale.h widget/imageicon.h widget/imagetoggler.h widget/labelled.h @@ -224,6 +230,7 @@ set(ui_SRC widget/scalar-unit.h widget/scalar.h widget/selected-style.h + widget/spin-scale.h widget/spin-slider.h widget/spinbutton.h widget/style-subject.h |
