Index: trunk/GnssCenter/monitor/monitor.pro
===================================================================
--- trunk/GnssCenter/monitor/monitor.pro	(revision 6592)
+++ trunk/GnssCenter/monitor/monitor.pro	(revision 6593)
@@ -12,5 +12,6 @@
 release:MOC_DIR     = .moc/release
 
-THRIFT_ROOT = $(HOME)/Software/thrift
+THRIFT_ROOT  = $(HOME)/Software/thrift
+THRIFT_RTNET = $(HOME)/gpss_src/thrift
 
 INCLUDEPATH         += ../main ../qwt $$THRIFT_ROOT/include
@@ -19,6 +20,6 @@
 
 thrift.target   = gen-cpp
-thrift.commands = "$$THRIFT_ROOT/bin/thrift -r -gen cpp $(THRIFT_DIR)/rtnet.thrift"
-thrift.depends  = $(THRIFT_DIR)/rtnet.thrift $(THRIFT_DIR)/rtnet_data.thrift
+thrift.commands = "$$THRIFT_ROOT/bin/thrift -r -gen cpp $$THRIFT_RTNET/rtnet.thrift"
+thrift.depends  = $$THRIFT_RTNET/rtnet.thrift $$THRIFT_RTNET/rtnet_data.thrift
 
 PRE_TARGETDEPS      += gen-cpp
