diff options
| author | Joshua L. Blocher <verbalshadow@gmail.com> | 2008-04-28 00:55:12 +0000 |
|---|---|---|
| committer | verbalshadow <verbalshadow@users.sourceforge.net> | 2008-04-28 00:55:12 +0000 |
| commit | e4e5be8b36fc8aa242094be5d179caeb242aa0d0 (patch) | |
| tree | 1090fb273fdb6a04814a06eddb590e15e98bb391 /src/dialogs | |
| parent | Update inkscape-filter.svg with newer version (diff) | |
| download | inkscape-e4e5be8b36fc8aa242094be5d179caeb242aa0d0.tar.gz inkscape-e4e5be8b36fc8aa242094be5d179caeb242aa0d0.zip | |
Cmake: Fixed issues with pedro not linking correctly
(bzr r5534)
Diffstat (limited to 'src/dialogs')
| -rw-r--r-- | src/dialogs/CMakeLists.txt | 27 |
1 files changed, 25 insertions, 2 deletions
diff --git a/src/dialogs/CMakeLists.txt b/src/dialogs/CMakeLists.txt index 892abe342..d8737f7a4 100644 --- a/src/dialogs/CMakeLists.txt +++ b/src/dialogs/CMakeLists.txt @@ -1,29 +1,52 @@ SET(dialogs clonetiler.cpp +clonetiler.h debugdialog.cpp +debugdialog.h dialog-events.cpp +dialog-events.h eek-color-def.cpp +eek-color-def.h eek-preview.cpp +eek-preview.h export.cpp +export.h extensions.cpp +extensions.h fill-style.cpp +fill-style.h find.cpp +find.h guidelinedialog.cpp +guidelinedialog.h iconpreview.cpp +iconpreview.h in-dt-coordsys.cpp +in-dt-coordsys.h input.cpp +input.h item-properties.cpp +item-properties.h layer-properties.cpp +layer-properties.h layers-panel.cpp +layers-panel.h object-attributes.cpp +object-attributes.h rdf.cpp +rdf.h sp-attribute-widget.cpp +sp-attribute-widget.h stroke-style.cpp +stroke-style.h swatches.cpp +swatches.h text-edit.cpp +text-edit.h tiledialog.cpp +tiledialog.h unclump.cpp +unclump.h xml-tree.cpp +xml-tree.h ) - -ADD_LIBRARY(inkdialogs STATIC ${dialogs}) |
