Code

Cmake: Fix some undefined function calls
[inkscape.git] / src / ui / dialog / CMakeLists.txt
1 IF(WIN32)
2 SET(ui_dialog_WIN32_SRC
3 filedialogimpl-win32.cpp
4 filedialogimpl-win32.h)
5 ELSEIF(WIN32)
6     SET(ui_dialog_WIN32_SRC)
7 ENDIF(WIN32)
9 SET(ui_dialog_SRC
10 aboutbox.cpp
11 aboutbox.h
12 align-and-distribute.cpp
13 align-and-distribute.h
14 behavior.h
15 dialog.cpp
16 dialog.h
17 dialog-manager.cpp
18 dialog-manager.h
19 dock-behavior.cpp
20 dock-behavior.h
21 document-metadata.cpp
22 document-metadata.h
23 document-properties.cpp
24 document-properties.h
25 export.cpp
26 export.h
27 extension-editor.cpp
28 extension-editor.h
29 filedialog.cpp
30 filedialog.h
31 filedialogimpl-gtkmm.cpp
32 filedialogimpl-gtkmm.h
33 fill-and-stroke.cpp
34 fill-and-stroke.h
35 filter-effects-dialog.cpp
36 filter-effects-dialog.h
37 find.cpp
38 find.h
39 floating-behavior.cpp
40 floating-behavior.h
41 inkscape-preferences.cpp
42 inkscape-preferences.h
43 input.cpp
44 input.h
45 layer-editor.cpp
46 layer-editor.h
47 livepatheffect-editor.cpp
48 livepatheffect-editor.h
49 memory.cpp
50 memory.h
51 messages.cpp
52 messages.h
53 ocaldialogs.cpp
54 ocaldialogs.h
55 panel-dialog.h
56 print.cpp
57 print.h
58 scriptdialog.cpp
59 scriptdialog.h
60 #session-player.cpp
61 #session-player.h
62 text-properties.cpp
63 text-properties.h
64 tracedialog.cpp
65 tracedialog.h
66 transformation.cpp
67 transformation.h
68 tree-editor.cpp
69 tree-editor.h
70 undo-history.cpp
71 undo-history.h
72 #whiteboard-connect.cpp
73 #whiteboard-connect.h
74 #whiteboard-sharewithchat.cpp
75 #whiteboard-sharewithchat.h
76 #whiteboard-sharewithuser.cpp
77 #whiteboard-sharewithuser.h
78 xml-editor.cpp
79 xml-editor.h
80 ${ui_dialog_WIN32_SRC}
81 )