diff options
| author | Tavmjong Bah <tavmjong@free.fr> | 2018-11-06 18:25:30 +0000 |
|---|---|---|
| committer | Tavmjong Bah <tavmjong@free.fr> | 2018-11-06 18:25:30 +0000 |
| commit | 77f8d590d64320f587907322eb2aa9f88457e8c6 (patch) | |
| tree | d67777bb24f895f71528b1ff28971adb788d768f /src/ui/CMakeLists.txt | |
| parent | simple fix in french translation (diff) | |
| download | inkscape-77f8d590d64320f587907322eb2aa9f88457e8c6.tar.gz inkscape-77f8d590d64320f587907322eb2aa9f88457e8c6.zip | |
C++ify SVGViewWidget. Remove unused code.
Diffstat (limited to 'src/ui/CMakeLists.txt')
| -rw-r--r-- | src/ui/CMakeLists.txt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/ui/CMakeLists.txt b/src/ui/CMakeLists.txt index e4d2e2576..62bf701e1 100644 --- a/src/ui/CMakeLists.txt +++ b/src/ui/CMakeLists.txt @@ -199,6 +199,8 @@ set(ui_SRC widget/unit-menu.cpp widget/unit-tracker.cpp + view/svg-view.cpp + view/svg-view-widget.cpp view/view.cpp view/view-widget.cpp @@ -422,8 +424,10 @@ set(ui_SRC widget/unit-tracker.h view/edit-widget-interface.h - view/view-widget.h + view/svg-view.h + view/svg-view-widget.h view/view.h + view/view-widget.h ) if(WIN32) |
