Code

display waiting cursor; move credits to a page of its own
[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 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 livepatheffect-editor.cpp
28 memory.cpp
29 messages.cpp
30 ocaldialogs.cpp
31 print.cpp
32 scriptdialog.cpp
33 #session-player.cpp
34 tile.cpp
35 tracedialog.cpp
36 transformation.cpp
37 undo-history.cpp
38 #whiteboard-connect.cpp
39 #whiteboard-sharewithchat.cpp
40 #whiteboard-sharewithuser.cpp
41 ${ui_dialog_WIN32_SRC}
42 )