summaryrefslogtreecommitdiffstats
path: root/src/ui/widget
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2011-06-12 18:27:29 +0000
committerCampbell Barton <ideasman42@gmail.com>2011-06-12 18:27:29 +0000
commit0ddedab9c6185028661dcaaac9f6fbca4c9e93fc (patch)
treebbc7867e964a5b358b7b144df7c434941f7f06bf /src/ui/widget
parentsupport python3.x for other i18n scripts (diff)
downloadinkscape-0ddedab9c6185028661dcaaac9f6fbca4c9e93fc.tar.gz
inkscape-0ddedab9c6185028661dcaaac9f6fbca4c9e93fc.zip
work in progress cmake commit:
- cmake now builds all files that automake does but does NOT link yet - inlcudes nasty hard coded paths and libs (will replace once linking works) (bzr r10272)
Diffstat (limited to 'src/ui/widget')
-rw-r--r--src/ui/widget/CMakeLists.txt81
1 files changed, 42 insertions, 39 deletions
diff --git a/src/ui/widget/CMakeLists.txt b/src/ui/widget/CMakeLists.txt
index ffc94c299..c81ea5e24 100644
--- a/src/ui/widget/CMakeLists.txt
+++ b/src/ui/widget/CMakeLists.txt
@@ -1,40 +1,43 @@
-SET(ui_widget_SRC
-button.cpp
-color-picker.cpp
-color-preview.cpp
-combo-text.cpp
-dock.cpp
-dock-item.cpp
-entity-entry.cpp
-entry.cpp
-filter-effect-chooser.cpp
-handlebox.cpp
-icon-widget.cpp
-imageicon.cpp
-imagetoggler.cpp
-labelled.cpp
-licensor.cpp
-notebook-page.cpp
-object-composite-settings.cpp
-page-sizer.cpp
-panel.cpp
-point.cpp
-preferences-widget.cpp
-random.cpp
-registered-widget.cpp
-registry.cpp
-rendering-options.cpp
-rotateable.cpp
-ruler.cpp
-scalar.cpp
-scalar-unit.cpp
-selected-style.cpp
-spin-slider.cpp
-style-subject.cpp
-style-swatch.cpp
-svg-canvas.cpp
-tolerance-slider.cpp
-toolbox.cpp
-unit-menu.cpp
-zoom-status.cpp
+set(ui_widget_SRC
+ button.cpp
+ color-picker.cpp
+ color-preview.cpp
+ combo-text.cpp
+ dock-item.cpp
+ dock.cpp
+ entity-entry.cpp
+ entry.cpp
+ filter-effect-chooser.cpp
+ handlebox.cpp
+ icon-widget.cpp
+ imageicon.cpp
+ imagetoggler.cpp
+ labelled.cpp
+ layer-selector.cpp
+ licensor.cpp
+ notebook-page.cpp
+ object-composite-settings.cpp
+ page-sizer.cpp
+ panel.cpp
+ point.cpp
+ preferences-widget.cpp
+ random.cpp
+ registered-widget.cpp
+ registry.cpp
+ rendering-options.cpp
+ rotateable.cpp
+ ruler.cpp
+ scalar-unit.cpp
+ scalar.cpp
+ selected-style.cpp
+ spin-slider.cpp
+ spinbutton.cpp
+ style-subject.cpp
+ style-swatch.cpp
+ svg-canvas.cpp
+ text.cpp
+ tolerance-slider.cpp
+ toolbox.cpp
+ unit-menu.cpp
+ zoom-status.cpp
)