source: ntrip/trunk/BNC/bnc.pro@ 513

Last change on this file since 513 was 513, checked in by mervart, 17 years ago

* empty log message *

File size: 1.4 KB
RevLine 
[35]1
[452]2# Switch to debug configuration
3# -----------------------------
[513]4CONFIG -= release
5CONFIG += debug
[98]6
[95]7DEFINES += NO_RTCM3_MAIN
8
[141]9RESOURCES += bnc.qrc
10
[167]11unix:QMAKE_CFLAGS_RELEASE -= -O2
12unix:QMAKE_CXXFLAGS_RELEASE -= -O2
[166]13
[167]14win32:QMAKE_LFLAGS -= -mthreads
15
[447]16debug:OBJECTS_DIR=.obj/debug
[452]17debug:MOC_DIR=.moc/debug
[447]18release:OBJECTS_DIR=.obj/release
[452]19release:MOC_DIR=.moc/release
[447]20
[126]21HEADERS = 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
29SOURCES = 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]37RC_FILE = bnc.rc
38
[35]39QT += network
40
Note: See TracBrowser for help on using the repository browser.