diff options
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}) |
