source:
ntrip/trunk/GnssCenter/monitor/monitor.pro@
6158
Last change on this file since 6158 was 5659, checked in by , 11 years ago | |
---|---|
File size: 1.4 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 |
[5501] | 11 | INCLUDEPATH += /usr/include/thrift |
[5407] | 12 | DEFINES += HAVE_INTTYPES_H HAVE_NETINET_IN_H |
13 | ||
[5018] | 14 | debug:OBJECTS_DIR = .obj/debug |
15 | debug:MOC_DIR = .moc/debug | |
16 | release:OBJECTS_DIR = .obj/release | |
17 | release:MOC_DIR = .moc/release | |
18 | ||
[5659] | 19 | thrift.target = gen-cpp/RtnetData.cpp |
[5459] | 20 | thrift.commands = "thrift -r -gen cpp $(THRIFT_DIR)/rtnet.thrift" |
21 | thrift.depends = $(THRIFT_DIR)/rtnet.thrift $(THRIFT_DIR)/rtnet_data.thrift | |
[5410] | 22 | |
[5400] | 23 | QMAKE_EXTRA_TARGETS += thrift |
24 | PRE_TARGETDEPS += gen-cpp | |
[5413] | 25 | LIBS += -lthrift |
[5400] | 26 | |
[5444] | 27 | HEADERS = monitor.h \ |
[5454] | 28 | dlgconf.h \ |
[5437] | 29 | utils.h \ |
30 | const.h \ | |
[5420] | 31 | worldplot.h \ |
[5407] | 32 | thriftclient.h |
[5018] | 33 | |
[5444] | 34 | SOURCES = 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] | 46 | RESOURCES = monitor.qrc |
Note:
See TracBrowser
for help on using the repository browser.