Rev | Line | |
---|
[35] | 1 |
|
---|
[452] | 2 | # Switch to debug configuration
|
---|
| 3 | # -----------------------------
|
---|
[453] | 4 | ### CONFIG -= release
|
---|
| 5 | ### CONFIG += debug
|
---|
[98] | 6 |
|
---|
[95] | 7 | DEFINES += NO_RTCM3_MAIN
|
---|
| 8 |
|
---|
[141] | 9 | RESOURCES += bnc.qrc
|
---|
| 10 |
|
---|
[167] | 11 | unix:QMAKE_CFLAGS_RELEASE -= -O2
|
---|
| 12 | unix:QMAKE_CXXFLAGS_RELEASE -= -O2
|
---|
[166] | 13 |
|
---|
[167] | 14 | win32:QMAKE_LFLAGS -= -mthreads
|
---|
| 15 |
|
---|
[447] | 16 | debug:OBJECTS_DIR=.obj/debug
|
---|
[452] | 17 | debug:MOC_DIR=.moc/debug
|
---|
[447] | 18 | release:OBJECTS_DIR=.obj/release
|
---|
[452] | 19 | release:MOC_DIR=.moc/release
|
---|
[447] | 20 |
|
---|
[126] | 21 | HEADERS = bnchelp.html bncgetthread.h bncwindow.h bnctabledlg.h \
|
---|
[177] | 22 | bnccaster.h bncrinex.h bncapp.h bncutils.h bnchlpdlg.h \
|
---|
[423] | 23 | bncconst.h bnchtml.h bnctableitem.h bnczerodecoder.h \
|
---|
[243] | 24 | RTCM/GPSDecoder.h RTCM/RTCM2.h RTCM/RTCM2Decoder.h \
|
---|
[297] | 25 | RTCM3/RTCM3Decoder.h RTCM3/rtcm3torinex.h \
|
---|
[306] | 26 | RTIGS/RTIGSDecoder.h RTIGS/rtigs_records.h \
|
---|
| 27 | RTIGS/cgps_transform.h RTIGS/rtstruct.h RTIGS/rtacp.h
|
---|
[35] | 28 |
|
---|
| 29 | SOURCES = bncmain.cpp bncgetthread.cpp bncwindow.cpp bnctabledlg.cpp \
|
---|
[82] | 30 | bnccaster.cpp bncrinex.cpp bncapp.cpp bncutils.cpp \
|
---|
[184] | 31 | bncconst.cpp bnchtml.cpp bnchlpdlg.cpp bnctableitem.cpp \
|
---|
[423] | 32 | bnczerodecoder.cpp \
|
---|
[243] | 33 | RTCM/RTCM2.cpp RTCM/RTCM2Decoder.cpp \
|
---|
[504] | 34 | RTCM3/RTCM3Decoder.cpp RTCM3/rtcm3torinex.c \
|
---|
[306] | 35 | RTIGS/RTIGSDecoder.cpp RTIGS/cgps_transform.cpp
|
---|
[35] | 36 |
|
---|
[199] | 37 | RC_FILE = bnc.rc
|
---|
| 38 |
|
---|
[35] | 39 | QT += network
|
---|
| 40 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.