source:
ntrip/trunk/GnssCenter/monitor/monitor.pro@
5447
Last change on this file since 5447 was 5444, checked in by , 12 years ago | |
---|---|
File size: 1.2 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 |
19 | thrift.commands = "thrift -r -gen cpp rtnet.thrift" | |
20 | thrift.depends = rtnet.thrift 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 \ |
[5437] | 27 | utils.h \ |
28 | const.h \ | |
[5420] | 29 | worldplot.h \ |
[5407] | 30 | thriftclient.h |
[5018] | 31 | |
[5444] | 32 | SOURCES = monitor.cpp \ |
[5437] | 33 | utils.cpp \ |
34 | const.cpp \ | |
[5420] | 35 | worldplot.cpp \ |
[5410] | 36 | thriftclient.cpp \ |
37 | gen-cpp/RtnetData.cpp \ | |
38 | gen-cpp/rtnet_constants.cpp gen-cpp/rtnet_types.cpp \ | |
39 | gen-cpp/rtnet_data_constants.cpp gen-cpp/rtnet_data_types.cpp | |
[5018] | 40 | |
[5410] | 41 | |
[5444] | 42 | RESOURCES = monitor.qrc |
Note:
See TracBrowser
for help on using the repository browser.