diff options
| author | Joshua L. Blocher <verbalshadow@gmail.com> | 2008-06-24 06:32:23 +0000 |
|---|---|---|
| committer | verbalshadow <verbalshadow@users.sourceforge.net> | 2008-06-24 06:32:23 +0000 |
| commit | f53151e0184975e4331f5e981f57e32148379d74 (patch) | |
| tree | 90c2086e058777c2b464844e14fa61bca3dfc91c /src/ui/dialog | |
| parent | delivarotify, render with cairo; regression: cairo cannot do inverse (diff) | |
| download | inkscape-f53151e0184975e4331f5e981f57e32148379d74.tar.gz inkscape-f53151e0184975e4331f5e981f57e32148379d74.zip | |
Cmake: remove header files from source lists
(bzr r6046)
Diffstat (limited to 'src/ui/dialog')
| -rw-r--r-- | src/ui/dialog/CMakeLists.txt | 38 |
1 files changed, 1 insertions, 37 deletions
diff --git a/src/ui/dialog/CMakeLists.txt b/src/ui/dialog/CMakeLists.txt index b36afce45..abdfa4dd8 100644 --- a/src/ui/dialog/CMakeLists.txt +++ b/src/ui/dialog/CMakeLists.txt @@ -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 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 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 ${ui_dialog_WIN32_SRC} ) |
