Changeset 4301 in ntrip for trunk/BNC/src/src.pro


Ignore:
Timestamp:
Jun 23, 2012, 11:46:56 AM (12 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/src.pro

    r4299 r4301  
    3333# Include Path
    3434# ------------
    35 INCLUDEPATH = . ../newmat ./RTCM3 ./RTCM3/clock_and_orbit ./RTCM3/rtcm3torinex
     35INCLUDEPATH = . ../newmat ./RTCM3 ./RTCM3/clock_and_orbit ./RTCM3/rtcm3torinex \
     36              ../qwt ../qwtpolar
    3637
    3738# Additional Libraries
    3839# --------------------
    39 unix:LIBS  += -L../newmat -lnewmat
     40unix:LIBS  += -L../newmat -lnewmat -L../qwt -L../qwtpolar -lqwtpolar -lqwt
    4041win32:LIBS += -L../newmat/release -lnewmat
    4142
     
    111112             rinex/rnxnavfile.h       rinex/corrfile.h     \
    112113             rinex/reqcedit.h         rinex/reqcanalyze.h  \
    113              rinex/graphwin.h
     114             rinex/graphwin.h         rinex/polarplot.h
    114115  SOURCES += rinex/bncpostprocess.cpp rinex/rnxobsfile.cpp \
    115116             rinex/rnxnavfile.cpp     rinex/corrfile.cpp   \
    116117             rinex/reqcedit.cpp       rinex/reqcanalyze.cpp \
    117              rinex/graphwin.cpp
     118             rinex/graphwin.cpp       rinex/polarplot.cpp
    118119}
    119120
Note: See TracChangeset for help on using the changeset viewer.