diff options
| author | Jabier Arraiza <jabier.arraiza@marker.es> | 2018-12-24 15:23:15 +0000 |
|---|---|---|
| committer | Jabiertxof <jabier.arraiza@marker.es> | 2018-12-26 11:46:57 +0000 |
| commit | 96df1f7a31391aa42e29727133d6741ac909a6ef (patch) | |
| tree | e7a121061d6e0a9dc0dc123b6a618e1f3bec878c /src | |
| parent | Fix Tav inputs (diff) | |
| download | inkscape-96df1f7a31391aa42e29727133d6741ac909a6ef.tar.gz inkscape-96df1f7a31391aa42e29727133d6741ac909a6ef.zip | |
fix CNakeLists.txt
Diffstat (limited to 'src')
| -rw-r--r-- | src/ui/CMakeLists.txt | 46 |
1 files changed, 23 insertions, 23 deletions
diff --git a/src/ui/CMakeLists.txt b/src/ui/CMakeLists.txt index 40b50ada5..e432ee02f 100644 --- a/src/ui/CMakeLists.txt +++ b/src/ui/CMakeLists.txt @@ -7,14 +7,14 @@ set(ui_SRC draw-anchor.cpp icon-loader.cpp interface.cpp - monitor.cpp + monitor.cpp previewholder.cpp selected-color.cpp shape-editor.cpp shape-editor-knotholders.cpp tool-factory.cpp tools-switch.cpp - util.cpp + util.cpp uxmanager.cpp cache/svg_preview_cache.cpp @@ -84,8 +84,8 @@ set(ui_SRC dialog/calligraphic-profile-rename.cpp dialog/clonetiler.cpp dialog/color-item.cpp - dialog/attrdialog.cpp - dialog/cssdialog.cpp + dialog/attrdialog.cpp + dialog/cssdialog.cpp dialog/debug.cpp dialog/desktop-tracker.cpp dialog/dialog-manager.cpp @@ -99,7 +99,7 @@ set(ui_SRC dialog/filedialog.cpp dialog/filedialogimpl-gtkmm.cpp dialog/fill-and-stroke.cpp - dialog/filter-editor.cpp + dialog/filter-editor.cpp dialog/filter-effects-dialog.cpp dialog/find.cpp dialog/floating-behavior.cpp @@ -130,7 +130,7 @@ set(ui_SRC dialog/print.cpp dialog/prototype.cpp dialog/spellcheck.cpp - dialog/styledialog.cpp + dialog/styledialog.cpp dialog/svg-fonts-dialog.cpp dialog/swatches.cpp dialog/symbols.cpp @@ -142,7 +142,7 @@ set(ui_SRC dialog/transformation.cpp dialog/undo-history.cpp dialog/xml-tree.cpp - dialog/save-template-dialog.cpp + dialog/save-template-dialog.cpp widget/iconrenderer.cpp widget/alignment-selector.cpp @@ -157,21 +157,21 @@ set(ui_SRC widget/color-scales.cpp widget/color-slider.cpp widget/color-wheel-selector.cpp - widget/dash-selector.cpp + widget/dash-selector.cpp widget/dock-item.cpp widget/dock.cpp widget/entity-entry.cpp widget/entry.cpp widget/filter-effect-chooser.cpp widget/font-button.cpp - widget/font-selector.cpp - widget/font-selector-toolbar.cpp + widget/font-selector.cpp + widget/font-selector-toolbar.cpp widget/font-variants.cpp widget/font-variations.cpp widget/frame.cpp widget/highlight-picker.cpp widget/imagetoggler.cpp - widget/ink-color-wheel.cpp + widget/ink-color-wheel.cpp widget/ink-flow-box.cpp widget/ink-select-one-action.cpp widget/ink-spinscale.cpp @@ -221,14 +221,14 @@ set(ui_SRC icon-names.h icon-loader.h interface.h - monitor.h + monitor.h previewable.h previewholder.h selected-color.h shape-editor.h tool-factory.h tools-switch.h - util.h + util.h uxmanager.h cache/svg_preview_cache.h @@ -240,8 +240,8 @@ set(ui_SRC dialog/calligraphic-profile-rename.h dialog/clonetiler.h dialog/color-item.h - dialog/attrdialog.h - dialog/cssdialog.h + dialog/attrdialog.h + dialog/cssdialog.h dialog/debug.h dialog/desktop-tracker.h dialog/dialog-manager.h @@ -256,7 +256,7 @@ set(ui_SRC dialog/filedialogimpl-gtkmm.h dialog/filedialogimpl-win32.h dialog/fill-and-stroke.h - dialog/filter-editor.h + dialog/filter-editor.h dialog/filter-effects-dialog.h dialog/find.h dialog/floating-behavior.h @@ -288,7 +288,7 @@ set(ui_SRC dialog/print.h dialog/prototype.h dialog/spellcheck.h - dialog/styledialog.h + dialog/styledialog.h dialog/svg-fonts-dialog.h dialog/swatches.h dialog/symbols.h @@ -382,23 +382,23 @@ set(ui_SRC widget/color-slider.h widget/color-wheel-selector.h widget/combo-enums.h - widget/dash-selector.h + widget/dash-selector.h widget/dock-item.h widget/dock.h widget/entity-entry.h widget/entry.h widget/filter-effect-chooser.h widget/font-button.h - widget/font-selector.h - widget/font-selector-toolbar.h + widget/font-selector.h + widget/font-selector-toolbar.h widget/font-variants.h - widget/font-variations.h + widget/font-variations.h widget/frame.h widget/highlight-picker.h widget/insertordericon.h widget/imagetoggler.h - widget/ink-color-wheel.h - widget/ink-flow-box.h + widget/ink-color-wheel.h + widget/ink-flow-box.h widget/ink-select-one-action.h widget/ink-spinscale.h widget/labelled.h |
