Line | |
---|
1 |
|
---|
2 | CONFIG += release
|
---|
3 |
|
---|
4 | DEFINES += NO_RTCM3_MAIN
|
---|
5 |
|
---|
6 | HEADERS = bncgetthread.h bncwindow.h bnctabledlg.h \
|
---|
7 | bnccaster.h bncrinex.h bncapp.h bncutils.h \
|
---|
8 | RTCM/format.h RTCM/GPSDecoder.h RTCM/m_data.h RTCM/RTCM.h \
|
---|
9 | RTCM3/rtcm3.h RTCM3/rtcm3torinex.h \
|
---|
10 | RTIGS/rtigs.h RTIGS/cgps_transform.h RTIGS/rtacp.h \
|
---|
11 | RTIGS/rtigs_records.h RTIGS/rtstruct.h
|
---|
12 |
|
---|
13 |
|
---|
14 | SOURCES = bncmain.cpp bncgetthread.cpp bncwindow.cpp bnctabledlg.cpp \
|
---|
15 | bnccaster.cpp bncrinex.cpp bncapp.cpp bncutils.cpp \
|
---|
16 | RTCM/m_date.cpp RTCM/RTCM.cpp \
|
---|
17 | RTCM3/rtcm3.cpp RTCM3/rtcm3torinex.cpp \
|
---|
18 | RTIGS/rtigs.cpp RTIGS/cgps_transform.cpp
|
---|
19 |
|
---|
20 | QT += network
|
---|
21 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.