diff options
| author | Tavmjong Bah <tavmjong@free.fr> | 2018-10-28 17:07:34 +0000 |
|---|---|---|
| committer | Tavmjong Bah <tavmjong@free.fr> | 2018-11-04 09:37:02 +0000 |
| commit | 422ea274ba9ed5b038c767bceead4c38d8d78152 (patch) | |
| tree | dbe228fdc5e4fdd99ec70a9ca1bb98e50fee69b2 /src/CMakeLists.txt | |
| parent | Merge branch 'fix-knot-selection' of gitlab.com:ao2/inkscape (diff) | |
| download | inkscape-422ea274ba9ed5b038c767bceead4c38d8d78152.tar.gz inkscape-422ea274ba9ed5b038c767bceead4c38d8d78152.zip | |
Rewrite of inkview using InkApplication (Gtk::Application).
Use Gio::File for accessing files.
Use Gio options to handle command line arguments.
Use Gio::Action's.
Use Gtk::Builder for control window.
Only create SPDocument when requested for display and then cache it (should speed up start-up).
Diffstat (limited to 'src/CMakeLists.txt')
| -rw-r--r-- | src/CMakeLists.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 920674a93..9daea38bb 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -86,7 +86,6 @@ set(inkscape_SRC sp-item-notify-moveto.cpp style-internal.cpp style.cpp - svg-view-slideshow.cpp svg-view-widget.cpp svg-view.cpp text-chemistry.cpp @@ -207,7 +206,6 @@ set(inkscape_SRC style-internal.h style.h svg-profile.h - svg-view-slideshow.h svg-view-widget.h svg-view.h syseq.h @@ -285,9 +283,11 @@ set(inkscape_SRC # ----------------------------------------------------------------------------- set(main_SRC main.cpp) set(view_SRC - inkview.cpp - inkview-options-group.cpp - inkview-options-group.h + inkview-main.cpp + inkview-application.h + inkview-application.cpp + inkview-window.h + inkview-window.cpp ) if(WIN32) |
