Changeset 6590 in ntrip
- Timestamp:
- Feb 17, 2015, 2:53:33 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GnssCenter/monitor/monitor.pro
r5659 r6590 6 6 INCLUDEPATH += ../qwt ../main 7 7 DESTDIR = ../plugins 8 LIBS = -L../qwt -lqwt 9 10 INCLUDEPATH += /usr/local/include/thrift 11 INCLUDEPATH += /usr/include/thrift 8 QMAKE_LIBDIR += ../qwt $(HOME)/Software/thrift/lib 9 LIBS = -lqwt -lthrift 10 INCLUDEPATH += $(HOME)/Software/thrift/include/thrift 12 11 DEFINES += HAVE_INTTYPES_H HAVE_NETINET_IN_H 13 12 … … 17 16 release:MOC_DIR = .moc/release 18 17 19 thrift.target = gen-cpp /RtnetData.cpp18 thrift.target = gen-cpp 20 19 thrift.commands = "thrift -r -gen cpp $(THRIFT_DIR)/rtnet.thrift" 21 20 thrift.depends = $(THRIFT_DIR)/rtnet.thrift $(THRIFT_DIR)/rtnet_data.thrift 22 21 22 PRE_TARGETDEPS += gen-cpp 23 23 QMAKE_EXTRA_TARGETS += thrift 24 PRE_TARGETDEPS += gen-cpp25 LIBS += -lthrift26 24 27 25 HEADERS = monitor.h \
Note:
See TracChangeset
for help on using the changeset viewer.