[Kde-imaging] extragear/graphics/kipi-plugins/dngconverter/test
Gilles Caulier
caulier.gilles at gmail.com
Thu Oct 23 15:30:25 CEST 2008
SVN commit 875151 by cgilles:
Et voilà. excepted PicasaWeb plugin which do not compile duing an old Qt3 ui file to convert to Qt4, all kipi-plugins compile fine under Windows using MinGw.
CCMAIL: digikam-devel at kde.org
CCMAIL: kde-imaging at kde.org
M +2 -1 CMakeLists.txt
--- trunk/extragear/graphics/kipi-plugins/dngconverter/test/CMakeLists.txt #875150:875151
@@ -40,7 +40,8 @@
TARGET_LINK_LIBRARIES(raw2dng
${EXPAT_LIBRARY}
- ${KDE4_KDEUI_LIBS}
+ ${KDE4_KDECORE_LIBS}
+ ${KDE4_KIO_LIBS}
${QT_AND_KDECORE_LIBS}
${QT_LIBRARIES}
${KEXIV2_LIBRARIES}
More information about the Kde-imaging
mailing list