[Kst] extragear/graphics/kst/kst/datasources/dirfile

Barth Netterfield netterfield at astro.utoronto.ca
Mon Aug 15 18:47:18 CEST 2005


SVN commit 449461 by netterfield:

Adding qimagesource, which can read qimages into matrixes.



 M  +4 -4      Makefile.am  
 A             kstdata_qimagesource.desktop  
 A             qimagesource.cpp   [License: GPL (v2+)]
 A             qimagesource.h   [License: GPL (v2+)]


--- trunk/extragear/graphics/kst/kst/datasources/dirfile/Makefile.am #449460:449461
@@ -1,12 +1,12 @@
 INCLUDES=-I$(srcdir)/../.. $(all_includes)
 
-kde_module_LTLIBRARIES=kstdata_dirfile.la
+kde_module_LTLIBRARIES=kstdata_qimagesource.la
 
-kstdata_dirfile_la_LDFLAGS=$(all_libraries) -module -avoid-version
-kstdata_dirfile_la_SOURCES=dirfile.cpp getdata.c
+kstdata_qimagesource_la_LDFLAGS=$(all_libraries) -module -avoid-version
+kstdata_qimagesource_la_SOURCES=qimagesource.cpp
 
 METASOURCES=AUTO
 
-services_DATA=kstdata_dirfile.desktop
+services_DATA=kstdata_qimagesource.desktop
 servicesdir=$(kde_servicesdir)/kst
 


More information about the Kst mailing list