blob: ea63d602334ade8c6b7af6a96ed09ab9256829a0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
|
IF(WIN32)
SET(ui_dialog_WIN32_SRC
filedialogimpl-win32.cpp
)
ELSEIF(WIN32)
SET(ui_dialog_WIN32_SRC)
ENDIF(WIN32)
SET(ui_dialog_SRC
aboutbox.cpp
align-and-distribute.cpp
debug.cpp
dialog.cpp
dialog-manager.cpp
dock-behavior.cpp
document-metadata.cpp
document-properties.cpp
extension-editor.cpp
eek-preview.cpp
ege-paint-def.cpp
filedialog.cpp
filedialogimpl-gtkmm.cpp
fill-and-stroke.cpp
filter-effects-dialog.cpp
find.cpp
floating-behavior.cpp
inkscape-preferences.cpp
input.cpp
livepatheffect-editor.cpp
memory.cpp
messages.cpp
ocaldialogs.cpp
print.cpp
scriptdialog.cpp
#session-player.cpp
tile.cpp
tracedialog.cpp
transformation.cpp
undo-history.cpp
#whiteboard-connect.cpp
#whiteboard-sharewithchat.cpp
#whiteboard-sharewithuser.cpp
${ui_dialog_WIN32_SRC}
)
|