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