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

0001 TEMPLATE = subdirs
0002 CONFIG += ordered
0003 
0004 SUBDIRS += \
0005     akima \
0006     akimaperiodic \
0007     cspline \
0008     csplineperiodic \
0009     linear \
0010     polynomial
0011