diff options
| author | Campbell Barton <ideasman42@gmail.com> | 2013-09-19 21:38:24 +0000 |
|---|---|---|
| committer | Campbell Barton <ideasman42@gmail.com> | 2013-09-19 21:38:24 +0000 |
| commit | 044c350e4c0e27e97cb39dd6dbb25e7655c302d1 (patch) | |
| tree | 4ca96d37c866aa64394378d9bbd894a7f2ee42bb /src/ui | |
| parent | Show warning when input image of Trace Pixel Art dialog is too large. (diff) | |
| download | inkscape-044c350e4c0e27e97cb39dd6dbb25e7655c302d1.tar.gz inkscape-044c350e4c0e27e97cb39dd6dbb25e7655c302d1.zip | |
updates for cmake
(bzr r12547)
Diffstat (limited to 'src/ui')
| -rw-r--r-- | src/ui/CMakeLists.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ui/CMakeLists.txt b/src/ui/CMakeLists.txt index 233e01862..24324c874 100644 --- a/src/ui/CMakeLists.txt +++ b/src/ui/CMakeLists.txt @@ -175,6 +175,7 @@ set(ui_SRC dialog/object-properties.h dialog/ocaldialogs.h dialog/panel-dialog.h + dialog/pixelartdialog.h dialog/print-colors-preview-dialog.h dialog/print.h @@ -183,7 +184,7 @@ set(ui_SRC dialog/swatches.h dialog/symbols.h dialog/template-load-tab.h - dialog/template-widget.h + dialog/template-widget.h dialog/text-edit.h dialog/tile.h dialog/tracedialog.h |
