Changeset 3721 in ntrip for trunk/BNC/bnc.pro


Ignore:
Timestamp:
Feb 23, 2012, 7:12:24 PM (12 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bnc.pro

    r3716 r3721  
    4646          bnctides.h bncmap.h bncmapview.h bncantex.h                 \
    4747          bncephuser.h bncoutf.h bncclockrinex.h bncsp3.h             \
    48           bncbytescounter.h bncsslconfig.h bncpostprocess.h           \
     48          bncbytescounter.h bncsslconfig.h                            \
    4949          upload/bncrtnetdecoder.h upload/bncuploadcaster.h           \
    5050          upload/bncrtnetuploadcaster.h upload/bnccustomtrafo.h       \
    5151          upload/bncephuploadcaster.h bnccomb.h qtfilechooser.h       \
    52           rnxnavfile.h corrfile.h                                     \
    5352          RTCM/GPSDecoder.h RTCM/RTCM2.h RTCM/RTCM2Decoder.h          \
    5453          RTCM/RTCM2_2021.h RTCM/rtcm_utils.h                         \
     
    7978          bnctides.cpp bncmap.cpp bncmapview.cpp bncantex.cpp         \
    8079          bncephuser.cpp bncoutf.cpp bncclockrinex.cpp bncsp3.cpp     \
    81           bncbytescounter.cpp bncsslconfig.cpp bncpostprocess.cpp     \
     80          bncbytescounter.cpp bncsslconfig.cpp                        \
    8281          upload/bncrtnetdecoder.cpp upload/bncuploadcaster.cpp       \
    8382          upload/bncrtnetuploadcaster.cpp upload/bnccustomtrafo.cpp   \
    8483          upload/bncephuploadcaster.cpp qtfilechooser.cpp             \
    85           rnxnavfile.cpp corrfile.cpp                                 \
    8684          RTCM/GPSDecoder.cpp RTCM/RTCM2.cpp RTCM/RTCM2Decoder.cpp    \
    8785          RTCM/RTCM2_2021.cpp RTCM/rtcm_utils.cpp                     \
     
    115113}
    116114
    117 exists(rinex/rnxobsfile.h) {
     115exists(rinex/postprocess.h) {
    118116  DEFINES += USE_POSTPROCESSING
    119   HEADERS += rinex/rnxobsfile.h
    120   SOURCES += rinex/rnxobsfile.cpp
     117  HEADERS += rinex/bncpostprocess.h   rinex/rnxobsfile.h   \
     118             rinex/rnxnavfile.h       rinex/corrfile.h
     119  SOURCES += rinex/bncpostprocess.cpp rinex/rnxobsfile.cpp \
     120             rinex/rnxnavfile.cpp     rinex/corrfile.cpp
    121121}
    122122
Note: See TracChangeset for help on using the changeset viewer.