diff options
| author | Jabier Arraiza <jabier.arraiza@marker.es> | 2018-12-24 13:19:30 +0000 |
|---|---|---|
| committer | Jabiertxof <jabier.arraiza@marker.es> | 2018-12-26 11:46:56 +0000 |
| commit | bc0ad0c871071256edca595cc45d9ec040ae621c (patch) | |
| tree | c1706e8836ba37fd45b15e8d2177a4d70b628360 /src/ui/CMakeLists.txt | |
| parent | fix crash with missing image xlink:href attribute (diff) | |
| download | inkscape-bc0ad0c871071256edca595cc45d9ec040ae621c.tar.gz inkscape-bc0ad0c871071256edca595cc45d9ec040ae621c.zip | |
Add inkFlowBox widget and apply to XML inspector
Diffstat (limited to 'src/ui/CMakeLists.txt')
| -rw-r--r-- | src/ui/CMakeLists.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/ui/CMakeLists.txt b/src/ui/CMakeLists.txt index 699f85304..f4d5640bd 100644 --- a/src/ui/CMakeLists.txt +++ b/src/ui/CMakeLists.txt @@ -16,7 +16,6 @@ set(ui_SRC tools-switch.cpp util.cpp uxmanager.cpp - cache/svg_preview_cache.cpp tool/control-point-selection.cpp @@ -153,7 +152,7 @@ set(ui_SRC widget/color-icc-selector.cpp widget/color-notebook.cpp widget/color-picker.cpp - widget/color-preview.cpp icon-loader.cpp + widget/color-preview.cpp widget/color-scales.cpp widget/color-slider.cpp widget/color-wheel-selector.cpp @@ -172,6 +171,7 @@ set(ui_SRC widget/highlight-picker.cpp widget/imagetoggler.cpp widget/ink-color-wheel.cpp + widget/ink-flow-box.cpp widget/ink-select-one-action.cpp widget/ink-spinscale.cpp widget/insertordericon.cpp @@ -397,6 +397,7 @@ set(ui_SRC widget/insertordericon.h widget/imagetoggler.h widget/ink-color-wheel.h + widget/ink-flow-box.h widget/ink-select-one-action.h widget/ink-spinscale.h widget/labelled.h |
