Subject: [kipi-plugins] dngconverter: link Git commit 9b1e3b4b440f58ce81688a1a90811bd074f9bc3d by Gilles Caulier. Committed on 22/02/2012 at 16:14. Pushed by cgilles into branch 'master'. link M +1 -1 dngconverter/dngwriter/dngwriter.cpp M +1 -0 dngconverter/test/CMakeLists.txt http://commits.kde.org/kipi-plugins/9b1e3b4b440f58ce81688a1a90811bd074f9bc3d diff --git a/dngconverter/dngwriter/dngwriter.cpp b/dngconverter/dngwriter/dngwriter.cpp index b0ad6fc..39cbf49 100644 --- a/dngconverter/dngwriter/dngwriter.cpp +++ b/dngconverter/dngwriter/dngwriter.cpp @@ -683,7 +683,7 @@ int DNGWriter::convert() kDebug() << "DNGWriter: Updating metadata to DNG Negative" ; - dng_exif *exif = negative->GetExif(); + dng_exif* exif = negative->GetExif(); exif->fModel.Set_ASCII(identify.model.toAscii()); exif->fMake.Set_ASCII(identify.make.toAscii()); diff --git a/dngconverter/test/CMakeLists.txt b/dngconverter/test/CMakeLists.txt index 233c283..cabea9d 100644 --- a/dngconverter/test/CMakeLists.txt +++ b/dngconverter/test/CMakeLists.txt @@ -27,4 +27,5 @@ TARGET_LINK_LIBRARIES(raw2dng ${KDCRAW_LIBRARIES} ${CMAKE_THREAD_LIBS_INIT} libdng + kipiplugins ) |