Changeset 9418 in ntrip
- Timestamp:
- Apr 26, 2021, 10:27:59 AM (4 years ago)
- Location:
- trunk/BNC
- Files:
-
- 15 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/ChangeLog.txt
r9404 r9418 2 2 BNC VERSION 2.13.0 (xx.xx.xxxx) current 3 3 -------------------------------------------------------------------------------- 4 Added ( ): PPP Client upgraded 5 Addad ( ): Ephemerides can be uploaded for individuel / all systems 6 in parallel 7 Open ( ): Support of Upload via Ntrip version 2.0 8 Added ( ): SP3 and clock rinex can be written for multi-GNSS 9 Added ( ): combination can be done per system (G,R,E,C,I,J,S) 4 10 Changed (19.03.2020): Upgrade to newmat11 5 11 Added (23.09.2019): IRNSS support is added wih respect to RTCM formats -
trunk/BNC/Example_Configs/17_Combi.bnc
r9404 r9418 129 129 uploadEphSample=5 130 130 uploadIntr=1 day 131 uploadMountpointsOut="products.igs-ip.net,2101,CLOCK,1,,Pass,IGS14,RTCM-SSR,2,Output/BNC ${GPSWD}.sp3,Output/BNC${GPSWD}.clk,,,,0 byte(s),"131 uploadMountpointsOut="products.igs-ip.net,2101,CLOCK,1,,Pass,IGS14,RTCM-SSR,2,Output/BNCOUTPUT0${V3PROD}.sp3,Output/BNCOUTPUT0${V3PROD}.clk,,,,0 byte(s)," 132 132 uploadSamplClkRnx=0 133 133 uploadSamplRtcmEph=0 -
trunk/BNC/Example_Configs/18_CombiPPP.bnc
r9404 r9418 129 129 uploadEphSample=5 130 130 uploadIntr=1 day 131 uploadMountpointsOut="products.igs-ip.net,2101,CLOCK,1,,Pass,IGS14,RTCM-SSR,2,Output/BNC ${GPSWD}.sp3,Output/BNC${GPSWD}.clk,,,,0 byte(s),"131 uploadMountpointsOut="products.igs-ip.net,2101,CLOCK,1,,Pass,IGS14,RTCM-SSR,2,Output/BNCOUTPUT0${V3PROD}.sp3,Output/BNCOUTPUT${V3PROD}.clk,,,,0 byte(s)," 132 132 uploadSamplClkRnx=0 133 133 uploadSamplRtcmEph=0 -
trunk/BNC/src/PPP_SSR_I/pppFilter.cpp
r9305 r9418 352 352 353 353 double offset = 0.0; 354 355 354 t_frequency::type frqA = t_frequency::G1; 356 355 t_frequency::type frqB = t_frequency::G2; -
trunk/BNC/src/bncclockrinex.cpp
r9146 r9418 100 100 << "ANALYSIS CENTER" << endl; 101 101 102 _out << " 54"102 _out << " 177 " 103 103 << "# OF SOLN SATS" << endl; 104 104 105 _out << "G01 G02 G03 G04 G05 G06 G07 G08 G09 G10 G11 G12 G13 G14 G15 " 106 << "PRN LIST" << endl; 107 108 _out << "G16 G17 G18 G19 G20 G21 G22 G23 G25 G26 G27 G28 G29 G30 G31 " 109 << "PRN LIST" << endl; 110 111 _out << "G32 R01 R02 R03 R05 R06 R07 R08 R09 R10 R11 R12 R13 R14 R15 " 112 << "PRN LIST" << endl; 113 114 _out << "R16 R17 R18 R19 R20 R21 R22 R23 R24 " 115 << "PRN LIST" << endl; 105 _out << "G01 G02 G03 G04 G05 G06 G07 G08 G09 G10 G11 G12 G13 G14 G15 PRN LIST" << endl; 106 _out << "G16 G17 G18 G19 G20 G21 G22 G23 G25 G26 G27 G28 G29 G30 G31 PRN LIST" << endl; 107 _out << "G32 R01 R02 R03 R05 R06 R07 R08 R09 R10 R11 R12 R13 R14 R15 PRN LIST" << endl; 108 _out << "R16 R17 R18 R19 R20 R21 R22 R23 R24 R25 R26 E01 E02 E03 E04 PRN LIST" << endl; 109 _out << "R16 R17 R18 R19 R20 R21 R22 R23 R24 R25 R26 E01 E02 E03 E04 PRN LIST" << endl; 110 _out << "E05 E06 E07 E08 E09 E10 E11 E12 E13 E14 E15 E16 E17 E18 E19 PRN LIST" << endl; 111 _out << "E20 E21 E22 E23 E24 E25 E26 E27 E28 E29 E30 E31 E32 E33 E34 PRN LIST" << endl; 112 _out << "E35 E36 C01 C02 C03 C04 C05 C06 C07 C08 C09 C10 C11 C12 C13 PRN LIST" << endl; 113 _out << "C14 C15 C16 C17 C18 C19 C20 C21 C22 C23 C24 C25 C26 C27 C28 PRN LIST" << endl; 114 _out << "C29 C30 C31 C32 C33 C34 C35 C36 C37 C38 C39 C40 C41 C42 C43 PRN LIST" << endl; 115 _out << "C44 C45 C46 C47 C48 C49 C50 C51 C52 C53 C54 C55 C56 C57 C58 PRN LIST" << endl; 116 _out << "C59 C60 C61 C62 C63 J01 J02 J03 J04 I01 I02 I03 I04 I05 I06 PRN LIST" << endl; 117 _out << "I07 S20 S24 S27 S28 S29 S33 S35 S37 S38 PRN LIST" << endl; 116 118 117 119 _out << " 0 IGS14 " -
trunk/BNC/src/bnchelp.html
r9404 r9418 4286 4286 4287 4287 <pre> 4288 /home/user/BNC ${GPSWD}.sp34289 </pre> 4290 4291 Note that '${GPSWD}' produces the GPS Week and Day number in the filename.</p>4288 /home/user/BNCOUTPUT0${V3PROD}.sp3 4289 </pre> 4290 Note that '${V3PROD}' produces the time stamp in the filename, which is related to the RINEX version 3 filename concept. 4291 </p> 4292 4292 <p> 4293 4293 Default is an empty option field, meaning that you do not want BNC to save the uploaded stream content in daily SP3 files. … … 4317 4317 Specify a path for saving the generated clock corrections as Clock RINEX files. If the specified directory does not exist, BNC will not create Clock RINEX files. The following is a path example for a Linux system: 4318 4318 <pre> 4319 /home/user/BNC ${GPSWD}.clk4320 </pre> 4321 Note that '${ GPSWD}' produces the GPS Week and Day number in the filename.4319 /home/user/BNCOUTPUT0${V3PROD}.clk 4320 </pre> 4321 Note that '${V3PROD}' produces the time stamp in the filename, which is related to the RINEX version 3 filename concept. 4322 4322 </p> 4323 4323 … … 5262 5262 <b>Upload Corrections Panel keys:</b> 5263 5263 uploadMountpointsOut {Upload corrections table [character string, semicolon separated list, each element in quotation marks, example: 5264 "igs-ip.net,2101,IGS01, pass,IGS14,0,/home/user/BNC$[GPSWD}.sp3,/home/user/BNC$[GPSWD}.clk,258,1,0;5265 euref-ip.net,2101,EUREF01, pass,ETRF2000,0,,,258,2,0"]}5264 "igs-ip.net,2101,IGS01,2,user,pass,IGS14,IGS-SSR,0,/home/user/BNCOUTPUT0${V3PROD}.sp3,BNCOUTPUT0${V3PROD}.clk,258,1,0; 5265 euref-ip.net,2101,EUREF01,2,user,pass,ETRF2000,IGS-SSR,0,,,258,2,0"]} 5266 5266 uploadIntr {Length of SP3 and Clock RINEX file interval [character string: 1 min|2 min|5 min|10 min|15 min|30 min|1 hour|1 day]} 5267 5267 uploadSamplRtcmEphCorr {Orbit corrections stream sampling rate [integer number of seconds: 0|5|10|15|20|25|30|35|40|45|50|55|60]} … … 5320 5320 (6) bnc --key mountPoints "//user:pass@mgex.igs-ip.net:2101/CUT07 RTCM_3.0 ETH 9.03 38.74 no 2; 5321 5321 //user:pass@igs-ip.net:2101/FFMJ1 RTCM_3.1 DEU 50.09 8.66 no 2" 5322 (7) bnc --key cmbStreams " CLK11 BLG 1.0;CLK93CNES 1.0"5323 (8) bnc --key uploadMountpointsOut "products.igs-ip.net,98756,TEST, letmein,IGS14,2,/Users/weber/BNC${GPSWD}.clk,,33,3,2;5324 euref-ip.net,333,TEST2, aaaaa,NAD83,2,,,33,5,5"5322 (7) bnc --key cmbStreams "SSRA00BKG1 BKG 1.0;SSRA00CNE1 CNES 1.0" 5323 (8) bnc --key uploadMountpointsOut "products.igs-ip.net,98756,TEST,2,user,passwd,IGS14,IGS-SSR,2,/Users/weber/BNCOUTPUT0${V3PROD}.clk,,33,3,2; 5324 euref-ip.net,333,TEST2,2,user,passwd,ETRF12000,IGS-SSR,2,,,33,5,5" 5325 5325 (9) bnc --key PPP/staTable "FFMJ1,100.0,100.0,100.0,100.0,100.0,100.0,0.1,3e-6,7777; 5326 5326 CUT07,100.0,100.0,100.0,100.0,100.0,100.0,0.1,3e-6,7778" -
trunk/BNC/src/bncmain.cpp
r9404 r9418 267 267 "Upload Corrections Panel keys:\n" 268 268 " uploadMountpointsOut {Upload corrections table [character string, semicolon separated list, each element in quotation marks, example:\n" 269 " \"igs-ip.net,2101,IGS01,pass,IGS14,0,/home/user/BNC $[GPSWD}.sp3,/home/user/BNC$[GPSWD}.clk,258,1,0;\n"269 " \"igs-ip.net,2101,IGS01,pass,IGS14,0,/home/user/BNCOUTPUT0${V3PROD}.sp3,/home/user/BNCOUTPUT0${V3PROD}.clk,258,1,0;\n" 270 270 " euref-ip.net,2101,EUREF01,pass,ETRF2000,0,,,258,2,0\"]}\n" 271 271 " uploadIntr {Length of SP3 and Clock RINEX file interval [character string: 1 min|2 min|5 min|10 min|15 min|30 min|1 hour|1 day]}\n" … … 325 325 "//user:pass@igs-ip.net:2101/FFMJ00DEU1 RTCM_3.1 DEU 50.09 8.66 no 2\"\n" 326 326 "(7) bnc --key cmbStreams \"CLK11 BLG 1.0;CLK93 CNES 1.0\"\n" 327 "(8) bnc --key uploadMountpointsOut \"products.igs-ip.net,98756,TEST,letmein,IGS14,2,/Users/weber/BNC ${GPSWD}.clk,,33,3,2;"327 "(8) bnc --key uploadMountpointsOut \"products.igs-ip.net,98756,TEST,letmein,IGS14,2,/Users/weber/BNCOUTPUT0${V3PROD}.clk,,33,3,2;" 328 328 "euref-ip.net,333,TEST2,aaaaa,ETRF2000,2,,,33,5,5\"\n" 329 329 "(9) bnc --key PPP/staTable \"FFMJ00DEU1,100.0,100.0,100.0,100.0,100.0,100.0,0.1,3e-6,7777;" -
trunk/BNC/src/bncoutf.cpp
r9158 r9418 151 151 QString baseName = _sklBaseName; 152 152 baseName.replace("${GPSWD}", gpswd); 153 baseName.replace("${V3}" , QString("_U_%1%2").arg(yyyy).arg(doy)); 154 if (_extension.count(".") == 2) {_extension.replace(0,1,"_"); } 155 156 return _path + baseName + epoStr + _extension; 153 baseName.replace("${V3OBS}" , QString("_U_%1%2").arg(yyyy).arg(doy)); 154 baseName.replace("${V3PROD}", QString("_%1%2").arg(yyyy).arg(doy)); 155 QString addition = ""; 156 if (_extension.contains("sp3") || _extension.contains("SP3")) { 157 addition = QString("_ORB"); 158 } 159 if (_extension.contains("clk") || _extension.contains("CLK")) { 160 addition = QString("_CLK"); 161 } 162 if (_extension.count(".") == 2) { 163 _extension.replace(0,1,"_"); 164 } 165 166 return _path + baseName + epoStr + addition + _extension; 157 167 } 158 168 -
trunk/BNC/src/bncsp3.cpp
r9178 r9418 137 137 } 138 138 139 _out << "# aP" << datTim.toString("yyyy MM dd hh mm").toLatin1().data()139 _out << "#dP" << datTim.toString("yyyy MM dd hh mm").toLatin1().data() 140 140 << setw(12) << setprecision(8) << sec 141 141 << " " << setw(7) << numEpo << " ORBIT IGS14 HLM IGS" << endl; … … 148 148 << setw(16) << setprecision(13) << dayfrac << endl; 149 149 150 _out << "+ 56G01G02G03G04G05G06G07G08G09G10G11G12G13G14G15G16G17\n"150 _out << "+ 177 G01G02G03G04G05G06G07G08G09G10G11G12G13G14G15G16G17\n" 151 151 << "+ G18G19G20G21G22G23G24G25G26G27G28G29G30G31G32R01R02\n" 152 152 << "+ R03R04R05R06R07R08R09R10R11R12R13R14R15R16R17R18R19\n" 153 << "+ R20R21R22R23R24 0 0 0 0 0 0 0 0 0 0 0 0\n" 154 << "+ 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0\n" 155 << "++ 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0\n" 156 << "++ 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0\n" 157 << "++ 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0\n" 158 << "++ 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0\n" 159 << "++ 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0\n" 160 << "%c cc cc ccc ccc cccc cccc cccc cccc ccccc ccccc ccccc ccccc\n" 153 << "+ R20R21R22R23R24R25R26E01E02E03E04E05E06E07E08E09E10\n" 154 << "+ E11E12E13E14E15E16E17E18E19E20E21E22E23E24E25E26E27\n" 155 << "+ E28E29E30E31E32E33E34E35E36C01C02C03C04C05C06C07C08\n" 156 << "+ C09C10C11C12C13C14C15C16C17C18C19C20C21C22C23C24C25\n" 157 << "+ C26C27C28C29C30C31C32C33C34C35C36C37C38C39C40C41C42\n" 158 << "+ C43C44C45C46C47C48C49C50C51C52C53C54C55C56C57C58C59\n" 159 << "+ C60C61C62C63J01J02J03J04I01I02I03I04I05I06I07S20S24\n" 160 << "+ S27S28S29S33S35S37S38 0 0 0 0 0 0 0 0 0 0\n" 161 << "++ 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0\n" 162 << "++ 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0\n" 163 << "++ 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0\n" 164 << "++ 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0\n" 165 << "++ 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0\n" 166 << "++ 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0\n" 167 << "++ 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0\n" 168 << "++ 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0\n" 169 << "++ 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0\n" 170 << "++ 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0\n" 171 << "++ 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0\n" 172 << "%c M cc GPS ccc cccc cccc cccc cccc ccccc ccccc ccccc ccccc\n" 161 173 << "%c cc cc ccc ccc cccc cccc cccc cccc ccccc ccccc ccccc ccccc\n" 162 174 << "%f 0.0000000 0.000000000 0.00000000000 0.000000000000000\n" -
trunk/BNC/src/bncwindow.cpp
r9386 r9418 1481 1481 // WhatsThis, Upload Corrections 1482 1482 // ----------------------------- 1483 _uploadTable->setWhatsThis(tr("<p>BNC can upload clock and orbit corrections to Broadcast Ephemeris (Broadcast Corrections) in RTCM Version 3 SSR format. You may have a situation where clocks and orbits come from an external Real-time Network Engine (1) or a situation where clock and orbit corrections are combined within BNC (2).</p><p>(1) BNC identifies a stream as coming from a Real-time Network Engine if its format is specified as 'RTNET' and hence its decoder string in the 'Streams' canvas is 'RTNET'. It encodes and uploads that stream to the specified Ntrip Broadcaster Host and Port</p><p>(2) BNC understands that it is expected to encode and upload combined Broadcast Ephemeris Corrections if you specify correction streams in the 'Combine Corrections' table.</p><p>To fill the 'Upload Corrections' table, hit the 'Add Row' button, double click on the 'Host' field to enter the IP or URL of an Ntrip Broadcaster and hit Enter. Select the Ntrip Version that shall be used for data upload. Then double click on the 'Port', 'Mount' and 'Password' fields to enter the Ntrip Broadcaster IP port (default is 80), the mountpoint and the stream upload password. If Ntrip Version 2 is chosen, click to the 'User' field to enter a stream upload user name. An empty 'Host' option field means that you don't want to upload corrections.</p><p>Select a target coordinate reference System (e.g. IGS14) for outgoing clock and orbit corrections.</p><p>By default orbit and clock corrections refer to Antenna Phase Center (APC). Tick 'CoM' to refer uploaded corrections to Center of Mass instead of APC.</p><p>Specify a path for saving generated Broadcast Corrections plus Broadcast Ephemeris as SP3 orbit files. If the specified directory does not exist, BNC will not create such files. The following is a path example for a Linux system: /home/user/BNC ${GPSWD}.sp3<br>Note that '${GPSWD}' produces the GPS Week and Day number in the filename.</p><p>Specify a path for saving generated Broadcast Correction clocks plus Broadcast Ephemeris clocks as Clock RINEX files. If the specified directory does not exist, BNC will not create Clock RINEX files. The following is a path example for a Linux system: /home/user/BNC${GPSWD}.clk<br>Note that '${GPSWD}' produces the GPS Week and Day number in the filename.</p><p>Finally, specify a SSR Provider ID (issued by RTCM), SSR Solution ID, and SSR Issue of Data number.</p><p>In case the 'Combine Corrections' table contains only one Broadcast Correction stream, BNC will add that stream content to the Broadcast Ephemeris to save results in files specified via SP3 and/or Clock RINEX file path. You should then define only the SP3 and Clock RINEX file path and no further option in the 'Upload Corrections' table. <i>[key: uploadMountpointsOut]</i></p>"));1483 _uploadTable->setWhatsThis(tr("<p>BNC can upload clock and orbit corrections to Broadcast Ephemeris (Broadcast Corrections) in RTCM Version 3 SSR format. You may have a situation where clocks and orbits come from an external Real-time Network Engine (1) or a situation where clock and orbit corrections are combined within BNC (2).</p><p>(1) BNC identifies a stream as coming from a Real-time Network Engine if its format is specified as 'RTNET' and hence its decoder string in the 'Streams' canvas is 'RTNET'. It encodes and uploads that stream to the specified Ntrip Broadcaster Host and Port</p><p>(2) BNC understands that it is expected to encode and upload combined Broadcast Ephemeris Corrections if you specify correction streams in the 'Combine Corrections' table.</p><p>To fill the 'Upload Corrections' table, hit the 'Add Row' button, double click on the 'Host' field to enter the IP or URL of an Ntrip Broadcaster and hit Enter. Select the Ntrip Version that shall be used for data upload. Then double click on the 'Port', 'Mount' and 'Password' fields to enter the Ntrip Broadcaster IP port (default is 80), the mountpoint and the stream upload password. If Ntrip Version 2 is chosen, click to the 'User' field to enter a stream upload user name. An empty 'Host' option field means that you don't want to upload corrections.</p><p>Select a target coordinate reference System (e.g. IGS14) for outgoing clock and orbit corrections.</p><p>By default orbit and clock corrections refer to Antenna Phase Center (APC). Tick 'CoM' to refer uploaded corrections to Center of Mass instead of APC.</p><p>Specify a path for saving generated Broadcast Corrections plus Broadcast Ephemeris as SP3 orbit files. If the specified directory does not exist, BNC will not create such files. The following is a path example for a Linux system: /home/user/BNCOUTPUT0${V3PROD}.sp3<br>Note that '${V3PROD}' produces the time stamp in the filename, which is related to the RINEX version 3 filename concept.</p><p>Specify a path for saving generated Broadcast Correction clocks plus Broadcast Ephemeris clocks as Clock RINEX files. If the specified directory does not exist, BNC will not create Clock RINEX files. The following is a path example for a Linux system: /home/user/BNCOUTPUT0${V3PROD}.clk<br>Note that '${V3PROD}' produces the time stamp in the filename, which is related to the RINEX version 3 filename concept.</p><p>Finally, specify a SSR Provider ID (issued by RTCM), SSR Solution ID, and SSR Issue of Data number.</p><p>In case the 'Combine Corrections' table contains only one Broadcast Correction stream, BNC will add that stream content to the Broadcast Ephemeris to save results in files specified via SP3 and/or Clock RINEX file path. You should then define only the SP3 and Clock RINEX file path and no further option in the 'Upload Corrections' table. <i>[key: uploadMountpointsOut]</i></p>")); 1484 1484 addUploadRowButton->setWhatsThis(tr("<p>Hit 'Add Row' button to add another line to the 'Upload Corrections' table.</p>")); 1485 1485 delUploadRowButton->setWhatsThis(tr("<p>Hit 'Del Row' button to delete the highlighted line(s) from the 'Upload Corrections' table.</p>")); -
trunk/BNC/src/pppMain.cpp
r9386 r9418 189 189 #ifdef USE_PPP 190 190 // Pseudo Observations 191 if (settings.value("PPP/pseudoObs").toString() == "Troposphere") { 191 if (settings.value("PPP/pseudoObs").toString() == "no") { 192 opt->_pseudoObsIono = false; 193 opt->_pseudoObsTropo = false; 194 } 195 else if (settings.value("PPP/pseudoObs").toString() == "Troposphere") { 192 196 opt->_pseudoObsIono = false; 193 197 opt->_pseudoObsTropo = true; -
trunk/BNC/src/pppRun.cpp
r9158 r9418 190 190 } 191 191 if (!v2filenames) { 192 logFileSkl = logFileSkl + ID9 + "${V3 }" + distStr + ".ppp";192 logFileSkl = logFileSkl + ID9 + "${V3PROD}" + distStr + ".ppp"; 193 193 } 194 194 else { … … 208 208 } 209 209 if (!v2filenames) { 210 nmeaFileSkl = nmeaFileSkl + ID9 + "${V3 }" + distStr + ".nmea";210 nmeaFileSkl = nmeaFileSkl + ID9 + "${V3PROD}" + distStr + ".nmea"; 211 211 } 212 212 else { -
trunk/BNC/src/pppWidgets.cpp
r9386 r9418 155 155 #else 156 156 _modelObs->addItems(QString("Ionosphere-free PPP,Uncombined PPP,PPP-RTK,DCM with Code Biases,DCM with Phase Biases").split(",")); 157 _pseudoObs->addItems(QString(" Troposphere,Iono+Tropo").split(","));157 _pseudoObs->addItems(QString("no,Troposphere,Iono+Tropo").split(",")); 158 158 #endif 159 159 -
trunk/BNC/src/src.pri
r9386 r9418 27 27 release:MOC_DIR=.moc/release 28 28 29 29 release:DEFINES += BNC_DEBUG_BCEP 30 30 debug:DEFINES += BNC_DEBUG_BCEP 31 #debug:DEFINES += BNC_DEBUG_PPP31 debug:DEFINES += BNC_DEBUG_PPP 32 32 #debug:DEFINES += BNC_DEBUG_SSR 33 release:DEFINES += BNC_DEBUG_BCEP34 35 33 36 34 # Include Path -
trunk/BNC/src/src.pro
r7229 r9418 2 2 TARGET = ../bnc 3 3 4 CONFIG -= debug5 CONFIG += release4 CONFIG += debug 5 CONFIG -= release 6 6 7 7 include(src.pri)
Note:
See TracChangeset
for help on using the changeset viewer.