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

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