Code

merge
[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 extension-editor.cpp
19 eek-preview.cpp
20 ege-paint-def.cpp
21 filedialog.cpp
22 filedialogimpl-gtkmm.cpp
23 fill-and-stroke.cpp
24 filter-effects-dialog.cpp
25 find.cpp
26 floating-behavior.cpp
27 inkscape-preferences.cpp
28 input.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 tile.cpp
37 tracedialog.cpp
38 transformation.cpp
39 undo-history.cpp
40 #whiteboard-connect.cpp
41 #whiteboard-sharewithchat.cpp
42 #whiteboard-sharewithuser.cpp
43 ${ui_dialog_WIN32_SRC}
44 )