summaryrefslogtreecommitdiffstats
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorTavmjong Bah <tavmjong@free.fr>2018-11-19 22:49:18 +0000
committerTavmjong Bah <tavmjong@free.fr>2018-11-19 22:49:18 +0000
commit9f666963e7f574c95d26082597e7ee5fbee9780b (patch)
tree901e704d42fbcc2f98b2970bdbc7da25a72e0736 /src/CMakeLists.txt
parentFix --help descriptions of "--actions", "--query-id", " and "--export-id". (diff)
downloadinkscape-9f666963e7f574c95d26082597e7ee5fbee9780b.tar.gz
inkscape-9f666963e7f574c95d26082597e7ee5fbee9780b.zip
Allow any valid Verb to be used in "--actions".
Rename "select" action to "select-via-id". Add "select-via-class", "select-via-element", "select-via-selector", and "select-clear" actions.
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index e2ccea569..9117122df 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -285,6 +285,10 @@ set(main_SRC
inkscape-application.cpp
actions/actions-base.h
actions/actions-base.cpp
+ actions/actions-helper.h
+ actions/actions-helper.cpp
+ actions/actions-selection.h
+ actions/actions-selection.cpp
)
set(view_SRC
inkview-main.cpp