diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-10-29 21:52:45 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-10-29 21:57:46 +0900 |
| commit | 88c2d4ab44ee097ae227a7582e781c8daf49cb8d (patch) | |
| tree | f21e9a6746d4e82c86020700026f27787566d80b | |
| parent | a445b3b14969e9b17220bea978061f548b200ee1 (diff) | |
| download | digikam-master.tar.gz digikam-master.zip | |
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
| -rw-r--r-- | src/imageplugins/coreplugin/CMakeLists.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/imageplugins/coreplugin/CMakeLists.txt b/src/imageplugins/coreplugin/CMakeLists.txt index 85110f77..745cc882 100644 --- a/src/imageplugins/coreplugin/CMakeLists.txt +++ b/src/imageplugins/coreplugin/CMakeLists.txt @@ -22,8 +22,9 @@ tde_add_kpart( digikamimageplugin_core AUTOMOC blurtool.cpp iccprooftool.cpp bcgtool.cpp LINK sharpnesseditor-static hsl-static ratiocrop-static dimg-static dimgeditor-static - curves-static commonwidgets-static imagepluginswidgets-static digikam-shared + curves-static imagepluginswidgets-static digikam-shared tdecore-shared tdeutils-shared ${KEXIV2_LIBRARIES} + commonwidgets-static DESTINATION ${PLUGIN_INSTALL_DIR} ) |
