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

Last change on this file since 6590 was 6590, checked in by mervart, 9 years ago
File size: 1.4 KB
Line 
1
2TEMPLATE = lib
3CONFIG += plugin debug
4TARGET = $$qtLibraryTarget(gnsscenter_monitor)
5QT += svg
6INCLUDEPATH += ../qwt ../main
7DESTDIR = ../plugins
8QMAKE_LIBDIR += ../qwt $(HOME)/Software/thrift/lib
9LIBS = -lqwt -lthrift
10INCLUDEPATH += $(HOME)/Software/thrift/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 $(THRIFT_DIR)/rtnet.thrift"
20thrift.depends = $(THRIFT_DIR)/rtnet.thrift $(THRIFT_DIR)/rtnet_data.thrift
21
22PRE_TARGETDEPS += gen-cpp
23QMAKE_EXTRA_TARGETS += thrift
24
25HEADERS = monitor.h \
26 dlgconf.h \
27 utils.h \
28 const.h \
29 worldplot.h \
30 thriftclient.h
31
32SOURCES = monitor.cpp \
33 dlgconf.cpp \
34 utils.cpp \
35 const.cpp \
36 worldplot.cpp \
37 thriftclient.cpp \
38 ../main/settings.cpp \
39 gen-cpp/RtnetData.cpp \
40 gen-cpp/rtnet_constants.cpp gen-cpp/rtnet_types.cpp \
41 gen-cpp/rtnet_data_constants.cpp gen-cpp/rtnet_data_types.cpp
42
43
44RESOURCES = monitor.qrc
Note: See TracBrowser for help on using the repository browser.