[35] | 1 |
|
---|
[452] | 2 | # Switch to debug configuration
|
---|
| 3 | # -----------------------------
|
---|
[2310] | 4 | CONFIG -= debug
|
---|
| 5 | CONFIG += release
|
---|
[98] | 6 |
|
---|
[2309] | 7 |
|
---|
[1218] | 8 | DEFINES += NO_RTCM3_MAIN
|
---|
[1299] | 9 | ###DEFINES += DEBUG_RTCM2_2021
|
---|
[1317] | 10 | unix:DEFINES += _TTY_POSIX_
|
---|
| 11 | win32:DEFINES += _TTY_WIN_
|
---|
[95] | 12 |
|
---|
[141] | 13 | RESOURCES += bnc.qrc
|
---|
| 14 |
|
---|
[167] | 15 | unix:QMAKE_CFLAGS_RELEASE -= -O2
|
---|
| 16 | unix:QMAKE_CXXFLAGS_RELEASE -= -O2
|
---|
[166] | 17 |
|
---|
[558] | 18 | # Get rid of mingwm10.dll
|
---|
| 19 | # -----------------------
|
---|
| 20 | win32:QMAKE_LFLAGS -= -mthreads
|
---|
| 21 | win32:QMAKE_CXXFLAGS_EXCEPTIONS_ON -= -mthreads
|
---|
| 22 | win32:QMAKE_LFLAGS_EXCEPTIONS_ON -= -mthreads
|
---|
[167] | 23 |
|
---|
[447] | 24 | debug:OBJECTS_DIR=.obj/debug
|
---|
[452] | 25 | debug:MOC_DIR=.moc/debug
|
---|
[447] | 26 | release:OBJECTS_DIR=.obj/release
|
---|
[452] | 27 | release:MOC_DIR=.moc/release
|
---|
[447] | 28 |
|
---|
[1890] | 29 | # Include Path
|
---|
| 30 | # ------------
|
---|
[2492] | 31 | INCLUDEPATH = . ./newmat ./RTCM3 ./RTCM3/clock_and_orbit ./RTCM3/rtcm3torinex
|
---|
[1890] | 32 |
|
---|
[126] | 33 | HEADERS = bnchelp.html bncgetthread.h bncwindow.h bnctabledlg.h \
|
---|
[177] | 34 | bnccaster.h bncrinex.h bncapp.h bncutils.h bnchlpdlg.h \
|
---|
[423] | 35 | bncconst.h bnchtml.h bnctableitem.h bnczerodecoder.h \
|
---|
[1383] | 36 | bncnetquery.h bncnetqueryv1.h bncnetqueryv2.h \
|
---|
[1558] | 37 | bncnetqueryrtp.h bncsettings.h latencychecker.h \
|
---|
[1718] | 38 | bncipport.h bncnetqueryv0.h bncnetqueryudp.h \
|
---|
[2122] | 39 | bncnetqueryudp0.h bncudpport.h bnctime.h \
|
---|
[1932] | 40 | bncserialport.h bncnetquerys.h bncfigure.h \
|
---|
[2035] | 41 | bncfigurelate.h bncpppclient.h bncversion.h \
|
---|
[2519] | 42 | bancroft.h bncmodel.h bncfigureppp.h bncrawfile.h \
|
---|
[2753] | 43 | bnctides.h bncmap.h \
|
---|
[243] | 44 | RTCM/GPSDecoder.h RTCM/RTCM2.h RTCM/RTCM2Decoder.h \
|
---|
[1044] | 45 | RTCM/RTCM2_2021.h RTCM/rtcm_utils.h \
|
---|
[2492] | 46 | RTCM3/RTCM3Decoder.h RTCM3/rtcm3torinex/rtcm3torinex.h \
|
---|
| 47 | RTCM3/RTCM3coDecoder.h \
|
---|
| 48 | RTCM3/clock_and_orbit/clock_orbit_rtcm.h \
|
---|
[1044] | 49 | RTCM3/ephemeris.h RTCM3/timeutils.h \
|
---|
[306] | 50 | RTIGS/RTIGSDecoder.h RTIGS/rtigs_records.h \
|
---|
[1310] | 51 | RTIGS/cgps_transform.h RTIGS/rtstruct.h \
|
---|
| 52 | RTIGS/rtacp.h RTIGS/gpswro.h \
|
---|
| 53 | GPSS/gpssDecoder.h
|
---|
[35] | 54 |
|
---|
[1317] | 55 | HEADERS += serial/qextserialbase.h serial/qextserialport.h
|
---|
| 56 | unix:HEADERS += serial/posix_qextserialport.h
|
---|
| 57 | win32:HEADERS += serial/win_qextserialport.h
|
---|
| 58 |
|
---|
[2016] | 59 | HEADERS += newmat/controlw.h newmat/include.h newmat/myexcept.h \
|
---|
| 60 | newmat/newmatap.h newmat/newmat.h newmat/newmatio.h \
|
---|
| 61 | newmat/newmatrc.h newmat/newmatrm.h newmat/precisio.h
|
---|
| 62 |
|
---|
[35] | 63 | SOURCES = bncmain.cpp bncgetthread.cpp bncwindow.cpp bnctabledlg.cpp \
|
---|
[82] | 64 | bnccaster.cpp bncrinex.cpp bncapp.cpp bncutils.cpp \
|
---|
[184] | 65 | bncconst.cpp bnchtml.cpp bnchlpdlg.cpp bnctableitem.cpp \
|
---|
[1383] | 66 | bnczerodecoder.cpp bncnetqueryv1.cpp bncnetqueryv2.cpp \
|
---|
[1558] | 67 | bncnetqueryrtp.cpp bncsettings.cpp latencychecker.cpp \
|
---|
[1718] | 68 | bncipport.cpp bncnetqueryv0.cpp bncnetqueryudp.cpp \
|
---|
[1780] | 69 | bncnetqueryudp0.cpp bncudpport.cpp \
|
---|
[1932] | 70 | bncserialport.cpp bncnetquerys.cpp bncfigure.cpp \
|
---|
[2122] | 71 | bncfigurelate.cpp bncpppclient.cpp bnctime.cpp \
|
---|
[2519] | 72 | bancroft.cpp bncmodel.cpp bncfigureppp.cpp bncrawfile.cpp \
|
---|
[2753] | 73 | bnctides.cpp bncmap.cpp \
|
---|
[243] | 74 | RTCM/RTCM2.cpp RTCM/RTCM2Decoder.cpp \
|
---|
[1044] | 75 | RTCM/RTCM2_2021.cpp RTCM/rtcm_utils.cpp \
|
---|
[2492] | 76 | RTCM3/RTCM3Decoder.cpp RTCM3/rtcm3torinex/rtcm3torinex.c \
|
---|
| 77 | RTCM3/RTCM3coDecoder.cpp \
|
---|
| 78 | RTCM3/clock_and_orbit/clock_orbit_rtcm.c \
|
---|
[1044] | 79 | RTCM3/ephemeris.cpp RTCM3/timeutils.cpp \
|
---|
[1310] | 80 | RTIGS/RTIGSDecoder.cpp RTIGS/cgps_transform.cpp \
|
---|
| 81 | GPSS/gpssDecoder.cpp
|
---|
[35] | 82 |
|
---|
[1317] | 83 | SOURCES += serial/qextserialbase.cpp serial/qextserialport.cpp
|
---|
| 84 | unix:SOURCES += serial/posix_qextserialport.cpp
|
---|
| 85 | win32:SOURCES += serial/win_qextserialport.cpp
|
---|
| 86 |
|
---|
[2016] | 87 | SOURCES += newmat/bandmat.cpp newmat/cholesky.cpp newmat/evalue.cpp \
|
---|
| 88 | newmat/fft.cpp newmat/hholder.cpp newmat/jacobi.cpp \
|
---|
| 89 | newmat/myexcept.cpp newmat/newfft.cpp newmat/newmat1.cpp \
|
---|
| 90 | newmat/newmat2.cpp newmat/newmat3.cpp newmat/newmat4.cpp \
|
---|
| 91 | newmat/newmat5.cpp newmat/newmat6.cpp newmat/newmat7.cpp \
|
---|
| 92 | newmat/newmat8.cpp newmat/newmat9.cpp newmat/newmatex.cpp \
|
---|
| 93 | newmat/newmatrm.cpp newmat/nm_misc.cpp newmat/sort.cpp \
|
---|
| 94 | newmat/submat.cpp newmat/svd.cpp
|
---|
| 95 |
|
---|
[199] | 96 | RC_FILE = bnc.rc
|
---|
| 97 |
|
---|
[35] | 98 | QT += network
|
---|
| 99 |
|
---|