source: ntrip/trunk/GnssCenter/monitor/monitor.pro@ 5501

Last change on this file since 5501 was 5501, checked in by mervart, 11 years ago
File size: 1.4 KB
RevLine 
[5018]1
2TEMPLATE = lib
[5036]3CONFIG += plugin debug
[5444]4TARGET = $$qtLibraryTarget(gnsscenter_monitor)
[5018]5QT += svg
[5024]6INCLUDEPATH += ../qwt ../main
[5047]7DESTDIR = ../plugins
[5049]8LIBS = -L../qwt -lqwt
[5018]9
[5407]10INCLUDEPATH += /usr/local/include/thrift
[5501]11INCLUDEPATH += /usr/include/thrift
[5407]12DEFINES += HAVE_INTTYPES_H HAVE_NETINET_IN_H
13
[5018]14debug:OBJECTS_DIR = .obj/debug
15debug:MOC_DIR = .moc/debug
16release:OBJECTS_DIR = .obj/release
17release:MOC_DIR = .moc/release
18
[5400]19thrift.target = gen-cpp
[5459]20thrift.commands = "thrift -r -gen cpp $(THRIFT_DIR)/rtnet.thrift"
21thrift.depends = $(THRIFT_DIR)/rtnet.thrift $(THRIFT_DIR)/rtnet_data.thrift
[5410]22
[5400]23QMAKE_EXTRA_TARGETS += thrift
24PRE_TARGETDEPS += gen-cpp
[5413]25LIBS += -lthrift
[5400]26
[5444]27HEADERS = monitor.h \
[5454]28 dlgconf.h \
[5437]29 utils.h \
30 const.h \
[5420]31 worldplot.h \
[5407]32 thriftclient.h
[5018]33
[5444]34SOURCES = monitor.cpp \
[5454]35 dlgconf.cpp \
[5437]36 utils.cpp \
37 const.cpp \
[5420]38 worldplot.cpp \
[5410]39 thriftclient.cpp \
[5452]40 ../main/settings.cpp \
[5410]41 gen-cpp/RtnetData.cpp \
42 gen-cpp/rtnet_constants.cpp gen-cpp/rtnet_types.cpp \
43 gen-cpp/rtnet_data_constants.cpp gen-cpp/rtnet_data_types.cpp
[5018]44
[5410]45
[5444]46RESOURCES = monitor.qrc
Note: See TracBrowser for help on using the repository browser.