source: ntrip/trunk/GnssCenter/map_stations/map_stations.pro@ 5412

Last change on this file since 5412 was 5412, checked in by mervart, 11 years ago
File size: 1.0 KB
RevLine 
[5018]1
2TEMPLATE = lib
[5036]3CONFIG += plugin debug
[5406]4TARGET = $$qtLibraryTarget(gnsscenter_map_stations)
[5018]5QT += svg
[5024]6INCLUDEPATH += ../qwt ../main
[5047]7DESTDIR = ../plugins
[5049]8LIBS = -L../qwt -lqwt
[5018]9
[5407]10INCLUDEPATH += /usr/local/include/thrift
11DEFINES += HAVE_INTTYPES_H HAVE_NETINET_IN_H
12
[5018]13debug:OBJECTS_DIR = .obj/debug
14debug:MOC_DIR = .moc/debug
15release:OBJECTS_DIR = .obj/release
16release:MOC_DIR = .moc/release
17
[5400]18thrift.target = gen-cpp
19thrift.commands = "thrift -r -gen cpp rtnet.thrift"
20thrift.depends = rtnet.thrift rtnet_data.thrift
[5410]21
[5400]22QMAKE_EXTRA_TARGETS += thrift
23PRE_TARGETDEPS += gen-cpp
24
[5407]25HEADERS = map_stations.h \
26 thriftclient.h
[5018]27
[5407]28SOURCES = map_stations.cpp \
[5410]29 thriftclient.cpp \
30 gen-cpp/RtnetData.cpp \
31 gen-cpp/rtnet_constants.cpp gen-cpp/rtnet_types.cpp \
32 gen-cpp/rtnet_data_constants.cpp gen-cpp/rtnet_data_types.cpp
[5018]33
[5410]34
[5406]35RESOURCES = map_stations.qrc
Note: See TracBrowser for help on using the repository browser.