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

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