diff options
| author | Liam P. White <inkscapebrony@gmail.com> | 2014-10-05 18:32:08 +0000 |
|---|---|---|
| committer | Liam P. White <inkscapebrony@gmail.com> | 2014-10-05 18:32:08 +0000 |
| commit | 0a9152515fe0a64b0fa1f2735d30dbaf577add6d (patch) | |
| tree | 356c467ddef85a76c7660981f0c2fc32a5080b7b /src/widgets | |
| parent | Move GtkAction subclasses to widgets/ (diff) | |
| download | inkscape-0a9152515fe0a64b0fa1f2735d30dbaf577add6d.tar.gz inkscape-0a9152515fe0a64b0fa1f2735d30dbaf577add6d.zip | |
Fix CMakeLists
(bzr r13341.1.250)
Diffstat (limited to 'src/widgets')
| -rw-r--r-- | src/widgets/CMakeLists.txt | 10 |
1 files changed, 10 insertions, 0 deletions
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 |
