Code

Fix bug #552289 - Ungrouping objects changes position of arrow lines. This was due...
[inkscape.git] / src / dialogs / CMakeLists.txt
1 SET(dialogs_SRC
2 clonetiler.cpp
3 dialog-events.cpp
4 export.cpp
5 extensions.cpp
6 fill-style.cpp
7 find.cpp
8 guidelinedialog.cpp
9 iconpreview.cpp
10 in-dt-coordsys.cpp
11 item-properties.cpp
12 layer-properties.cpp
13 layers-panel.cpp
14 object-attributes.cpp
15 rdf.cpp
16 sp-attribute-widget.cpp
17 stroke-style.cpp
18 swatches.cpp
19 text-edit.cpp
20 unclump.cpp
21 xml-tree.cpp
22 )
23 ADD_LIBRARY(dialogs STATIC ${dialogs_SRC})
24 TARGET_LINK_LIBRARIES(dialogs
25 2geom ${INKSCAPE_LIBS})