Code

Cleanup of device internal handling and API.
[inkscape.git] / src / ui / dialog / CMakeLists.txt
index b36afce459e822595d45442b6e7574ebadc08fb3..98c4a47bb0a7f48fa50073ab03549017b22fdf41 100644 (file)
@@ -1,81 +1,45 @@
 IF(WIN32)
 SET(ui_dialog_WIN32_SRC
 filedialogimpl-win32.cpp
-filedialogimpl-win32.h)
+)
 ELSEIF(WIN32)
     SET(ui_dialog_WIN32_SRC)
 ENDIF(WIN32)
 
 SET(ui_dialog_SRC
 aboutbox.cpp
-aboutbox.h
 align-and-distribute.cpp
-align-and-distribute.h
-behavior.h
+color-item.cpp
+debug.cpp
 dialog.cpp
-dialog.h
 dialog-manager.cpp
-dialog-manager.h
 dock-behavior.cpp
-dock-behavior.h
 document-metadata.cpp
-document-metadata.h
 document-properties.cpp
-document-properties.h
-export.cpp
-export.h
 extension-editor.cpp
-extension-editor.h
+eek-preview.cpp
+ege-paint-def.cpp
 filedialog.cpp
-filedialog.h
 filedialogimpl-gtkmm.cpp
-filedialogimpl-gtkmm.h
 fill-and-stroke.cpp
-fill-and-stroke.h
 filter-effects-dialog.cpp
-filter-effects-dialog.h
 find.cpp
-find.h
 floating-behavior.cpp
-floating-behavior.h
 inkscape-preferences.cpp
-inkscape-preferences.h
 input.cpp
-input.h
-layer-editor.cpp
-layer-editor.h
 livepatheffect-editor.cpp
-livepatheffect-editor.h
 memory.cpp
-memory.h
 messages.cpp
-messages.h
 ocaldialogs.cpp
-ocaldialogs.h
-panel-dialog.h
 print.cpp
-print.h
 scriptdialog.cpp
-scriptdialog.h
 #session-player.cpp
-#session-player.h
-text-properties.cpp
-text-properties.h
+tile.cpp
 tracedialog.cpp
-tracedialog.h
 transformation.cpp
-transformation.h
-tree-editor.cpp
-tree-editor.h
 undo-history.cpp
-undo-history.h
 #whiteboard-connect.cpp
-#whiteboard-connect.h
 #whiteboard-sharewithchat.cpp
-#whiteboard-sharewithchat.h
 #whiteboard-sharewithuser.cpp
-#whiteboard-sharewithuser.h
-xml-editor.cpp
-xml-editor.h
 ${ui_dialog_WIN32_SRC}
 )