Changeset 6038 in ntrip


Ignore:
Timestamp:
Sep 6, 2014, 2:35:06 PM (10 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r5910 r6038  
    6363          rinex/graphwin.h         rinex/polarplot.h                  \
    6464          rinex/availplot.h        rinex/eleplot.h                    \
    65           rinex/dopplot.h                                             \
    66           PPP/pppInclude.h   PPP/pppOptions.h   PPP/pppMain.h         \
    67           PPP/pppWidgets.h   PPP/pppThread.h    PPP/pppClient.h       \
    68           PPP/pppObsPool.h   PPP/pppStation.h   PPP/pppFilter.h       \
    69           PPP/pppEphPool.h   PPP/pppModel.h     PPP/pppParlist.h      \
    70           PPP/pppSatObs.h    PPP/pppRun.h       PPP/pppCrdFile.h
     65          rinex/dopplot.h
    7166
    7267HEADERS       += serial/qextserialbase.h serial/qextserialport.h
     
    10196          rinex/graphwin.cpp       rinex/polarplot.cpp                \
    10297          rinex/availplot.cpp      rinex/eleplot.cpp                  \
    103           rinex/dopplot.cpp                                           \
    104                              PPP/pppOptions.cpp PPP/pppMain.cpp       \
    105           PPP/pppWidgets.cpp PPP/pppThread.cpp  PPP/pppClient.cpp     \
    106           PPP/pppObsPool.cpp PPP/pppStation.cpp PPP/pppFilter.cpp     \
    107           PPP/pppEphPool.cpp PPP/pppModel.cpp   PPP/pppParlist.cpp    \
    108           PPP/pppSatObs.cpp  PPP/pppRun.cpp     PPP/pppCrdFile.cpp
     98          rinex/dopplot.cpp
    10999
    110100SOURCES       += serial/qextserialbase.cpp serial/qextserialport.cpp
     
    120110  HEADERS += combination/bnccomb.h
    121111  SOURCES += combination/bnccomb.cpp
     112}
     113
     114exists(PPP) {
     115  DEFINES += USE_PPP
     116  HEADERS += PPP/pppInclude.h   PPP/pppOptions.h   PPP/pppMain.h     \
     117             PPP/pppWidgets.h   PPP/pppThread.h    PPP/pppClient.h   \
     118             PPP/pppObsPool.h   PPP/pppStation.h   PPP/pppFilter.h   \
     119             PPP/pppEphPool.h   PPP/pppModel.h     PPP/pppParlist.h  \
     120             PPP/pppSatObs.h    PPP/pppRun.h       PPP/pppCrdFile.h
     121  SOURCES +=                    PPP/pppOptions.cpp PPP/pppMain.cpp    \
     122             PPP/pppWidgets.cpp PPP/pppThread.cpp  PPP/pppClient.cpp  \
     123             PPP/pppObsPool.cpp PPP/pppStation.cpp PPP/pppFilter.cpp  \
     124             PPP/pppEphPool.cpp PPP/pppModel.cpp   PPP/pppParlist.cpp \
     125             PPP/pppSatObs.cpp  PPP/pppRun.cpp     PPP/pppCrdFile.cpp
    122126}
    123127
Note: See TracChangeset for help on using the changeset viewer.