Changeset 5444 in ntrip
- Timestamp:
- Sep 13, 2013, 10:39:15 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GnssCenter/monitor/monitor.pro
r5443 r5444 2 2 TEMPLATE = lib 3 3 CONFIG += plugin debug 4 TARGET = $$qtLibraryTarget(gnsscenter_m ap_stations)4 TARGET = $$qtLibraryTarget(gnsscenter_monitor) 5 5 QT += svg 6 6 INCLUDEPATH += ../qwt ../main … … 24 24 LIBS += -lthrift 25 25 26 HEADERS = m ap_stations.h\26 HEADERS = monitor.h \ 27 27 utils.h \ 28 28 const.h \ … … 30 30 thriftclient.h 31 31 32 SOURCES = m ap_stations.cpp\32 SOURCES = monitor.cpp \ 33 33 utils.cpp \ 34 34 const.cpp \ … … 40 40 41 41 42 RESOURCES = m ap_stations.qrc42 RESOURCES = monitor.qrc
Note:
See TracChangeset
for help on using the changeset viewer.