summaryrefslogtreecommitdiffstats
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorMarc Jeanmougin <marc@jeanmougin.fr>2017-02-05 19:24:08 +0000
committerMarc Jeanmougin <marcjeanmougin@free.fr>2017-02-05 19:24:08 +0000
commit6947ff531840b67cafd4c7931e6b7bb9ceaf7d70 (patch)
treee648223cc925b2fbe62b7063262eed68f3463541 /src/CMakeLists.txt
parentadd missing header (diff)
downloadinkscape-6947ff531840b67cafd4c7931e6b7bb9ceaf7d70.tar.gz
inkscape-6947ff531840b67cafd4c7931e6b7bb9ceaf7d70.zip
forward-port from 0.92.x the line height conversion from <.92 to >=.92
Code written by su_v in python as an extension, ported to c++ by Mc, some fixes added by bryce. http://bazaar.launchpad.net/~inkscape.dev/inkscape/0.92.x/revision/15338 http://bazaar.launchpad.net/~inkscape.dev/inkscape/0.92.x/revision/15339 http://bazaar.launchpad.net/~inkscape.dev/inkscape/0.92.x/revision/15350 http://bazaar.launchpad.net/~inkscape.dev/inkscape/0.92.x/revision/15351 Option to disable it is called --no-convert-text-baseline-spacing The terminology "convert" is chosen as a jargon word to be used for all such legacy file conversions. The "--no-XXX" naming style is adopted from the convention used by other software such as GIMP. (bzr r15481)
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 47aa02ef1..bb45ffa4a 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -200,6 +200,7 @@ set(inkscape_SRC
event-log.cpp
extract-uri.cpp
file.cpp
+ file-update.cpp
filter-chemistry.cpp
filter-enums.cpp
gc-anchored.cpp