Code

family name field on svgfonts dialog now properly saves attribute. Should do the...
[inkscape.git] / src / ui / dialog / CMakeLists.txt
1 IF(WIN32)
2 SET(ui_dialog_WIN32_SRC
3 filedialogimpl-win32.cpp
4 )
5 ELSEIF(WIN32)
6     SET(ui_dialog_WIN32_SRC)
7 ENDIF(WIN32)
9 SET(ui_dialog_SRC
10 aboutbox.cpp
11 align-and-distribute.cpp
12 dialog.cpp
13 dialog-manager.cpp
14 dock-behavior.cpp
15 document-metadata.cpp
16 document-properties.cpp
17 export.cpp
18 extension-editor.cpp
19 filedialog.cpp
20 filedialogimpl-gtkmm.cpp
21 fill-and-stroke.cpp
22 filter-effects-dialog.cpp
23 find.cpp
24 floating-behavior.cpp
25 inkscape-preferences.cpp
26 input.cpp
27 layer-editor.cpp
28 livepatheffect-editor.cpp
29 memory.cpp
30 messages.cpp
31 ocaldialogs.cpp
32 print.cpp
33 scriptdialog.cpp
34 #session-player.cpp
35 text-properties.cpp
36 tracedialog.cpp
37 transformation.cpp
38 tree-editor.cpp
39 undo-history.cpp
40 #whiteboard-connect.cpp
41 #whiteboard-sharewithchat.cpp
42 #whiteboard-sharewithuser.cpp
43 xml-editor.cpp
44 ${ui_dialog_WIN32_SRC}
45 )