1 |
|
---|
2 | # Switch to debug configuration
|
---|
3 | # -----------------------------
|
---|
4 | CONFIG -= debug
|
---|
5 | CONFIG += release
|
---|
6 |
|
---|
7 |
|
---|
8 | DEFINES += NO_RTCM3_MAIN
|
---|
9 | ###DEFINES += DEBUG_RTCM2_2021
|
---|
10 | unix:DEFINES += _TTY_POSIX_
|
---|
11 | win32:DEFINES += _TTY_WIN_
|
---|
12 |
|
---|
13 | RESOURCES += bnc.qrc
|
---|
14 |
|
---|
15 | unix:QMAKE_CFLAGS_RELEASE -= -O2
|
---|
16 | unix:QMAKE_CXXFLAGS_RELEASE -= -O2
|
---|
17 |
|
---|
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
|
---|
23 |
|
---|
24 | debug:OBJECTS_DIR=.obj/debug
|
---|
25 | debug:MOC_DIR=.moc/debug
|
---|
26 | release:OBJECTS_DIR=.obj/release
|
---|
27 | release:MOC_DIR=.moc/release
|
---|
28 |
|
---|
29 | # Include Path
|
---|
30 | # ------------
|
---|
31 | INCLUDEPATH = . ./newmat ./RTCM3 ./RTCM3/clock_and_orbit ./RTCM3/rtcm3torinex
|
---|
32 |
|
---|
33 | HEADERS = bnchelp.html bncgetthread.h bncwindow.h bnctabledlg.h \
|
---|
34 | bnccaster.h bncrinex.h bncapp.h bncutils.h bnchlpdlg.h \
|
---|
35 | bncconst.h bnchtml.h bnctableitem.h bnczerodecoder.h \
|
---|
36 | bncnetquery.h bncnetqueryv1.h bncnetqueryv2.h \
|
---|
37 | bncnetqueryrtp.h bncsettings.h latencychecker.h \
|
---|
38 | bncipport.h bncnetqueryv0.h bncnetqueryudp.h \
|
---|
39 | bncnetqueryudp0.h bncudpport.h bnctime.h \
|
---|
40 | bncserialport.h bncnetquerys.h bncfigure.h \
|
---|
41 | bncfigurelate.h bncpppclient.h bncversion.h \
|
---|
42 | bancroft.h bncmodel.h bncfigureppp.h bncrawfile.h \
|
---|
43 | bnctides.h bncmap.h bncmapview.h bncantex.h \
|
---|
44 | bncephuser.h \
|
---|
45 | RTCM/GPSDecoder.h RTCM/RTCM2.h RTCM/RTCM2Decoder.h \
|
---|
46 | RTCM/RTCM2_2021.h RTCM/rtcm_utils.h \
|
---|
47 | RTCM3/RTCM3Decoder.h RTCM3/rtcm3torinex/rtcm3torinex.h \
|
---|
48 | RTCM3/RTCM3coDecoder.h \
|
---|
49 | RTCM3/clock_and_orbit/clock_orbit_rtcm.h \
|
---|
50 | RTCM3/ephemeris.h RTCM3/timeutils.h \
|
---|
51 | RTIGS/RTIGSDecoder.h RTIGS/rtigs_records.h \
|
---|
52 | RTIGS/cgps_transform.h RTIGS/rtstruct.h \
|
---|
53 | RTIGS/rtacp.h RTIGS/gpswro.h \
|
---|
54 | GPSS/gpssDecoder.h
|
---|
55 |
|
---|
56 | HEADERS += serial/qextserialbase.h serial/qextserialport.h
|
---|
57 | unix:HEADERS += serial/posix_qextserialport.h
|
---|
58 | win32:HEADERS += serial/win_qextserialport.h
|
---|
59 |
|
---|
60 | HEADERS += newmat/controlw.h newmat/include.h newmat/myexcept.h \
|
---|
61 | newmat/newmatap.h newmat/newmat.h newmat/newmatio.h \
|
---|
62 | newmat/newmatrc.h newmat/newmatrm.h newmat/precisio.h
|
---|
63 |
|
---|
64 | SOURCES = bncmain.cpp bncgetthread.cpp bncwindow.cpp bnctabledlg.cpp \
|
---|
65 | bnccaster.cpp bncrinex.cpp bncapp.cpp bncutils.cpp \
|
---|
66 | bncconst.cpp bnchtml.cpp bnchlpdlg.cpp bnctableitem.cpp \
|
---|
67 | bnczerodecoder.cpp bncnetqueryv1.cpp bncnetqueryv2.cpp \
|
---|
68 | bncnetqueryrtp.cpp bncsettings.cpp latencychecker.cpp \
|
---|
69 | bncipport.cpp bncnetqueryv0.cpp bncnetqueryudp.cpp \
|
---|
70 | bncnetqueryudp0.cpp bncudpport.cpp \
|
---|
71 | bncserialport.cpp bncnetquerys.cpp bncfigure.cpp \
|
---|
72 | bncfigurelate.cpp bncpppclient.cpp bnctime.cpp \
|
---|
73 | bancroft.cpp bncmodel.cpp bncfigureppp.cpp bncrawfile.cpp \
|
---|
74 | bnctides.cpp bncmap.cpp bncmapview.cpp bncantex.cpp \
|
---|
75 | bncephuser.cpp \
|
---|
76 | RTCM/RTCM2.cpp RTCM/RTCM2Decoder.cpp \
|
---|
77 | RTCM/RTCM2_2021.cpp RTCM/rtcm_utils.cpp \
|
---|
78 | RTCM3/RTCM3Decoder.cpp RTCM3/rtcm3torinex/rtcm3torinex.c \
|
---|
79 | RTCM3/RTCM3coDecoder.cpp \
|
---|
80 | RTCM3/clock_and_orbit/clock_orbit_rtcm.c \
|
---|
81 | RTCM3/ephemeris.cpp RTCM3/timeutils.cpp \
|
---|
82 | RTIGS/RTIGSDecoder.cpp RTIGS/cgps_transform.cpp \
|
---|
83 | GPSS/gpssDecoder.cpp
|
---|
84 |
|
---|
85 | SOURCES += serial/qextserialbase.cpp serial/qextserialport.cpp
|
---|
86 | unix:SOURCES += serial/posix_qextserialport.cpp
|
---|
87 | win32:SOURCES += serial/win_qextserialport.cpp
|
---|
88 |
|
---|
89 | SOURCES += newmat/bandmat.cpp newmat/cholesky.cpp newmat/evalue.cpp \
|
---|
90 | newmat/fft.cpp newmat/hholder.cpp newmat/jacobi.cpp \
|
---|
91 | newmat/myexcept.cpp newmat/newfft.cpp newmat/newmat1.cpp \
|
---|
92 | newmat/newmat2.cpp newmat/newmat3.cpp newmat/newmat4.cpp \
|
---|
93 | newmat/newmat5.cpp newmat/newmat6.cpp newmat/newmat7.cpp \
|
---|
94 | newmat/newmat8.cpp newmat/newmat9.cpp newmat/newmatex.cpp \
|
---|
95 | newmat/newmatrm.cpp newmat/nm_misc.cpp newmat/sort.cpp \
|
---|
96 | newmat/submat.cpp newmat/svd.cpp
|
---|
97 |
|
---|
98 | RC_FILE = bnc.rc
|
---|
99 |
|
---|
100 | QT += network
|
---|
101 |
|
---|
102 | exists(combination/bnccomb.h) {
|
---|
103 | DEFINES += USE_COMBINATION
|
---|
104 | HEADERS += combination/bnccomb.h combination/cmbcaster.h
|
---|
105 | SOURCES += combination/bnccomb.cpp combination/cmbcaster.cpp
|
---|
106 | }
|
---|
107 |
|
---|