diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-05-06 10:40:20 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-05-06 10:40:20 +0900 |
| commit | 0f70373c8248ceb01d5a2791c81b076885c2fba8 (patch) | |
| tree | 64efb54274be10d87f282a6e68df0ec86f2007e9 /src/utilities | |
| parent | f8074c05d9a2ad3b4a4e44557222ad51539b7e79 (diff) | |
| download | digikam-0f70373c8248ceb01d5a2791c81b076885c2fba8.tar.gz digikam-0f70373c8248ceb01d5a2791c81b076885c2fba8.zip | |
Remove no longer used static libraries in cmake files
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/utilities')
| -rw-r--r-- | src/utilities/imageeditor/editor/CMakeLists.txt | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/src/utilities/imageeditor/editor/CMakeLists.txt b/src/utilities/imageeditor/editor/CMakeLists.txt index e327bdd0..7c85f035 100644 --- a/src/utilities/imageeditor/editor/CMakeLists.txt +++ b/src/utilities/imageeditor/editor/CMakeLists.txt @@ -25,19 +25,6 @@ tde_add_library( dimgeditor STATIC_PIC AUTOMOC dialog-static dimgcanvas-static dimgeditortools-static imagepluginswidgets-static rawimport-static ) -##### showfoto library (static) - -tde_add_library( showfoto STATIC_PIC AUTOMOC - SOURCES - editorwindow.cpp imageiface.cpp editorstackview.cpp - editortooliface.cpp editortool.cpp editortoolsettings.cpp - LINK - dimg-static dialogshowfoto-static greycstoration-static dimgcanvas-static - dimgeditortools-static rawimport-static metadatawidgets-static - iccprofileswidgets-static imagepluginswidgets-static commonwidgets-static - tdeprint-shared -) - ##### other files |
