From e4e5be8b36fc8aa242094be5d179caeb242aa0d0 Mon Sep 17 00:00:00 2001 From: "Joshua L. Blocher" Date: Mon, 28 Apr 2008 00:55:12 +0000 Subject: Cmake: Fixed issues with pedro not linking correctly (bzr r5534) --- src/dialogs/CMakeLists.txt | 27 +++++++++++++++++++++++++-- 1 file changed, 25 insertions(+), 2 deletions(-) (limited to 'src/dialogs') 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}) -- cgit v1.2.3