[Kst] branches/work/kst/portto4/kst/src/datasources
Peter Kümmel
syntheticpp at yahoo.com
Sun Mar 28 13:45:07 CEST 2010
SVN commit 1108263 by kuemmel:
link also against netcdf_c++
M +0 -1 datasources.pro
M +1 -1 netcdf/netcdf.pro
--- branches/work/kst/portto4/kst/src/datasources/datasources.pro #1108262:1108263
@@ -22,7 +22,6 @@
}
!win32:LibExists(netcdf) {
- # mbe sure you link against netcdf and netcdf_c++
message(netCDF configured. Plugins will be built.)
SUBDIRS += netcdf
CONFIG += link_pkgconfig
--- branches/work/kst/portto4/kst/src/datasources/netcdf/netcdf.pro #1108262:1108263
@@ -6,7 +6,7 @@
INCLUDEPATH += $$OUTPUT_DIR/src/datasources/netcdf/tmp
-LIBS += -lnetcdf
+LIBS += -lnetcdf -lnetcdf_c++
SOURCES += \
kstnetcdf.cpp
More information about the Kst
mailing list