Changeset 1317 in ntrip
- Timestamp:
- Dec 20, 2008, 5:06:00 PM (16 years ago)
- Location:
- trunk/BNC
- Files:
-
- 9 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bnc.pro
r1310 r1317 7 7 DEFINES += NO_RTCM3_MAIN 8 8 ###DEFINES += DEBUG_RTCM2_2021 9 unix:DEFINES += _TTY_POSIX_ 10 win32:DEFINES += _TTY_WIN_ 9 11 10 12 RESOURCES += bnc.qrc … … 37 39 GPSS/gpssDecoder.h 38 40 41 HEADERS += serial/qextserialbase.h serial/qextserialport.h 42 unix:HEADERS += serial/posix_qextserialport.h 43 win32:HEADERS += serial/win_qextserialport.h 44 39 45 SOURCES = bncmain.cpp bncgetthread.cpp bncwindow.cpp bnctabledlg.cpp \ 40 46 bnccaster.cpp bncrinex.cpp bncapp.cpp bncutils.cpp \ … … 49 55 GPSS/gpssDecoder.cpp 50 56 57 SOURCES += serial/qextserialbase.cpp serial/qextserialport.cpp 58 unix:SOURCES += serial/posix_qextserialport.cpp 59 win32:SOURCES += serial/win_qextserialport.cpp 60 51 61 RC_FILE = bnc.rc 52 62
Note:
See TracChangeset
for help on using the changeset viewer.