Warning, /graphics/kst-plot/src/datasources/netcdf/netcdf.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_netcdfsource)
0006 
0007 INCLUDEPATH += $$OUTPUT_DIR/src/datasources/netcdf/tmp
0008 
0009 LIBS += -l$$kstlib(netcdf_c++) -l$$kstlib(netcdf) 
0010 
0011 SOURCES += \
0012     netcdfsource.cpp \
0013     netcdfplugin.cpp
0014 
0015 HEADERS += \
0016     netcdfsource.h \
0017     netcdfplugin.h