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

Legend:

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

    r5406 r5407  
    77DESTDIR              = ../plugins
    88LIBS                 = -L../qwt -lqwt
     9
     10INCLUDEPATH         += /usr/local/include/thrift
     11DEFINES             += HAVE_INTTYPES_H HAVE_NETINET_IN_H
    912
    1013debug:OBJECTS_DIR   = .obj/debug
     
    1922PRE_TARGETDEPS      += gen-cpp
    2023
    21 HEADERS   = map_stations.h
     24HEADERS   = map_stations.h \
     25            thriftclient.h
    2226
    23 SOURCES   = map_stations.cpp
     27SOURCES   = map_stations.cpp \
     28            thriftclient.cpp
    2429
    2530RESOURCES = map_stations.qrc
Note: See TracChangeset for help on using the changeset viewer.