[Kde-imaging] kdeextragear-libs-1/libkipi/libkipi
Aurélien Gâteau
aurelien.gateau at free.fr
Wed Jul 7 16:18:23 CEST 2004
CVS commit by gateau:
First implementation of KIPI::ImageCollectionSelector. It misses lots of
features, but it should work.
CCMAIL:kde-imaging at kde.org
A imagecollectionselector.cpp 1.1 [no copyright]
A imagecollectionselector.h 1.1 [no copyright]
A testimagecollectionselector.cpp 1.1 [no copyright]
A testimagecollectionselector.h 1.1 [no copyright]
M +9 -2 Makefile.am 1.16
--- kdeextragear-libs-1/libkipi/libkipi/Makefile.am #1.15:1.16
@@ -25,10 +25,11 @@
libkipi_la_SOURCES = interface.cpp plugin.cpp pluginloader.cpp KDStream.cpp imageinfo.cpp imagecollection.cpp \
imageinfoshared.cpp imagecollectionshared.cpp imagecollectiondialog.cpp uploadwidget.cpp \
- batchprogressdialog.cpp
+ batchprogressdialog.cpp imagecollectionselector.cpp
noinst_HEADERS = KDStream.h
libkipiinclude_HEADERS = interface.h plugin.h pluginloader.h imageinfo.h imagecollection.h imageinfoshared.h \
- imagecollectionshared.h imagecollectiondialog.h uploadwidget.h batchprogressdialog.h
+ imagecollectionshared.h imagecollectiondialog.h uploadwidget.h batchprogressdialog.h \
+ imagecollectionselector.h
libkipi_la_LDFLAGS = $(all_libraries) $(KDE_RPATH) \
@@ -55,2 +56,8 @@
rm -f tips.cpp
+check_PROGRAMS = testimagecollectionselector
+testimagecollectionselector_SOURCES = testimagecollectionselector.cpp
+testimagecollectionselector_LDADD = \
+ $(LIB_KFILE) $(LIB_KDEUI) $(LIB_KDECORE) $(LIB_KDEPRINT) $(LIB_QT) \
+ $(LIBJPEG) libkipi.la
+testimagecollectionselector_LDFLAGS = $(all_libraries)
More information about the Kde-imaging
mailing list