Warning, /graphics/kst-plot/src/plugins/filters/filters.pro is written in an unsupported language. File is not indexed.
0001 include($$PWD/../../../config.pri) 0002 0003 TEMPLATE = subdirs 0004 CONFIG += ordered 0005 0006 SUBDIRS += \ 0007 despike \ 0008 cumulativesum \ 0009 differentiation \ 0010 cumulativeaverage \ 0011 unwind \ 0012 window 0013 0014 LibExists(gsl) { 0015 SUBDIRS += butterworth_bandpass \ 0016 butterworth_bandstop \ 0017 butterworth_highpass \ 0018 butterworth_lowpass 0019 }