Changeset 9983 in ntrip for trunk


Ignore:
Timestamp:
Feb 27, 2023, 5:59:03 PM (14 months ago)
Author:
stuerze
Message:

minor changes

Location:
trunk/BNC
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bnc.pro

    r8255 r9983  
    1 greaterThan(QT_MAJOR_VERSION, 4): QT += printer widgets
     1QT += printer widgets
    22QT += svg
    33
  • trunk/BNC/src/bnchelp.html

    r9971 r9983  
    748748and its location should be listed in the PATH environment variable.
    749749</li>
    750 <li>To use OpenGL, pass the command line option '-opengl desktop' to the configure script.</li>
     750<li>To use OpenGL, pass the command line option '-opengl dynamic' to the configure script.</li>
    751751<li>Download the file 'qt-everywhere-opensource-src-5.15.8.zip' e.g. from
    752752<a href="https://download.qt.io/official_releases/qt/5.15/5.15.8/single/"
     
    756756<li>Go to directory C:\Qt\qt-everywhere-src-5.15.8 and configure Qt using command
    757757<pre>
    758 .\configure -prefix C:\Qt\5.15.8\ -opensource -release -nomake tests -nomake examples -skip qtdoc -platform win32-msvc -mp -confirm-license -openssl-linked OPENSSL_PREFIX="C:\OpenSSL-Win64" -opengl desktop -webengine-proprietary-codecs -recheck-all
     758.\configure -prefix C:\Qt\5.15.8\ -opensource -release -platform win32-msvc -icu -I C:\icu-windows\include -L C:\icu-windows\lib64 -qt-pcre -qt-zlib -qt-freetype -qt-harfbuzz -qt-libpng -qt-libjpeg -qt-sqlite -qt-tiff -qt-webp -mp -confirm-license -openssl-linked OPENSSL_PREFIX="C:\OpenSSL-Win64" -opengl dynamic -webengine-proprietary-codecs -recheck-all -nomake tests -nomake examples -no-sql-mysql -skip qtdoc -skip qtquickcontrols -skip qtscript -skip qtxmlpatterns -skip qtandroidextras -skip qtgamepad -skip qtmultimedia -skip qtpurchasing -skip qtwayland -skip qtspeech -skip qtlottie -skip qtscxml -skip qt3d -skip qtcharts -skip qtdatavis3d -skip qtgraphicaleffects -skip qtquickcontrols -skip qtquickcontrols2 -skip qtremoteobjects 
    759759</pre>
    760760</li>
     
    780780<li>Enter command
    781781<pre>
    782    jom (or nmake)
     782   nmake
    783783</pre></li>
    784784<li>Find binary file bnc.exe in directory named src.</li>
     
    10221022navigation data only.
    10231023Access to the Galileo HAS Internet Data Distribution is available by registration:
    1024 <a href="https://www.gsc-europa.eu/galileo/services/galileo-high-accuracy-service-has/internet-data-distribution-registration-form" target="_blank">https://www.gsc-europa.eu/galileo/services/galileo-high-accuracy-service-has/internet-data-distribution-registration-form</a>
     1024<a href="https://www.gsc-europa.eu/galileo/services/galileo-high-accuracy-service-has/internet-data-distribution-registration-form"
     1025target="_blank">https://www.gsc-europa.eu/galileo/services/galileo-high-accuracy-service-has/internet-data-distribution-registration-form</a>
    10251026
    10261027Purpose: Single Point Positioning in Quick-Start mode from observations of a
  • trunk/BNC/src/src.pri

    r9980 r9983  
    77QT += svg
    88QT += printsupport
    9 greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
    10 greaterThan(QT_MAJOR_VERSION, 4): QT += core
     9QT += widgets
     10QT += core
    1111
    1212unix:QMAKE_CFLAGS_RELEASE   -= -O2
     
    2121debug:DEFINES   += SPLITBLOCK
    2222debug:DEFINES   += BNC_DEBUG_BCEP
    23 debug:DEFINES   += BNC_DEBUG_PPP
     23#debug:DEFINES   += BNC_DEBUG_PPP
    2424#debug:DEFINES   += BNC_DEBUG_SSR
    2525#debug:DEFINES   += BNC_DEBUG_CMB
Note: See TracChangeset for help on using the changeset viewer.