- Timestamp:
- Feb 27, 2023, 5:59:03 PM (21 months ago)
- Location:
- trunk/BNC
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bnc.pro
r8255 r9983 1 greaterThan(QT_MAJOR_VERSION, 4):QT += printer widgets1 QT += printer widgets 2 2 QT += svg 3 3 -
trunk/BNC/src/bnchelp.html
r9971 r9983 748 748 and its location should be listed in the PATH environment variable. 749 749 </li> 750 <li>To use OpenGL, pass the command line option '-opengl d esktop' to the configure script.</li>750 <li>To use OpenGL, pass the command line option '-opengl dynamic' to the configure script.</li> 751 751 <li>Download the file 'qt-everywhere-opensource-src-5.15.8.zip' e.g. from 752 752 <a href="https://download.qt.io/official_releases/qt/5.15/5.15.8/single/" … … 756 756 <li>Go to directory C:\Qt\qt-everywhere-src-5.15.8 and configure Qt using command 757 757 <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-all758 .\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 759 759 </pre> 760 760 </li> … … 780 780 <li>Enter command 781 781 <pre> 782 jom (or nmake)782 nmake 783 783 </pre></li> 784 784 <li>Find binary file bnc.exe in directory named src.</li> … … 1022 1022 navigation data only. 1023 1023 Access 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" 1025 target="_blank">https://www.gsc-europa.eu/galileo/services/galileo-high-accuracy-service-has/internet-data-distribution-registration-form</a> 1025 1026 1026 1027 Purpose: Single Point Positioning in Quick-Start mode from observations of a -
trunk/BNC/src/src.pri
r9980 r9983 7 7 QT += svg 8 8 QT += printsupport 9 greaterThan(QT_MAJOR_VERSION, 4):QT += widgets10 greaterThan(QT_MAJOR_VERSION, 4):QT += core9 QT += widgets 10 QT += core 11 11 12 12 unix:QMAKE_CFLAGS_RELEASE -= -O2 … … 21 21 debug:DEFINES += SPLITBLOCK 22 22 debug:DEFINES += BNC_DEBUG_BCEP 23 debug:DEFINES += BNC_DEBUG_PPP23 #debug:DEFINES += BNC_DEBUG_PPP 24 24 #debug:DEFINES += BNC_DEBUG_SSR 25 25 #debug:DEFINES += BNC_DEBUG_CMB
Note:
See TracChangeset
for help on using the changeset viewer.