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/ui/CMakeLists.txt | |
| 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/ui/CMakeLists.txt')
| -rw-r--r-- | src/ui/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
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 |
