summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog
diff options
context:
space:
mode:
authorJohan B. C. Engelen <jbc.engelen@swissonline.ch>2008-03-30 17:22:12 +0000
committerjohanengelen <johanengelen@users.sourceforge.net>2008-03-30 17:22:12 +0000
commit66bac825285bb03e08fa354ac95dd61eacc3cf43 (patch)
treefc3a1e9b3b6ecf2f644d5b74927d8eeca45469ec /src/ui/dialog
parentadd CMakeLists.txt file for src/inkjar (diff)
downloadinkscape-66bac825285bb03e08fa354ac95dd61eacc3cf43.tar.gz
inkscape-66bac825285bb03e08fa354ac95dd61eacc3cf43.zip
add CMakeLists.txt file for src/ui and subdirs
(bzr r5240)
Diffstat (limited to 'src/ui/dialog')
-rw-r--r--src/ui/dialog/CMakeLists.txt74
1 files changed, 74 insertions, 0 deletions
diff --git a/src/ui/dialog/CMakeLists.txt b/src/ui/dialog/CMakeLists.txt
new file mode 100644
index 000000000..2453acfd6
--- /dev/null
+++ b/src/ui/dialog/CMakeLists.txt
@@ -0,0 +1,74 @@
+SET(ui_dialog_SRC
+aboutbox.cpp
+aboutbox.h
+align-and-distribute.cpp
+align-and-distribute.h
+behavior.h
+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
+filedialog.cpp
+filedialog.h
+filedialogimpl-gtkmm.cpp
+filedialogimpl-gtkmm.h
+filedialogimpl-win32.cpp
+filedialogimpl-win32.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
+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
+) \ No newline at end of file