Warning, /graphics/kst-plot/src/plugins/dataobject/dataobject.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 DEMOS += \
0007     linefit \
0008     genericfilter 
0009 
0010 SUBDIRS += \
0011     bin \
0012     chop \
0013     crossspectrum \
0014     effectivebandwidth \
0015     lockin \
0016     periodogram \
0017     phase \
0018     shift \
0019     statistics \
0020     syncbin
0021 
0022 LibExists(gsl) {
0023      SUBDIRS += convolution \
0024                 correlation \
0025                 interpolations \
0026                 noiseaddition
0027 }