Code

Merge from fe-moved
[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 debug.cpp
13 dialog.cpp
14 dialog-manager.cpp
15 dock-behavior.cpp
16 document-metadata.cpp
17 document-properties.cpp
18 export.cpp
19 extension-editor.cpp
20 filedialog.cpp
21 filedialogimpl-gtkmm.cpp
22 fill-and-stroke.cpp
23 filter-effects-dialog.cpp
24 find.cpp
25 floating-behavior.cpp
26 inkscape-preferences.cpp
27 input.cpp
28 layer-editor.cpp
29 livepatheffect-editor.cpp
30 memory.cpp
31 messages.cpp
32 ocaldialogs.cpp
33 print.cpp
34 scriptdialog.cpp
35 #session-player.cpp
36 text-properties.cpp
37 tile.cpp
38 tracedialog.cpp
39 transformation.cpp
40 tree-editor.cpp
41 undo-history.cpp
42 #whiteboard-connect.cpp
43 #whiteboard-sharewithchat.cpp
44 #whiteboard-sharewithuser.cpp
45 xml-editor.cpp
46 ${ui_dialog_WIN32_SRC}
47 )