Code

family name field on svgfonts dialog now properly saves attribute. Should do the...
[inkscape.git] / src / ui / dialog / CMakeLists.txt
index 2453acfd68010bf67441fdcca978e701ff5dab17..abdfa4dd8bead03388138e5c7d40f410e36b7183 100644 (file)
@@ -1,74 +1,45 @@
-SET(ui_dialog_SRC\r
-aboutbox.cpp\r
-aboutbox.h\r
-align-and-distribute.cpp\r
-align-and-distribute.h\r
-behavior.h\r
-dialog.cpp\r
-dialog.h\r
-dialog-manager.cpp\r
-dialog-manager.h\r
-dock-behavior.cpp\r
-dock-behavior.h\r
-document-metadata.cpp\r
-document-metadata.h\r
-document-properties.cpp\r
-document-properties.h\r
-export.cpp\r
-export.h\r
-extension-editor.cpp\r
-extension-editor.h\r
-filedialog.cpp\r
-filedialog.h\r
-filedialogimpl-gtkmm.cpp\r
-filedialogimpl-gtkmm.h\r
-filedialogimpl-win32.cpp\r
-filedialogimpl-win32.h\r
-fill-and-stroke.cpp\r
-fill-and-stroke.h\r
-filter-effects-dialog.cpp\r
-filter-effects-dialog.h\r
-find.cpp\r
-find.h\r
-floating-behavior.cpp\r
-floating-behavior.h\r
-inkscape-preferences.cpp\r
-inkscape-preferences.h\r
-input.cpp\r
-input.h\r
-layer-editor.cpp\r
-layer-editor.h\r
-livepatheffect-editor.cpp\r
-livepatheffect-editor.h\r
-memory.cpp\r
-memory.h\r
-messages.cpp\r
-messages.h\r
-ocaldialogs.cpp\r
-ocaldialogs.h\r
-panel-dialog.h\r
-print.cpp\r
-print.h\r
-scriptdialog.cpp\r
-scriptdialog.h\r
-session-player.cpp\r
-session-player.h\r
-text-properties.cpp\r
-text-properties.h\r
-tracedialog.cpp\r
-tracedialog.h\r
-transformation.cpp\r
-transformation.h\r
-tree-editor.cpp\r
-tree-editor.h\r
-undo-history.cpp\r
-undo-history.h\r
-whiteboard-connect.cpp\r
-whiteboard-connect.h\r
-whiteboard-sharewithchat.cpp\r
-whiteboard-sharewithchat.h\r
-whiteboard-sharewithuser.cpp\r
-whiteboard-sharewithuser.h\r
-xml-editor.cpp\r
-xml-editor.h\r
-)
\ No newline at end of file
+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
+dialog.cpp
+dialog-manager.cpp
+dock-behavior.cpp
+document-metadata.cpp
+document-properties.cpp
+export.cpp
+extension-editor.cpp
+filedialog.cpp
+filedialogimpl-gtkmm.cpp
+fill-and-stroke.cpp
+filter-effects-dialog.cpp
+find.cpp
+floating-behavior.cpp
+inkscape-preferences.cpp
+input.cpp
+layer-editor.cpp
+livepatheffect-editor.cpp
+memory.cpp
+messages.cpp
+ocaldialogs.cpp
+print.cpp
+scriptdialog.cpp
+#session-player.cpp
+text-properties.cpp
+tracedialog.cpp
+transformation.cpp
+tree-editor.cpp
+undo-history.cpp
+#whiteboard-connect.cpp
+#whiteboard-sharewithchat.cpp
+#whiteboard-sharewithuser.cpp
+xml-editor.cpp
+${ui_dialog_WIN32_SRC}
+)