summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLiam P. White <inkscapebrony@gmail.com>2014-10-05 18:32:08 +0000
committerLiam P. White <inkscapebrony@gmail.com>2014-10-05 18:32:08 +0000
commit0a9152515fe0a64b0fa1f2735d30dbaf577add6d (patch)
tree356c467ddef85a76c7660981f0c2fc32a5080b7b /src
parentMove GtkAction subclasses to widgets/ (diff)
downloadinkscape-0a9152515fe0a64b0fa1f2735d30dbaf577add6d.tar.gz
inkscape-0a9152515fe0a64b0fa1f2735d30dbaf577add6d.zip
Fix CMakeLists
(bzr r13341.1.250)
Diffstat (limited to 'src')
-rw-r--r--src/CMakeLists.txt13
-rw-r--r--src/ui/CMakeLists.txt2
-rw-r--r--src/widgets/CMakeLists.txt10
3 files changed, 14 insertions, 11 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 34f06ed99..1cd2ff3a6 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -42,6 +42,7 @@ set(sp_SRC
sp-line.cpp
sp-linear-gradient.cpp
sp-lpe-item.cpp
+ sp-marker.cpp
sp-mask.cpp
sp-mesh-array.cpp
sp-mesh-gradient.cpp
@@ -125,6 +126,7 @@ set(sp_SRC
sp-line.h
sp-linear-gradient.h
sp-lpe-item.h
+ sp-marker.h
sp-marker-loc.h
sp-mask.h
sp-mesh-array.h
@@ -191,10 +193,7 @@ set(inkscape_SRC
document.cpp
doxygen-main.cpp
draw-anchor.cpp
- ege-adjustment-action.cpp
ege-color-prof-tracker.cpp
- ege-output-action.cpp
- ege-select-one-action.cpp
event-log.cpp
extract-uri.cpp
file.cpp
@@ -210,8 +209,6 @@ set(inkscape_SRC
help.cpp
id-clash.cpp
# ige-mac-menu.c
- ink-action.cpp
- ink-comboboxentry-action.cpp
inkscape.cpp
inkscape.rc
interface.cpp
@@ -225,7 +222,6 @@ set(inkscape_SRC
line-geometry.cpp
line-snapper.cpp
main-cmdlineact.cpp
- marker.cpp
media.cpp
message-context.cpp
message-stack.cpp
@@ -314,10 +310,7 @@ set(inkscape_SRC
document-undo.h
document.h
draw-anchor.h
- ege-adjustment-action.h
ege-color-prof-tracker.h
- ege-output-action.h
- ege-select-one-action.h
enums.h
event-log.h
event.h
@@ -344,8 +337,6 @@ set(inkscape_SRC
icon-size.h
id-clash.h
# ige-mac-menu.h
- ink-action.h
- ink-comboboxentry-action.h
inkscape-private.h
inkscape-version.h
inkscape.h
diff --git a/src/ui/CMakeLists.txt b/src/ui/CMakeLists.txt
index 56908f58e..0f6e560d2 100644
--- a/src/ui/CMakeLists.txt
+++ b/src/ui/CMakeLists.txt
@@ -3,6 +3,7 @@ set(ui_SRC
clipboard.cpp
control-manager.cpp
dialog-events.cpp
+ interface.cpp
previewholder.cpp
uxmanager.cpp
@@ -159,6 +160,7 @@ set(ui_SRC
control-types.h
dialog-events.h
icon-names.h
+ interface.h
previewable.h
previewfillable.h
previewholder.h
diff --git a/src/widgets/CMakeLists.txt b/src/widgets/CMakeLists.txt
index fe4433153..072b905a2 100644
--- a/src/widgets/CMakeLists.txt
+++ b/src/widgets/CMakeLists.txt
@@ -24,6 +24,9 @@ set(widgets_SRC
desktop-widget.cpp
eek-preview.cpp
ege-paint-def.cpp
+ ege-adjustment-action.cpp
+ ege-output-action.cpp
+ ege-select-one-action.cpp
fill-style.cpp
font-selector.cpp
gradient-image.cpp
@@ -31,6 +34,8 @@ set(widgets_SRC
gradient-toolbar.cpp
gradient-vector.cpp
icon.cpp
+ ink-action.cpp
+ ink-comboboxentry-action.cpp
paint-selector.cpp
ruler.cpp
select-toolbar.cpp
@@ -80,6 +85,9 @@ set(widgets_SRC
desktop-widget.h
eek-preview.h
ege-paint-def.h
+ ege-adjustment-action.h
+ ege-output-action.h
+ ege-select-one-action.h
fill-n-stroke-factory.h
fill-style.h
font-selector.h
@@ -88,6 +96,8 @@ set(widgets_SRC
gradient-toolbar.h
gradient-vector.h
icon.h
+ ink-action.h
+ ink-comboboxentry-action.h
paint-selector.h
ruler.h
select-toolbar.h