Changeset 5444 in ntrip for trunk/GnssCenter


Ignore:
Timestamp:
Sep 13, 2013, 10:39:15 AM (11 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GnssCenter/monitor/monitor.pro

    r5443 r5444  
    22TEMPLATE             = lib
    33CONFIG              += plugin debug
    4 TARGET               = $$qtLibraryTarget(gnsscenter_map_stations)
     4TARGET               = $$qtLibraryTarget(gnsscenter_monitor)
    55QT                  += svg
    66INCLUDEPATH         += ../qwt ../main
     
    2424LIBS                += -lthrift
    2525
    26 HEADERS   = map_stations.h \
     26HEADERS   = monitor.h      \
    2727            utils.h        \
    2828            const.h        \
     
    3030            thriftclient.h
    3131
    32 SOURCES   = map_stations.cpp \
     32SOURCES   = monitor.cpp      \
    3333            utils.cpp        \
    3434            const.cpp        \
     
    4040
    4141
    42 RESOURCES = map_stations.qrc
     42RESOURCES = monitor.qrc
Note: See TracChangeset for help on using the changeset viewer.