summaryrefslogtreecommitdiffstats
path: root/src/widgets/CMakeLists.txt
diff options
context:
space:
mode:
authorJon A. Cruz <jon@joncruz.org>2010-03-21 18:18:51 +0000
committerJon A. Cruz <jon@joncruz.org>2010-03-21 18:18:51 +0000
commit82949ec0ff9e9b2a4f6da18e9bb10a3c7cdbafa1 (patch)
tree89821d0da2dc62a60682e7988b120f0625828539 /src/widgets/CMakeLists.txt
parentFix build with poppler >= 0.12.2 (diff)
downloadinkscape-82949ec0ff9e9b2a4f6da18e9bb10a3c7cdbafa1.tar.gz
inkscape-82949ec0ff9e9b2a4f6da18e9bb10a3c7cdbafa1.zip
Edit single-stop "swatch"/"solid" gradients in-place in the F&S dialog.
(bzr r9218)
Diffstat (limited to 'src/widgets/CMakeLists.txt')
-rw-r--r--src/widgets/CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/widgets/CMakeLists.txt b/src/widgets/CMakeLists.txt
index 45f013f16..9af325926 100644
--- a/src/widgets/CMakeLists.txt
+++ b/src/widgets/CMakeLists.txt
@@ -29,8 +29,9 @@ spw-utilities.cpp
sp-xmlview-attr-list.cpp
sp-xmlview-content.cpp
sp-xmlview-tree.cpp
+swatch-selector.cpp
toolbox.cpp
)
ADD_LIBRARY(widgets STATIC ${widgets_SRC})
TARGET_LINK_LIBRARIES(widgets
-2geom ${INKSCAPE_LIBS}) \ No newline at end of file
+2geom ${INKSCAPE_LIBS})