summaryrefslogtreecommitdiffstats
path: root/src/ui
diff options
context:
space:
mode:
authorJohan B. C. Engelen <jbc.engelen@swissonline.ch>2008-04-07 19:59:47 +0000
committerjohanengelen <johanengelen@users.sourceforge.net>2008-04-07 19:59:47 +0000
commit4a468922d5df27258cfde33955dd47618b057603 (patch)
treeca89827a39d9bc71a6f587ffc3bb71d0612a6aec /src/ui
parentcmake: generate config files in CMAKE_BINARY_DIR instead of CMAKE_CURRENT_BIN... (diff)
downloadinkscape-4a468922d5df27258cfde33955dd47618b057603.tar.gz
inkscape-4a468922d5df27258cfde33955dd47618b057603.zip
cmake: EOL of cmakelists.txt in subdirs
(bzr r5379)
Diffstat (limited to 'src/ui')
-rw-r--r--src/ui/CMakeLists.txt62
-rw-r--r--src/ui/cache/CMakeLists.txt6
-rw-r--r--src/ui/dialog/CMakeLists.txt146
-rw-r--r--src/ui/view/CMakeLists.txt40
-rw-r--r--src/ui/widget/CMakeLists.txt156
5 files changed, 205 insertions, 205 deletions
diff --git a/src/ui/CMakeLists.txt b/src/ui/CMakeLists.txt
index 3838ada64..a5ea14e8d 100644
--- a/src/ui/CMakeLists.txt
+++ b/src/ui/CMakeLists.txt
@@ -1,31 +1,31 @@
-SET(ui_SRC
-clipboard.cpp
-clipboard.h
-context-menu.cpp
-context-menu.h
-icons.cpp
-icons.h
-previewable.h
-previewfillable.h
-previewholder.cpp
-previewholder.h
-stock.cpp
-stock.h
-stock-items.cpp
-stock-items.h
-${ui_cache_SRC}
-${ui_dialog_SRC}
-${ui_view_SRC}
-${ui_widget_SRC}
-)
-# Add New folders in src folder here
-SET(uifolders
-cache
-dialog
-view
-widget
-)
-
-FOREACH(uidirlist ${uifolders})
-ADD_SUBDIRECTORY(${uidirlist})
-ENDFOREACH(uidirlist)
+SET(ui_SRC
+clipboard.cpp
+clipboard.h
+context-menu.cpp
+context-menu.h
+icons.cpp
+icons.h
+previewable.h
+previewfillable.h
+previewholder.cpp
+previewholder.h
+stock.cpp
+stock.h
+stock-items.cpp
+stock-items.h
+${ui_cache_SRC}
+${ui_dialog_SRC}
+${ui_view_SRC}
+${ui_widget_SRC}
+)
+# Add New folders in src folder here
+SET(uifolders
+cache
+dialog
+view
+widget
+)
+
+FOREACH(uidirlist ${uifolders})
+ADD_SUBDIRECTORY(${uidirlist})
+ENDFOREACH(uidirlist)
diff --git a/src/ui/cache/CMakeLists.txt b/src/ui/cache/CMakeLists.txt
index 20d28cd45..632c8840d 100644
--- a/src/ui/cache/CMakeLists.txt
+++ b/src/ui/cache/CMakeLists.txt
@@ -1,4 +1,4 @@
-SET(ui_cache_SRC
-svg_preview_cache.cpp
-svg_preview_cache.h
+SET(ui_cache_SRC
+svg_preview_cache.cpp
+svg_preview_cache.h
) \ No newline at end of file
diff --git a/src/ui/dialog/CMakeLists.txt b/src/ui/dialog/CMakeLists.txt
index 2453acfd6..6cc7fd999 100644
--- a/src/ui/dialog/CMakeLists.txt
+++ b/src/ui/dialog/CMakeLists.txt
@@ -1,74 +1,74 @@
-SET(ui_dialog_SRC
-aboutbox.cpp
-aboutbox.h
-align-and-distribute.cpp
-align-and-distribute.h
-behavior.h
-dialog.cpp
-dialog.h
-dialog-manager.cpp
-dialog-manager.h
-dock-behavior.cpp
-dock-behavior.h
-document-metadata.cpp
-document-metadata.h
-document-properties.cpp
-document-properties.h
-export.cpp
-export.h
-extension-editor.cpp
-extension-editor.h
-filedialog.cpp
-filedialog.h
-filedialogimpl-gtkmm.cpp
-filedialogimpl-gtkmm.h
-filedialogimpl-win32.cpp
-filedialogimpl-win32.h
-fill-and-stroke.cpp
-fill-and-stroke.h
-filter-effects-dialog.cpp
-filter-effects-dialog.h
-find.cpp
-find.h
-floating-behavior.cpp
-floating-behavior.h
-inkscape-preferences.cpp
-inkscape-preferences.h
-input.cpp
-input.h
-layer-editor.cpp
-layer-editor.h
-livepatheffect-editor.cpp
-livepatheffect-editor.h
-memory.cpp
-memory.h
-messages.cpp
-messages.h
-ocaldialogs.cpp
-ocaldialogs.h
-panel-dialog.h
-print.cpp
-print.h
-scriptdialog.cpp
-scriptdialog.h
-session-player.cpp
-session-player.h
-text-properties.cpp
-text-properties.h
-tracedialog.cpp
-tracedialog.h
-transformation.cpp
-transformation.h
-tree-editor.cpp
-tree-editor.h
-undo-history.cpp
-undo-history.h
-whiteboard-connect.cpp
-whiteboard-connect.h
-whiteboard-sharewithchat.cpp
-whiteboard-sharewithchat.h
-whiteboard-sharewithuser.cpp
-whiteboard-sharewithuser.h
-xml-editor.cpp
-xml-editor.h
+SET(ui_dialog_SRC
+aboutbox.cpp
+aboutbox.h
+align-and-distribute.cpp
+align-and-distribute.h
+behavior.h
+dialog.cpp
+dialog.h
+dialog-manager.cpp
+dialog-manager.h
+dock-behavior.cpp
+dock-behavior.h
+document-metadata.cpp
+document-metadata.h
+document-properties.cpp
+document-properties.h
+export.cpp
+export.h
+extension-editor.cpp
+extension-editor.h
+filedialog.cpp
+filedialog.h
+filedialogimpl-gtkmm.cpp
+filedialogimpl-gtkmm.h
+filedialogimpl-win32.cpp
+filedialogimpl-win32.h
+fill-and-stroke.cpp
+fill-and-stroke.h
+filter-effects-dialog.cpp
+filter-effects-dialog.h
+find.cpp
+find.h
+floating-behavior.cpp
+floating-behavior.h
+inkscape-preferences.cpp
+inkscape-preferences.h
+input.cpp
+input.h
+layer-editor.cpp
+layer-editor.h
+livepatheffect-editor.cpp
+livepatheffect-editor.h
+memory.cpp
+memory.h
+messages.cpp
+messages.h
+ocaldialogs.cpp
+ocaldialogs.h
+panel-dialog.h
+print.cpp
+print.h
+scriptdialog.cpp
+scriptdialog.h
+session-player.cpp
+session-player.h
+text-properties.cpp
+text-properties.h
+tracedialog.cpp
+tracedialog.h
+transformation.cpp
+transformation.h
+tree-editor.cpp
+tree-editor.h
+undo-history.cpp
+undo-history.h
+whiteboard-connect.cpp
+whiteboard-connect.h
+whiteboard-sharewithchat.cpp
+whiteboard-sharewithchat.h
+whiteboard-sharewithuser.cpp
+whiteboard-sharewithuser.h
+xml-editor.cpp
+xml-editor.h
) \ No newline at end of file
diff --git a/src/ui/view/CMakeLists.txt b/src/ui/view/CMakeLists.txt
index e264d910a..d80cac587 100644
--- a/src/ui/view/CMakeLists.txt
+++ b/src/ui/view/CMakeLists.txt
@@ -1,21 +1,21 @@
-SET(ui_view_SRC
-desktop.cpp
-desktop.h
-desktop-affine.cpp
-desktop-affine.h
-desktop-events.cpp
-desktop-events.h
-desktop-handles.cpp
-desktop-handles.h
-desktop-style.cpp
-desktop-style.h
-edit.cpp
-edit.h
-edit-widget.cpp
-edit-widget.h
-edit-widget-interface.h
-view.cpp
-view.h
-view-widget.cpp
-view-widget.h
+SET(ui_view_SRC
+desktop.cpp
+desktop.h
+desktop-affine.cpp
+desktop-affine.h
+desktop-events.cpp
+desktop-events.h
+desktop-handles.cpp
+desktop-handles.h
+desktop-style.cpp
+desktop-style.h
+edit.cpp
+edit.h
+edit-widget.cpp
+edit-widget.h
+edit-widget-interface.h
+view.cpp
+view.h
+view-widget.cpp
+view-widget.h
) \ No newline at end of file
diff --git a/src/ui/widget/CMakeLists.txt b/src/ui/widget/CMakeLists.txt
index 9675064fa..44c626cd5 100644
--- a/src/ui/widget/CMakeLists.txt
+++ b/src/ui/widget/CMakeLists.txt
@@ -1,79 +1,79 @@
-SET(ui_widget_SRC
-attr-widget.h
-button.cpp
-button.h
-color-picker.cpp
-color-picker.h
-color-preview.cpp
-color-preview.h
-combo-enums.h
-combo-text.cpp
-combo-text.h
-dock.cpp
-dock.h
-dock-item.cpp
-dock-item.h
-entity-entry.cpp
-entity-entry.h
-entry.cpp
-entry.h
-filter-effect-chooser.cpp
-filter-effect-chooser.h
-handlebox.cpp
-handlebox.h
-icon-widget.cpp
-icon-widget.h
-imageicon.cpp
-imageicon.h
-labelled.cpp
-labelled.h
-licensor.cpp
-licensor.h
-notebook-page.cpp
-notebook-page.h
-object-composite-settings.cpp
-object-composite-settings.h
-page-sizer.cpp
-page-sizer.h
-panel.cpp
-panel.h
-point.cpp
-point.h
-preferences-widget.cpp
-preferences-widget.h
-random.cpp
-random.h
-registered-enums.h
-registered-widget.cpp
-registered-widget.h
-registry.cpp
-registry.h
-rendering-options.cpp
-rendering-options.h
-rotateable.cpp
-rotateable.h
-ruler.cpp
-ruler.h
-scalar.cpp
-scalar.h
-scalar-unit.cpp
-scalar-unit.h
-selected-style.cpp
-selected-style.h
-spin-slider.cpp
-spin-slider.h
-style-subject.cpp
-style-subject.h
-style-swatch.cpp
-style-swatch.h
-svg-canvas.cpp
-svg-canvas.h
-tolerance-slider.cpp
-tolerance-slider.h
-toolbox.cpp
-toolbox.h
-unit-menu.cpp
-unit-menu.h
-zoom-status.cpp
-zoom-status.h
+SET(ui_widget_SRC
+attr-widget.h
+button.cpp
+button.h
+color-picker.cpp
+color-picker.h
+color-preview.cpp
+color-preview.h
+combo-enums.h
+combo-text.cpp
+combo-text.h
+dock.cpp
+dock.h
+dock-item.cpp
+dock-item.h
+entity-entry.cpp
+entity-entry.h
+entry.cpp
+entry.h
+filter-effect-chooser.cpp
+filter-effect-chooser.h
+handlebox.cpp
+handlebox.h
+icon-widget.cpp
+icon-widget.h
+imageicon.cpp
+imageicon.h
+labelled.cpp
+labelled.h
+licensor.cpp
+licensor.h
+notebook-page.cpp
+notebook-page.h
+object-composite-settings.cpp
+object-composite-settings.h
+page-sizer.cpp
+page-sizer.h
+panel.cpp
+panel.h
+point.cpp
+point.h
+preferences-widget.cpp
+preferences-widget.h
+random.cpp
+random.h
+registered-enums.h
+registered-widget.cpp
+registered-widget.h
+registry.cpp
+registry.h
+rendering-options.cpp
+rendering-options.h
+rotateable.cpp
+rotateable.h
+ruler.cpp
+ruler.h
+scalar.cpp
+scalar.h
+scalar-unit.cpp
+scalar-unit.h
+selected-style.cpp
+selected-style.h
+spin-slider.cpp
+spin-slider.h
+style-subject.cpp
+style-subject.h
+style-swatch.cpp
+style-swatch.h
+svg-canvas.cpp
+svg-canvas.h
+tolerance-slider.cpp
+tolerance-slider.h
+toolbox.cpp
+toolbox.h
+unit-menu.cpp
+unit-menu.h
+zoom-status.cpp
+zoom-status.h
) \ No newline at end of file