Warning, /graphics/kst-plot/src/datasources/matlab/matlab.pro is written in an unsupported language. File is not indexed.
0001 TOPOUT_REL=../../.. 0002 include($$PWD/$$TOPOUT_REL/kst.pri) 0003 include($$PWD/../../../datasourceplugin.pri) 0004 0005 TARGET = $$kstlib(kst2data_matlabio) 0006 INCLUDEPATH += $$OUTPUT_DIR/src/datasources/matlab/tmp 0007 0008 SOURCES += \ 0009 matlab.cpp 0010 0011 HEADERS += \ 0012 matlab.h