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