Warning, /graphics/kst-plot/src/plugins/fits/exponential_unweighted/exponential_unweighted.pro is written in an unsupported language. File is not indexed.
0001 include(../../plugins_sub.pri) 0002 0003 TARGET = $$kstlib(kstplugin_fitexponential_unweighted) 0004 LIBS += -l$$kstlib(gsl) 0005 0006 SOURCES += \ 0007 fitexponential_unweighted.cpp 0008 0009 HEADERS += \ 0010 fitexponential_unweighted.h 0011 0012 FORMS += fitexponential_unweightedconfig.ui