Ignore:
Timestamp:
Sep 10, 2013, 3:39:33 PM (11 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r5407 r5410  
    1919thrift.commands = "thrift -r -gen cpp rtnet.thrift"
    2020thrift.depends  = rtnet.thrift rtnet_data.thrift
     21
    2122QMAKE_EXTRA_TARGETS += thrift
    2223PRE_TARGETDEPS      += gen-cpp
     24LIBS                += -lthrift
    2325
    2426HEADERS   = map_stations.h \
     
    2628
    2729SOURCES   = map_stations.cpp \
    28             thriftclient.cpp
     30            thriftclient.cpp \
     31            gen-cpp/RtnetData.cpp \
     32            gen-cpp/rtnet_constants.cpp gen-cpp/rtnet_types.cpp \
     33            gen-cpp/rtnet_data_constants.cpp gen-cpp/rtnet_data_types.cpp
     34
    2935
    3036RESOURCES = map_stations.qrc
Note: See TracChangeset for help on using the changeset viewer.