Warning, /graphics/kst-plot/src/plugins/dataobject/convolution/deconvolve/deconvolve.pro is written in an unsupported language. File is not indexed.

0001 include(../../../plugins_subsub.pri)
0002 
0003 TARGET = $$kstlib(kstplugin_deconvolve)
0004 LIBS += -l$$kstlib(gsl)
0005 
0006 SOURCES += \
0007     deconvolve.cpp
0008 
0009 HEADERS += \
0010     deconvolve.h
0011 
0012 FORMS += deconvolveconfig.ui