[Kde-imaging] extragear/graphics/kipi-plugins/batchprocessimages
Aurélien Gâteau
aurelien.gateau at free.fr
Sun Feb 22 00:25:55 CET 2009
SVN commit 929728 by gateau:
One step forward: It crashes!
(this means that it builds...)
CCMAIL:kde-imaging at kde.org
M +11 -1 CMakeLists.txt
--- trunk/extragear/graphics/kipi-plugins/batchprocessimages/CMakeLists.txt #929727:929728
@@ -45,7 +45,17 @@
kde4_add_plugin(kipiplugin_batchprocessimages ${kipiplugin_batchprocessimages_PART_SRCS})
-target_link_libraries(kipiplugin_batchprocessimages ${KIPI_LIBRARIES} ${KEXIV2_LIBRARIES} ${KDE4_KDE3SUPPORT_LIBS} ${KDE4_KDECORE_LIBS} ${KDE4_KIO_LIBS} ${KDE4_KDEUI_LIBS} kipiplugins)
+target_link_libraries(
+ kipiplugin_batchprocessimages
+ kipiplugins
+ ${KIPI_LIBRARIES}
+ ${KEXIV2_LIBRARIES}
+ ${KDE4_KDECORE_LIBS}
+ ${KDE4_KIO_LIBS}
+ ${KDE4_KDEUI_LIBS}
+ ${KDE4_KDE3SUPPORT_LIBRARY}
+ ${QT_QT3SUPPORT_LIBRARY}
+ )
install(TARGETS kipiplugin_batchprocessimages DESTINATION ${PLUGIN_INSTALL_DIR})
More information about the Kde-imaging
mailing list