Changeset 5459 in ntrip
- Timestamp:
- Sep 15, 2013, 10:20:04 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GnssCenter/monitor/monitor.pro
r5454 r5459 17 17 18 18 thrift.target = gen-cpp 19 thrift.commands = "thrift -r -gen cpp rtnet.thrift"20 thrift.depends = rtnet.thriftrtnet_data.thrift19 thrift.commands = "thrift -r -gen cpp $(THRIFT_DIR)/rtnet.thrift" 20 thrift.depends = $(THRIFT_DIR)/rtnet.thrift $(THRIFT_DIR)/rtnet_data.thrift 21 21 22 22 QMAKE_EXTRA_TARGETS += thrift
Note:
See TracChangeset
for help on using the changeset viewer.