Hello, Paul.

I've read https://doc.qt.io/qt-6/qdoc-warnings.html, but still don't figure
it out.
BTW, I also tried to build docs of Qt-6.5.3, and still encountered the same
problem. For example:

C:/Test/qt-everywhere-src-6.5.3/qtbase/src/gui/image/qicon.cpp:1152: (qdoc)
> warning: Can't link to 'fallbackIconTheme()'
> C:/Test/qt-everywhere-src-6.5.3/qtbase/src/gui/image/qicon.cpp:1171:
> (qdoc) warning: Can't link to 'fallbackIconTheme()'

C:/Test/qt-everywhere-src-6.5.3/qtbase/src/gui/kernel/qaction.cpp:139:
> (qdoc) warning: Can't link to 'Qt Widgets - Application Example'


and

C:/Test/qt-everywhere-src-6.5.3/qtdoc/doc/src/qtmodules.qdoc:4: (qdoc)
> warning: Can't link to 'Qt PDF'
> C:/Test/qt-everywhere-src-6.5.3/qtdoc/doc/src/qtmodules.qdoc:4: (qdoc)
> warning: Can't link to 'Qt WebEngine'
> C:/Test/qt-everywhere-src-6.5.3/qtdoc/doc/src/qtmodules.qdoc:4: (qdoc)
> warning: Can't link to 'Qt Wayland Compositor'
> C:/Test/qt-everywhere-src-6.5.3/qtdoc/doc/src/wayland-and-qt.qdoc:4:
> (qdoc) warning: Can't link to 'Qt Wayland Compositor'


You can see the full logs in attachment:
*LOG-still-has-the-qdoc-warning-in-qt-6.5.3.txt*
Therefore, I think this problem might not be a bug.
Instead, I think it's probably because I missed something, but I don't know
which part is missing.
Could it be that I forgot to add some paths to a specific environment
variable?

---
Haowei Hsu
hwhsu1231@vb-windows MINGW64 ~
$ cd /c/Test/qt-everywhere-src-6.5.3

hwhsu1231@vb-windows MINGW64 /c/Test/qt-everywhere-src-6.5.3
$ rm -rf build

hwhsu1231@vb-windows MINGW64 /c/Test/qt-everywhere-src-6.5.3
$ mkdir build && cd build

hwhsu1231@vb-windows MINGW64 /c/Test/qt-everywhere-src-6.5.3/build
$ mkdir mingw-release && cd mingw-release

hwhsu1231@vb-windows MINGW64 /c/Test/qt-everywhere-src-6.5.3/build/mingw-release
$ ../../configure -release -nomake examples -nomake tests -- 
-DFEATURE_system_zlib=OFF -DFEATURE_zstd=OFF
+ mkdir -p qtbase
+ cd qtbase
+ exec /c/Test/qt-everywhere-src-6.5.3/qtbase/configure -top-level -release 
-nomake examples -nomake tests -- -DFEATURE_system_zlib=OFF -DFEATURE_zstd=OFF
-- Windows 10 SDK version:
'C:/msys64/mingw64/bin/cmake.exe' '-DFEATURE_system_zlib=OFF' 
'-DFEATURE_zstd=OFF' '-DQT_BUILD_EXAMPLES=FALSE' '-DQT_BUILD_TESTS=FALSE' 
'-DCMAKE_BUILD_TYPE=Release' '-G' 'Ninja' 'C:/Test/qt-everywhere-src-6.5.3'
-- The CXX compiler identification is GNU 13.2.0
-- The C compiler identification is GNU 13.2.0
-- The ASM compiler identification is GNU
-- Found assembler: C:/msys64/mingw64/bin/cc.exe
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: C:/msys64/mingw64/bin/c++.exe - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: C:/msys64/mingw64/bin/cc.exe - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Checking dependencies of submodule 'qtbase'
-- Checking dependencies of submodule 'qtimageformats'
-- Checking dependencies of submodule 'qtlanguageserver'
-- Checking dependencies of submodule 'qtshadertools'
-- Checking dependencies of submodule 'qtsvg'
-- Checking dependencies of submodule 'qtdeclarative'
-- Checking dependencies of submodule 'qtquicktimeline'
-- Checking dependencies of submodule 'qtquick3d'
-- Checking dependencies of submodule 'qtmultimedia'
-- Checking dependencies of submodule 'qt3d'
-- Checking dependencies of submodule 'qt5compat'
-- Checking dependencies of submodule 'qtactiveqt'
-- Checking dependencies of submodule 'qtcharts'
-- Checking dependencies of submodule 'qtcoap'
-- Checking dependencies of submodule 'qtconnectivity'
-- Checking dependencies of submodule 'qtdatavis3d'
-- Checking dependencies of submodule 'qtwebsockets'
-- Checking dependencies of submodule 'qthttpserver'
-- Checking dependencies of submodule 'qttools'
-- Checking dependencies of submodule 'qtserialport'
-- Checking dependencies of submodule 'qtpositioning'
-- Checking dependencies of submodule 'qtwebchannel'
-- Checking dependencies of submodule 'qtwebengine'
-- Checking dependencies of submodule 'qtdoc'
-- Checking dependencies of submodule 'qtgrpc'
-- Checking dependencies of submodule 'qtlocation'
-- Checking dependencies of submodule 'qtlottie'
-- Checking dependencies of submodule 'qtmqtt'
-- Checking dependencies of submodule 'qtnetworkauth'
-- Checking dependencies of submodule 'qtopcua'
-- Checking dependencies of submodule 'qtquick3dphysics'
-- Checking dependencies of submodule 'qtquickeffectmaker'
-- Checking dependencies of submodule 'qtremoteobjects'
-- Checking dependencies of submodule 'qtscxml'
-- Checking dependencies of submodule 'qtsensors'
-- Checking dependencies of submodule 'qtserialbus'
-- Checking dependencies of submodule 'qtspeech'
-- Checking dependencies of submodule 'qttranslations'
-- Checking dependencies of submodule 'qtvirtualkeyboard'
-- Checking dependencies of submodule 'qtwayland'
-- Checking dependencies of submodule 'qtwebview'
-- Configuring submodule 'qtbase'
            -DCMAKE_C_FLAGS_DEBUG=-g
            -DCMAKE_C_FLAGS_RELEASE=-O3 -DNDEBUG
            -DCMAKE_C_FLAGS_RELWITHDEBINFO=-O2 -g -DNDEBUG
            -DCMAKE_CXX_FLAGS_DEBUG=-g
            -DCMAKE_CXX_FLAGS_RELEASE=-O3 -DNDEBUG
            -DCMAKE_CXX_FLAGS_RELWITHDEBINFO=-O2 -g -DNDEBUG
            -DCMAKE_OBJCOPY=C:/msys64/mingw64/bin/objcopy.exe
            -DCMAKE_C_STANDARD=11
            -DCMAKE_C_STANDARD_REQUIRED=ON
            -DCMAKE_CXX_STANDARD=17
            -DCMAKE_CXX_STANDARD_REQUIRED=ON
            
-DCMAKE_MODULE_PATH:STRING=C:/Test/qt-everywhere-src-6.5.3/qtbase/cmake/platforms
-- Configuring submodule 'qtimageformats'
-- Configuring submodule 'qtlanguageserver'
-- Configuring submodule 'qtshadertools'
-- Configuring submodule 'qtsvg'
-- Configuring submodule 'qtdeclarative'
-- Configuring submodule 'qtquicktimeline'
-- Configuring submodule 'qtquick3d'
-- Configuring submodule 'qtmultimedia'
-- Configuring submodule 'qt3d'
CMake Warning (dev) at 
build/mingw-release/qtbase/lib/cmake/Qt6Qml/Qt6QmlBuildInternals.cmake:404 
(message):
  INSTALL_SOURCE_QMLTYPES option is deprecated and should not be used.
  Please port your module to use declarative type registration.
Call Stack (most recent call first):
  qt3d/src/quick3d/imports/render/CMakeLists.txt:10 (qt_internal_add_qml_module)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at 
build/mingw-release/qtbase/lib/cmake/Qt6Qml/Qt6QmlBuildInternals.cmake:404 
(message):
  INSTALL_SOURCE_QMLTYPES option is deprecated and should not be used.
  Please port your module to use declarative type registration.
Call Stack (most recent call first):
  qt3d/src/quick3d/imports/scene3d/CMakeLists.txt:10 
(qt_internal_add_qml_module)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at 
build/mingw-release/qtbase/lib/cmake/Qt6Qml/Qt6QmlBuildInternals.cmake:404 
(message):
  INSTALL_SOURCE_QMLTYPES option is deprecated and should not be used.
  Please port your module to use declarative type registration.
Call Stack (most recent call first):
  qt3d/src/quick3d/imports/extras/CMakeLists.txt:10 (qt_internal_add_qml_module)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at 
build/mingw-release/qtbase/lib/cmake/Qt6Qml/Qt6QmlBuildInternals.cmake:404 
(message):
  INSTALL_SOURCE_QMLTYPES option is deprecated and should not be used.
  Please port your module to use declarative type registration.
Call Stack (most recent call first):
  qt3d/src/quick3d/imports/scene2d/CMakeLists.txt:10 
(qt_internal_add_qml_module)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at 
build/mingw-release/qtbase/lib/cmake/Qt6Qml/Qt6QmlBuildInternals.cmake:404 
(message):
  INSTALL_SOURCE_QMLTYPES option is deprecated and should not be used.
  Please port your module to use declarative type registration.
Call Stack (most recent call first):
  qt3d/src/quick3d/imports/input/CMakeLists.txt:10 (qt_internal_add_qml_module)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at 
build/mingw-release/qtbase/lib/cmake/Qt6Qml/Qt6QmlBuildInternals.cmake:404 
(message):
  INSTALL_SOURCE_QMLTYPES option is deprecated and should not be used.
  Please port your module to use declarative type registration.
Call Stack (most recent call first):
  qt3d/src/quick3d/imports/logic/CMakeLists.txt:10 (qt_internal_add_qml_module)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at 
build/mingw-release/qtbase/lib/cmake/Qt6Qml/Qt6QmlBuildInternals.cmake:404 
(message):
  INSTALL_SOURCE_QMLTYPES option is deprecated and should not be used.
  Please port your module to use declarative type registration.
Call Stack (most recent call first):
  qt3d/src/quick3d/imports/animation/CMakeLists.txt:10 
(qt_internal_add_qml_module)
This warning is for project developers.  Use -Wno-dev to suppress it.

-- Configuring submodule 'qt5compat'
CMake Warning (dev) at 
build/mingw-release/qtbase/lib/cmake/Qt6Qml/Qt6QmlBuildInternals.cmake:404 
(message):
  INSTALL_SOURCE_QMLTYPES option is deprecated and should not be used.
  Please port your module to use declarative type registration.
Call Stack (most recent call first):
  qt5compat/src/imports/graphicaleffects5/CMakeLists.txt:36 
(qt_internal_add_qml_module)
This warning is for project developers.  Use -Wno-dev to suppress it.

-- Configuring submodule 'qtactiveqt'
-- Configuring submodule 'qtcharts'
-- Configuring submodule 'qtcoap'
-- Configuring submodule 'qtconnectivity'
-- Configuring submodule 'qtdatavis3d'
-- Configuring submodule 'qtwebsockets'
CMake Warning (dev) at 
build/mingw-release/qtbase/lib/cmake/Qt6Qml/Qt6QmlBuildInternals.cmake:404 
(message):
  INSTALL_SOURCE_QMLTYPES option is deprecated and should not be used.
  Please port your module to use declarative type registration.
Call Stack (most recent call first):
  qtwebsockets/src/imports/qmlwebsockets/CMakeLists.txt:4 
(qt_internal_add_qml_module)
This warning is for project developers.  Use -Wno-dev to suppress it.

-- Configuring submodule 'qthttpserver'
-- Configuring submodule 'qttools'
-- Configuring submodule 'qtserialport'
-- Configuring submodule 'qtpositioning'
-- Configuring submodule 'qtwebchannel'
CMake Warning (dev) at 
build/mingw-release/qtbase/lib/cmake/Qt6Qml/Qt6QmlBuildInternals.cmake:404 
(message):
  INSTALL_SOURCE_QMLTYPES option is deprecated and should not be used.
  Please port your module to use declarative type registration.
Call Stack (most recent call first):
  qtwebchannel/src/imports/webchannel/CMakeLists.txt:10 
(qt_internal_add_qml_module)
This warning is for project developers.  Use -Wno-dev to suppress it.

-- Configuring submodule 'qtwebengine'
[QtWebEngine] -- Windows 10 SDK version:
[QtWebEngine] -- Support check for QtWebEngine failed: node.js version 12 or 
later is required.
[QtWebEngine] -- Support check for QtPdf failed: node.js version 12 or later is 
required.
-- Configuring submodule 'qtdoc'
-- Configuring submodule 'qtgrpc'
-- Configuring submodule 'qtlocation'
-- Configuring submodule 'qtlottie'
-- Configuring submodule 'qtmqtt'
-- Configuring submodule 'qtnetworkauth'
-- Configuring submodule 'qtopcua'
-- Configuring submodule 'qtquick3dphysics'
-- Configuring submodule 'qtquickeffectmaker'
Nodes path: ./qml/QtQuickEffectMaker/defaultnodes
-- Configuring submodule 'qtremoteobjects'
-- Configuring submodule 'qtscxml'
-- Configuring submodule 'qtsensors'
-- Configuring submodule 'qtserialbus'
-- Configuring submodule 'qtspeech'
-- Configuring submodule 'qttranslations'
-- Configuring submodule 'qtvirtualkeyboard'
-- Configuring submodule 'qtwayland'
Skipping the build as the condition "LINUX OR MACOS OR QNX" is not met.
-- Configuring submodule 'qtwebview'
-- Could NOT find Qt6WebEngineCore (missing: Qt6WebEngineCore_DIR)
CMake Warning at build/mingw-release/qtbase/lib/cmake/Qt6/Qt6Config.cmake:214 
(message):
  Failed to find optional Qt component "WebEngineCore".

  Expected Config file at
  
"C:/Test/qt-everywhere-src-6.5.3/build/mingw-release/qtbase/lib/cmake/Qt6WebEngineCore/Qt6WebEngineCoreConfig.cmake"
  does NOT exist

Call Stack (most recent call first):
  qtwebview/CMakeLists.txt:15 (find_package)


-- Could NOT find Qt6WebEngineQuick (missing: Qt6WebEngineQuick_DIR)
CMake Warning at build/mingw-release/qtbase/lib/cmake/Qt6/Qt6Config.cmake:214 
(message):
  Failed to find optional Qt component "WebEngineQuick".

  Expected Config file at
  
"C:/Test/qt-everywhere-src-6.5.3/build/mingw-release/qtbase/lib/cmake/Qt6WebEngineQuick/Qt6WebEngineQuickConfig.cmake"
  does NOT exist

Call Stack (most recent call first):
  qtwebview/CMakeLists.txt:15 (find_package)



-- Configuration summary shown below. It has also been written to 
C:/Test/qt-everywhere-src-6.5.3/build/mingw-release/config.summary
-- Configure with --log-level=STATUS or higher to increase CMake's message 
verbosity. The log level does not persist across reconfigurations.

-- Configure summary:

Building for: win32-g++ (x86_64, CPU features: cx16 mmx sse sse2 sse3)
Compiler: gcc 13.2.0
Build options:
  Mode ................................... release
  Optimize release build for size ........ no
  Fully optimize release builds (-O3) .... no
  Building shared libraries .............. yes
  Using C standard ....................... C11
  Using C++ standard ..................... C++17
  Unity Build ............................ no
  Relocatable ............................ yes
  Using precompiled headers .............. yes
  Using Link Time Optimization (LTCG) .... no
  Using Intel CET ........................ no
  Target compiler supports:
    x86 Intrinsics ....................... Basic VAES AVX512VBMI2
  Sanitizers:
    Addresses ............................ no
    Threads .............................. no
    Memory ............................... no
    Fuzzer (instrumentation only) ........ no
    Undefined ............................ no
  Build parts ............................ libs tools
  App store compliance ................... no
Qt modules and options:
  Qt Concurrent .......................... yes
  Qt D-Bus ............................... yes
  Qt D-Bus directly linked to libdbus .... no
  Qt Gui ................................. yes
  Qt Network ............................. yes
  Qt PrintSupport ........................ yes
  Qt Sql ................................. yes
  Qt Testlib ............................. yes
  Qt Widgets ............................. yes
  Qt Xml ................................. yes
Support enabled for:
  Using pkg-config ....................... no
  udev ................................... no
  OpenSSL ................................ yes
    Qt directly linked to OpenSSL ........ no
  OpenSSL 1.1 ............................ no
  OpenSSL 3.0 ............................ yes
  Using system zlib ...................... no
  Zstandard support ...................... no
  Thread support ......................... yes
Common build options:
  Linker can resolve circular dependencies  yes
Qt Core:
  backtrace .............................. no
  DoubleConversion ....................... yes
    Using system DoubleConversion ........ no
  GLib ................................... no
  ICU .................................... no
  Using system libb2 ..................... yes
  Built-in copy of the MIME database ..... yes
  cpp/winrt base ......................... no
  Tracing backend ........................ <none>
  Logging backends:
    journald ............................. no
    syslog ............................... no
    slog2 ................................ no
  PCRE2 .................................. yes
    Using system PCRE2 ................... no
  Application permissions ................ no
Qt Sql:
  SQL item models ........................ yes
Qt Network:
  getifaddrs() ........................... no
  IPv6 ifname ............................ no
  libproxy ............................... no
  Schannel ............................... yes
  DTLS ................................... yes
  OCSP-stapling .......................... yes
  SCTP ................................... no
  Use system proxies ..................... yes
  GSSAPI ................................. no
  Brotli Decompression Support ........... yes
  qIsEffectiveTLD() ...................... yes
    Built-in publicsuffix database ....... yes
    System publicsuffix database ......... no
Core tools:
  Android deployment tool ................ yes
  macOS deployment tool .................. no
  Windows deployment tool ................ yes
  qmake .................................. yes
Qt Gui:
  Accessibility .......................... yes
  FreeType ............................... yes
    Using system FreeType ................ no
  HarfBuzz ............................... yes
    Using system HarfBuzz ................ no
  Fontconfig ............................. no
  Image formats:
    GIF .................................. yes
    ICO .................................. yes
    JPEG ................................. yes
      Using system libjpeg ............... no
    PNG .................................. yes
      Using system libpng ................ no
  Text formats:
    HtmlParser ........................... yes
    CssParser ............................ yes
    OdfWriter ............................ yes
    MarkdownReader ....................... yes
      Using system libmd4c ............... no
    MarkdownWriter ....................... yes
  EGL .................................... no
  OpenVG ................................. no
  OpenGL:
    Desktop OpenGL ....................... no
    Dynamic OpenGL ....................... yes
    OpenGL ES 2.0 ........................ no
    OpenGL ES 3.0 ........................ no
    OpenGL ES 3.1 ........................ no
    OpenGL ES 3.2 ........................ no
  Vulkan ................................. no
  Session Management ..................... yes
Features used by QPA backends:
  evdev .................................. no
  libinput ............................... no
  HiRes wheel support in libinput ........ no
  INTEGRITY HID .......................... no
  mtdev .................................. no
  tslib .................................. no
  xkbcommon .............................. no
  X11 specific:
    XLib ................................. no
    XCB Xlib ............................. no
    EGL on X11 ........................... no
    xkbcommon-x11 ........................ no
    xcb-sm ............................... no
QPA backends:
  DirectFB ............................... no
  EGLFS .................................. no
  EGLFS details:
    EGLFS OpenWFD ........................ no
    EGLFS i.Mx6 .......................... no
    EGLFS i.Mx6 Wayland .................. no
    EGLFS RCAR ........................... no
    EGLFS EGLDevice ...................... no
    EGLFS GBM ............................ no
    EGLFS VSP2 ........................... no
    EGLFS Mali ........................... no
    EGLFS Raspberry Pi ................... no
    EGLFS X11 ............................ no
  LinuxFB ................................ no
  VNC .................................... no
  VK_KHR_display ......................... no
  QNX:
    lgmon ................................ no
    IMF .................................. no
  XCB:
    Using system-provided xcb-xinput ..... no
    GL integrations:
      GLX Plugin ......................... no
        XCB GLX .......................... no
      EGL-X11 Plugin ..................... no
  Windows:
    Direct 2D ............................ yes
    Direct 2D 1.1 ........................ yes
    DirectWrite .......................... yes
    DirectWrite 3 ........................ yes
Qt Widgets:
  GTK+ ................................... no
  Styles ................................. Fusion Windows WindowsVista
Qt Testlib:
  Tester for item models ................. yes
  Batch tests ............................ no
Qt PrintSupport:
  CUPS ................................... no
Qt Sql Drivers:
  DB2 (IBM) .............................. no
  InterBase .............................. no
  MySql .................................. no
  OCI (Oracle) ........................... no
  ODBC ................................... yes
  PostgreSQL ............................. yes
  SQLite ................................. yes
    Using system provided SQLite ......... no
Further Image Formats:
  JasPer ................................. no
  MNG .................................... no
  TIFF ................................... yes
    Using system libtiff ................. no
  WEBP ................................... yes
    Using system libwebp ................. no
Qt QML:
  QML network support .................... yes
  QML debugging and profiling support .... yes
  QML just-in-time compiler .............. yes
  QML XML http request ................... yes
  QML Locale ............................. yes
Qt QML Models:
  QML list model ......................... yes
  QML delegate model ..................... yes
Qt Quick:
  AnimatedImage item ..................... yes
  Canvas item ............................ yes
  Support for Qt Quick Designer .......... yes
  Flipable item .......................... yes
  GridView item .......................... yes
  ListView item .......................... yes
  TableView item ......................... yes
  TreeView item .......................... yes
  Path support ........................... yes
  PathView item .......................... yes
  Positioner items ....................... yes
  Repeater item .......................... yes
  ShaderEffect item ...................... yes
  Sprite item ............................ yes
Qt Quick Templates 2:
  Hover support .......................... yes
  Multi-touch support .................... yes
  Calendar support ....................... yes
Qt Quick Controls 2:
  Styles ................................. Basic Fusion Imagine iOS Material 
Universal macOS Windows
QtQuick3D:
  Assimp ................................. yes
  System Assimp .......................... no
Qt Multimedia:
  Spatial Audio .......................... yes
  Spatial Audio (Quick3D) ................ yes
  Low level Audio Backend:
    ALSA (experimental) .................. no
    PulseAudio ........................... no
    MMRenderer ........................... no
    CoreAudio ............................ no
    Windows Media SDK .................... yes
    Open SLES (Android) .................. no
    Web Assembly ......................... no
  Plugin:
    GStreamer 1.0 ........................ no
    FFmpeg ............................... no
    MMRenderer ........................... no
    AVFoundation ......................... no
    Windows Media Foundation ............. yes
  Hardware acceleration and features:
    Video for Linux ...................... no
    VAAPI support ........................ no
    Linux DMA buffer support ............. no
    VideoToolbox ......................... no
Qt 3D:
  Assimp ................................. yes
  System Assimp .......................... no
  Use SSE2 instructions .................. yes
  Use AVX2 instructions .................. no
  Aspects:
    Render aspect ........................ yes
    Input aspect ......................... yes
    Logic aspect ......................... yes
    Animation aspect ..................... yes
    Extras aspect ........................ yes
Qt 3D APIs:
  Vulkan ................................. no
Qt 3D Renderers:
  OpenGL Renderer ........................ yes
  RHI Renderer ........................... yes
Qt3D Geometry Loaders:
  Autodesk FBX ........................... no
Qt 5 Compatibility Libraries:
  iconv .................................. no
Qt Charts Types:
  Area Chart ............................. yes
  Line Chart ............................. yes
  Spline Chart ........................... yes
  Scatter Chart .......................... yes
  Bar Chart .............................. yes
  Pie Chart .............................. yes
  Boxplot Chart .......................... yes
  Candlestick Chart ...................... yes
Qt Axis Types:
  DateTime Axis .......................... yes
Qt Bluetooth:
  BlueZ .................................. no
  BlueZ Low Energy ....................... no
  Linux Crypto API ....................... no
  WinRT Bluetooth API .................... no
Qt Tools:
  Qt Assistant ........................... yes
  QDoc ................................... yes
  Clang-based lupdate parser ............. yes
  Qt Designer ............................ yes
  Qt Distance Field Generator ............ yes
  Qt Linguist ............................ yes
  pixeltool .............................. yes
  qdbus .................................. yes
  Qt Attributions Scanner ................ yes
  qtdiag ................................. yes
  qtplugininfo ........................... yes
Serial Port:
  ntddmodm ............................... no
WebEngine Repository Build Options:
  Build Ninja ............................ no
  Build Gn ............................... yes
  Jumbo Build ............................ yes
  Developer build ........................ no
  Build QtWebEngine Modules:
    Build QtWebEngineCore ................ no
    Build QtWebEngineWidgets ............. no
    Build QtWebEngineQuick ............... no
  Build QtPdf Modules:
    Build QtPdfWidgets ................... no
    Build QtPdfQuick ..................... no
Qt Protobuf tools:
  Qt Protobuf generator .................. no
Qt GRPC:
  gRPC support ........................... yes
  Native gRPC support .................... no
Qt GRPC tools:
  Qt GRPC generator ...................... no
Qt Opcua:
  Open62541 .............................. yes
  Unified Automation C++ SDK ............. no
  Support for namespace 0 NodeId names ... yes
  Namespace 0 NodeIds generator .......... no
  Open62541 security support ............. yes
  Support for global discovery server .... yes
Qt Remote Objects:
  High Availability Manager (ham) ........ no
Qt Scxml:
  ECMAScript data model for QtScxml ...... yes
Qt Sensors:
  WinRT sensors backend .................. no
Qt SerialBus:
  Socket CAN ............................. no
  Socket CAN FD .......................... no
  SerialPort Support ..................... yes
Qt TextToSpeech:
  Flite .................................. no
  Flite with ALSA ........................ no
  Speech Dispatcher ...................... no
Qt Virtualkeyboard:
  Desktop integration .................... yes
  Built-in layouts ....................... yes
  Key navigation ......................... no
  Retro style as default ................. no
  Sensitive Debug ........................ no
  Cerence ................................ no
    Static Linking ....................... no
    Handwriting .......................... no
      Alphabetic ......................... no
      CJK ................................ no
    XT9 .................................. no
      XT9 Debug .......................... no
      XT9 9-key layouts .................. no
    Bundle resources ..................... no
      Handwriting ........................ no
      XT9 ................................ no
  Hunspell ............................... no
    Using Hunspell copy from 3rdparty/ ... no
  OpenWnn ................................ yes
  MyScript ............................... no
  Language support enabled for:
    Arabic ............................... yes
    Bulgarian ............................ yes
    Czech ................................ yes
    Danish ............................... yes
    German ............................... yes
    Greek ................................ yes
    English GB ........................... yes
    English US ........................... yes
    Spanish .............................. yes
    Spanish Mexico ....................... yes
    Estonian ............................. yes
    Farsi ................................ yes
    Finnish .............................. yes
    French Canada ........................ yes
    French France ........................ yes
    Hebrew ............................... yes
    Hindi ................................ yes
    Croatian ............................. yes
    Hungarian ............................ yes
    Indonesian ........................... yes
    Italian .............................. yes
    Japanese ............................. yes
    Korean ............................... yes
    Malay ................................ yes
    Norwegian ............................ yes
    Dutch ................................ yes
    Polish ............................... yes
    Portuguese Brazil .................... yes
    Portuguese Portugal .................. yes
    Romanian ............................. yes
    Russian .............................. yes
    Slovak ............................... yes
    Slovenian ............................ yes
    Albanian ............................. yes
    Serbian .............................. yes
    Swedish .............................. yes
    Thai ................................. yes
    Turkish .............................. yes
    Ukrainian ............................ yes
    Vietnamese ........................... yes
    Simplified Chinese ................... yes
    Traditional Chinese .................. yes
    HongKong Chinese ..................... no
  Traditional chinese input methods:
    Zhuyin ............................... yes
    Cangjie .............................. yes


Note: Hunspell in Qt Virtual Keyboard is not enabled. Spelling correction will 
not be available.

WARNING: Basic cpp/winrt support missing. Some features might not be available.
WARNING: QtWebEngine won't be built. node.js version 12 or later is required.
WARNING: QtPdf won't be built. node.js version 12 or later is required.

--

Qt is now configured for building. Just run 'cmake --build . --parallel'

Once everything is built, you must run 'cmake --install .'
Qt will be installed into 'C:/Qt/Qt-6.5.3'

To configure and build other Qt modules, you can use the following convenience 
script:
        C:/Qt/Qt-6.5.3/bin/qt-configure-module.bat

If reconfiguration fails for some reason, try removing 'CMakeCache.txt' from 
the build directory
Alternatively, you can add the --fresh flag to your CMake flags.

-- Configuring done (631.8s)
-- Generating done (58.3s)
-- Build files have been written to: 
C:/Test/qt-everywhere-src-6.5.3/build/mingw-release

hwhsu1231@vb-windows MINGW64 /c/Test/qt-everywhere-src-6.5.3/build/mingw-release
$ cmake --build . --target html_docs --parallel 4
[34/1355] Compiling syncqt
[1/1] Cleaning all built files...
Cleaning... 2 files.
[1/2] Building CXX object CMakeFiles/syncqt.dir/main.cpp.obj
[2/2] Linking CXX executable 
C:\Test\qt-everywhere-src-6.5.3\build\mingw-release\qtbase\bin\syncqt.exe
[155/1355] Building C object 
qtbase/src/tools/bootstrap/CMakeFiles/Bootstrap.dir/__/__/3rdparty/pcre2/src/pcre2_compile.c.obj
C:/Test/qt-everywhere-src-6.5.3/qtbase/src/3rdparty/pcre2/src/pcre2_compile.c: 
In function 'compile_regex':
C:/Test/qt-everywhere-src-6.5.3/qtbase/src/3rdparty/pcre2/src/pcre2_compile.c:8169:17:
 warning: storing the address of local variable 'capitem' in '*cb.open_caps' 
[-Wdangling-pointer=]
 8169 |   cb->open_caps = &capitem;
      |   ~~~~~~~~~~~~~~^~~~~~~~~~
C:/Test/qt-everywhere-src-6.5.3/qtbase/src/3rdparty/pcre2/src/pcre2_compile.c:8106:14:
 note: 'capitem' declared here
 8106 | open_capitem capitem;
      |              ^~~~~~~
C:/Test/qt-everywhere-src-6.5.3/qtbase/src/3rdparty/pcre2/src/pcre2_compile.c:8100:39:
 note: 'cb' declared here
 8100 |   branch_chain *bcptr, compile_block *cb, PCRE2_SIZE *lengthptr)
[1029/1355] Building CXX object 
qtdeclarative/src/qml/CMakeFiles/Qml.dir/memory/qv4stacklimits.cpp.obj
In file included from C:/msys64/mingw64/include/winnt.h:27,
                 from C:/msys64/mingw64/include/minwindef.h:163,
                 from C:/msys64/mingw64/include/windef.h:9,
                 from C:/msys64/mingw64/include/windows.h:69,
                 from 
C:/Test/qt-everywhere-src-6.5.3/qtbase/src/corelib/global/qt_windows.h:28,
                 from 
C:/Test/qt-everywhere-src-6.5.3/build/mingw-release/qtbase/include/QtCore/qt_windows.h:1,
                 from 
C:/Test/qt-everywhere-src-6.5.3/qtdeclarative/src/qml/memory/qv4stacklimits.cpp:15:
In function 'long long unsigned int __readgsqword(long unsigned int)',
    inlined from '_TEB* NtCurrentTeb()' at 
C:/msys64/mingw64/include/winnt.h:10019:86,
    inlined from 'QV4::StackProperties QV4::stackProperties()' at 
C:/Test/qt-everywhere-src-6.5.3/qtdeclarative/src/qml/memory/qv4stacklimits.cpp:152:62:
C:/msys64/mingw64/include/psdk_inc/intrin-impl.h:838:1: warning: array 
subscript 0 is outside array bounds of 'long long unsigned int [0]' 
[-Warray-bounds=]
  838 | __buildreadseg(__readgsqword, unsigned __int64, "gs", "q")
      | ^~~~~~~~~~~~~~
In function 'QV4::StackProperties QV4::stackProperties()':
cc1plus.exe: note: source object is likely at address zero
[1216/1355] cmd.exe /C "cd /D 
C:\Test\qt-everywhere-src-6.5.3\build\mingw-release\qtbase\src\concurrent && 
C:\msys64...no-link-errors 
@C:/Test/qt-everywhere-src-6.5.3/build/mingw-release/qtbase/src/concurrent/.doc/Release/includes.txt
qt.qdoc: Cannot find index directory:  
"C:/Test/qt-everywhere-src-6.5.3/build/mingw-release/./doc"
[1217/1355] cmd.exe /C "cd /D 
C:\Test\qt-everywhere-src-6.5.3\build\mingw-release\qtbase\src\sql && 
C:\msys64\mingw6..../doc -no-link-errors 
@C:/Test/qt-everywhere-src-6.5.3/build/mingw-release/qtbase/src/sql/.doc/Release/includes.txt
qt.qdoc: Cannot find index directory:  
"C:/Test/qt-everywhere-src-6.5.3/build/mingw-release/./doc"
[1221/1355] cmd.exe /C "cd /D 
C:\Test\qt-everywhere-src-6.5.3\build\mingw-release\qtbase\src\network && 
C:\msys64\mi...c -no-link-errors 
@C:/Test/qt-everywhere-src-6.5.3/build/mingw-release/qtbase/src/network/.doc/Release/includes.txt
qt.qdoc: Cannot find index directory:  
"C:/Test/qt-everywhere-src-6.5.3/build/mingw-release/./doc"
[1225/1355] cmd.exe /C "cd /D 
C:\Test\qt-everywhere-src-6.5.3\build\mingw-release\qtimageformats\src\imageformats
 &&...rors 
@C:/Test/qt-everywhere-src-6.5.3/build/mingw-release/qtimageformats/src/imageformats/.doc/Release/includes.txt
qt.qdoc: No include paths passed to qdoc; guessing reasonable include paths
[1239/1355] cmd.exe /C "cd /D 
C:\Test\qt-everywhere-src-6.5.3\build\mingw-release\qtbase\src\corelib && 
C:\msys64\mi...c -no-link-errors 
@C:/Test/qt-everywhere-src-6.5.3/build/mingw-release/qtbase/src/corelib/.doc/Release/includes.txt
qt.qdoc: Cannot find index directory:  
"C:/Test/qt-everywhere-src-6.5.3/build/mingw-release/./doc"
[1264/1355] cmd.exe /C "cd /D 
C:\Test\qt-everywhere-src-6.5.3\build\mingw-release\qtdoc\doc\src\cmake && 
C:\msys64\m... -no-link-errors 
@C:/Test/qt-everywhere-src-6.5.3/build/mingw-release/qtdoc/doc/src/cmake/.doc/Release/includes.txt
qt.qdoc: No include paths passed to qdoc; guessing reasonable include paths
[1266/1355] cmd.exe /C "cd /D 
C:\Test\qt-everywhere-src-6.5.3\build\mingw-release\qtdoc\doc && 
C:\msys64\mingw64\bin...ease/./doc -no-link-errors 
@C:/Test/qt-everywhere-src-6.5.3/build/mingw-release/qtdoc/doc/.doc/Release/includes.txt
qt.qdoc: No include paths passed to qdoc; guessing reasonable include paths
[1289/1355] cmd.exe /C "cd /D 
C:\Test\qt-everywhere-src-6.5.3\build\mingw-release\qtbase\src\dbus && 
C:\msys64\mingw.../mingw-release/./doc 
@C:/Test/qt-everywhere-src-6.5.3/build/mingw-release/qtbase/src/dbus/.doc/Release/includes.txt
C:/Test/qt-everywhere-src-6.5.3/qtbase/src/dbus/qdbuspendingreply.cpp:131: 
(qdoc) warning: Cannot find 'QDBusPendingReply::anonymous' specified with 
'\enum' in any header file
C:/Test/qt-everywhere-src-6.5.3/qtbase/src/dbus/qdbusreply.cpp:143: (qdoc) 
warning: clang couldn't find function when parsing \fn template <typename T> 
QDBusReply<T>::value() const
C:/Test/qt-everywhere-src-6.5.3/qtbase/src/dbus/qdbusunixfiledescriptor.cpp:203:
 (qdoc) warning: Cannot tie this documentation to anything
    [qdoc found a /*! ... */ comment, but there was no topic command (e.g., 
'\fn', '\page') in the comment and no function definition following the 
comment.]
C:/Test/qt-everywhere-src-6.5.3/qtbase/src/dbus/qdbusunixfiledescriptor.cpp:218:
 (qdoc) warning: Cannot tie this documentation to anything
    [qdoc found a /*! ... */ comment, but there was no topic command (e.g., 
'\fn', '\page') in the comment and no function definition following the 
comment.]
C:/Test/qt-everywhere-src-6.5.3/qtbase/src/dbus/qdbusunixfiledescriptor.cpp:108:
 (qdoc) warning: Can't link to 'setFileDescriptor()'
[1291/1355] cmd.exe /C "cd /D 
C:\Test\qt-everywhere-src-6.5.3\build\mingw-release\qtbase\src\network && 
C:\msys64\mi...ngw-release/./doc 
@C:/Test/qt-everywhere-src-6.5.3/build/mingw-release/qtbase/src/network/.doc/Release/includes.txt
C:/Test/qt-everywhere-src-6.5.3/qtbase/src/network/kernel/qhostinfo.cpp:263: 
(qdoc) warning: clang couldn't find function when parsing \fn template<typename 
Functor> int QHostInfo::lookupHost(const QString &name, Functor &&functor)
[1292/1355] cmd.exe /C "cd /D 
C:\Test\qt-everywhere-src-6.5.3\build\mingw-release\qtbase\src\testlib && 
C:\msys64\mi...ngw-release/./doc 
@C:/Test/qt-everywhere-src-6.5.3/build/mingw-release/qtbase/src/testlib/.doc/Release/includes.txt
C:/Test/qt-everywhere-src-6.5.3/qtbase/src/testlib/qsignalspy.qdoc:124: (qdoc) 
warning: Command '\snippet (//! [5])' failed at end of file 
'C:/Test/qt-everywhere-src-6.5.3/qtbase/src/testlib/doc/snippets/code/doc_src_qsignalspy.cpp'
[1295/1355] cmd.exe /C "cd /D 
C:\Test\qt-everywhere-src-6.5.3\build\mingw-release\qtimageformats\src\imageformats
 &&.../doc 
@C:/Test/qt-everywhere-src-6.5.3/build/mingw-release/qtimageformats/src/imageformats/.doc/Release/includes.txt
qt.qdoc: No include paths passed to qdoc; guessing reasonable include paths
[1298/1355] cmd.exe /C "cd /D 
C:\Test\qt-everywhere-src-6.5.3\build\mingw-release\qtbase\src\widgets && 
C:\msys64\mi...ngw-release/./doc 
@C:/Test/qt-everywhere-src-6.5.3/build/mingw-release/qtbase/src/widgets/.doc/Release/includes.txt
C:/Test/qt-everywhere-src-6.5.3/qtbase/examples/widgets/doc/src/lineedits.qdoc:7:
 (qdoc) warning: Unknown command '\examplecateogry'
C:/Test/qt-everywhere-src-6.5.3/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp:233:
 (qdoc) warning: Cannot find 'QGraphicsItem::anonymous' specified with '\enum' 
in any header file
C:/Test/qt-everywhere-src-6.5.3/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp:251:
 (qdoc) warning: Cannot find 'QGraphicsPathItem::anonymous' specified with 
'\enum' in any header file
C:/Test/qt-everywhere-src-6.5.3/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp:259:
 (qdoc) warning: Cannot find 'QGraphicsRectItem::anonymous' specified with 
'\enum' in any header file
C:/Test/qt-everywhere-src-6.5.3/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp:267:
 (qdoc) warning: Cannot find 'QGraphicsEllipseItem::anonymous' specified with 
'\enum' in any header file
C:/Test/qt-everywhere-src-6.5.3/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp:275:
 (qdoc) warning: Cannot find 'QGraphicsPolygonItem::anonymous' specified with 
'\enum' in any header file
C:/Test/qt-everywhere-src-6.5.3/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp:283:
 (qdoc) warning: Cannot find 'QGraphicsPixmapItem::anonymous' specified with 
'\enum' in any header file
C:/Test/qt-everywhere-src-6.5.3/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp:291:
 (qdoc) warning: Cannot find 'QGraphicsTextItem::anonymous' specified with 
'\enum' in any header file
C:/Test/qt-everywhere-src-6.5.3/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp:299:
 (qdoc) warning: Cannot find 'QGraphicsSimpleTextItem::anonymous' specified 
with '\enum' in any header file
C:/Test/qt-everywhere-src-6.5.3/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp:307:
 (qdoc) warning: Cannot find 'QGraphicsItemGroup::anonymous' specified with 
'\enum' in any header file
C:/Test/qt-everywhere-src-6.5.3/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp:315:
 (qdoc) warning: Cannot find 'QGraphicsLineItem::anonymous' specified with 
'\enum' in any header file
C:/Test/qt-everywhere-src-6.5.3/qtbase/src/widgets/graphicsview/qgraphicsproxywidget.cpp:1550:
 (qdoc) warning: Cannot find 'QGraphicsProxyWidget::anonymous' specified with 
'\enum' in any header file
C:/Test/qt-everywhere-src-6.5.3/qtbase/src/widgets/graphicsview/qgraphicswidget.cpp:2180:
 (qdoc) warning: Cannot find 'QGraphicsWidget::anonymous' specified with 
'\enum' in any header file
C:/Test/qt-everywhere-src-6.5.3/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp:6519:
 (qdoc) warning: Can't link to 'UserType'
C:/Test/qt-everywhere-src-6.5.3/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp:6504:
 (qdoc) warning: Can't link to 'QGraphicsItem::UserType'
[1299/1355] cmd.exe /C "cd /D 
C:\Test\qt-everywhere-src-6.5.3\build\mingw-release\qtdeclarative\src\qmlmodels 
&& C:\...se/./doc 
@C:/Test/qt-everywhere-src-6.5.3/build/mingw-release/qtdeclarative/src/qmlmodels/.doc/Release/includes.txt
C:/Test/qt-everywhere-src-6.5.3/qtdeclarative/src/qmlmodels/qquickpackage.cpp:11:
 (qdoc) warning: Can't link to 'Qt Quick Demo - Photo Viewer'
[1301/1355] cmd.exe /C "cd /D 
C:\Test\qt-everywhere-src-6.5.3\build\mingw-release\qtdeclarative\src\qml && 
C:\msys64...-release/./doc 
@C:/Test/qt-everywhere-src-6.5.3/build/mingw-release/qtdeclarative/src/qml/.doc/Release/includes.txt
C:/Test/qt-everywhere-src-6.5.3/qtdeclarative/src/qml/doc/src/qmlfunctions.qdoc:349:
 (qdoc) warning: Can't link to 'QML_ADDED_IN_VERSION'
C:/Test/qt-everywhere-src-6.5.3/qtdeclarative/src/qml/doc/src/qmlfunctions.qdoc:349:
 (qdoc) warning: Can't link to 'QML_REMOVED_IN_VERSION'
C:/Test/qt-everywhere-src-6.5.3/qtdeclarative/src/qml/doc/src/qmlfunctions.qdoc:451:
 (qdoc) warning: Can't link to 'Extension Objects'
C:/Test/qt-everywhere-src-6.5.3/qtdeclarative/src/qml/doc/src/cppintegration/topic.qdoc:4:
 (qdoc) warning: Can't link to 'qtqml-cpp-integration-exposecppstate.html'
C:/Test/qt-everywhere-src-6.5.3/qtdeclarative/src/qml/qml/qqmllocale.cpp:1156: 
(qdoc) warning: Can't link to 'QLocale::toString(QDate, QLocale::FormatType)'
[1304/1355] cmd.exe /C "cd /D 
C:\Test\qt-everywhere-src-6.5.3\build\mingw-release\qtbase\src\gui && 
C:\msys64\mingw6...d/mingw-release/./doc 
@C:/Test/qt-everywhere-src-6.5.3/build/mingw-release/qtbase/src/gui/.doc/Release/includes.txt
C:/Test/qt-everywhere-src-6.5.3/qtbase/src/gui/doc/src/dnd.qdoc:339: (qdoc) 
warning: Cannot find file to quote from: 
../widgets/widgets/charactermap/mainwindow.cpp
    [Searched directories: 
C:/Test/qt-everywhere-src-6.5.3/build/mingw-release/qtbase/doc/global/snippets 
C:/Test/qt-everywhere-src-6.5.3/qtbase/doc/src/images 
C:/Test/qt-everywhere-src-6.5.3/qtbase/examples/gui 
C:/Test/qt-everywhere-src-6.5.3/qtbase/examples/vulkan 
C:/Test/qt-everywhere-src-6.5.3/qtbase/examples/vulkan/doc/images 
C:/Test/qt-everywhere-src-6.5.3/qtbase/src/gui/doc/images 
C:/Test/qt-everywhere-src-6.5.3/qtbase/src/gui/doc/snippets 
C:/Test/qt-everywhere-src-6.5.3/qtbase/src/widgets/doc/snippets]
C:/Test/qt-everywhere-src-6.5.3/qtbase/src/gui/doc/src/dnd.qdoc:339: (qdoc) 
warning: Command '\snippet (//! [11])' failed at end of file 
'../widgets/widgets/charactermap/mainwindow.cpp'
C:/Test/qt-everywhere-src-6.5.3/qtbase/src/gui/kernel/qaction.cpp:177: (qdoc) 
warning: Cannot find file to quote from: 
../widgets/mainwindows/mdi/mainwindow.cpp
    [Searched directories: 
C:/Test/qt-everywhere-src-6.5.3/build/mingw-release/qtbase/doc/global/snippets 
C:/Test/qt-everywhere-src-6.5.3/qtbase/doc/src/images 
C:/Test/qt-everywhere-src-6.5.3/qtbase/examples/gui 
C:/Test/qt-everywhere-src-6.5.3/qtbase/examples/vulkan 
C:/Test/qt-everywhere-src-6.5.3/qtbase/examples/vulkan/doc/images 
C:/Test/qt-everywhere-src-6.5.3/qtbase/src/gui/doc/images 
C:/Test/qt-everywhere-src-6.5.3/qtbase/src/gui/doc/snippets 
C:/Test/qt-everywhere-src-6.5.3/qtbase/src/widgets/doc/snippets]
C:/Test/qt-everywhere-src-6.5.3/qtbase/src/gui/kernel/qaction.cpp:177: (qdoc) 
warning: Command '\snippet (//! [qaction setup])' failed at end of file 
'../widgets/mainwindows/mdi/mainwindow.cpp'
C:/Test/qt-everywhere-src-6.5.3/qtbase/src/gui/painting/qrgbafloat.qdoc:35: 
(qdoc) warning: clang couldn't find function when parsing \fn template<typename 
F> QRgbaFloat<F>::fromRgba64(quint16 r, quint16 g, quint16 b, quint16 a)
C:/Test/qt-everywhere-src-6.5.3/qtbase/src/gui/painting/qrgbafloat.qdoc:43: 
(qdoc) warning: clang couldn't find function when parsing \fn template<typename 
F> QRgbaFloat<F>::fromRgba(quint8 red, quint8 green, quint8 blue, quint8 alpha)
C:/Test/qt-everywhere-src-6.5.3/qtbase/src/gui/painting/qrgbafloat.qdoc:51: 
(qdoc) warning: clang couldn't find function when parsing \fn template<typename 
F> QRgbaFloat<F>::fromArgb32(uint rgb)
C:/Test/qt-everywhere-src-6.5.3/qtbase/src/gui/image/qicon.cpp:1152: (qdoc) 
warning: Can't link to 'fallbackIconTheme()'
C:/Test/qt-everywhere-src-6.5.3/qtbase/src/gui/image/qicon.cpp:1171: (qdoc) 
warning: Can't link to 'fallbackIconTheme()'
C:/Test/qt-everywhere-src-6.5.3/qtbase/src/gui/kernel/qaction.cpp:139: (qdoc) 
warning: Can't link to 'Qt Widgets - Application Example'
C:/Test/qt-everywhere-src-6.5.3/qtbase/src/gui/painting/qrgbafloat.qdoc:195: 
(qdoc) warning: Can't link to 'fromArgb32()'
C:/Test/qt-everywhere-src-6.5.3/qtbase/src/gui/doc/src/dnd.qdoc:4: (qdoc) 
warning: Can't link to 'draganddrop/fridgemagnets'
C:/Test/qt-everywhere-src-6.5.3/qtbase/src/gui/doc/src/dnd.qdoc:4: (qdoc) 
warning: Can't link to 'draganddrop/puzzle'
[1309/1355] cmd.exe /C "cd /D 
C:\Test\qt-everywhere-src-6.5.3\build\mingw-release\qtdeclarative\src\quickcontrols
 &&.../doc 
@C:/Test/qt-everywhere-src-6.5.3/build/mingw-release/qtdeclarative/src/quickcontrols/.doc/Release/includes.txt
C:/Test/qt-everywhere-src-6.5.3/qtdeclarative/src/quicktemplates/qquickpane.cpp:14:
 (qdoc) warning: Can't link to 'wheelEnabled'
C:/Test/qt-everywhere-src-6.5.3/qtdeclarative/src/quicktemplates/qquickswipedelegate.cpp:21:
 (qdoc) warning: Can't link to 'Qt Quick Controls 2 - Swipe to Remove'
[1310/1355] cmd.exe /C "cd /D 
C:\Test\qt-everywhere-src-6.5.3\build\mingw-release\qtbase\src\corelib && 
C:\msys64\mi...ngw-release/./doc 
@C:/Test/qt-everywhere-src-6.5.3/build/mingw-release/qtbase/src/corelib/.doc/Release/includes.txt
qt.qdoc: Configuration file for "QtCore" has depends = *; loading all 69 index 
files found
C:/Test/qt-everywhere-src-6.5.3/qtbase/src/corelib/global/qfloat16.cpp:366: 
(qdoc) warning: Invalid '\relates' (already a member of 'qfloat16')
C:/Test/qt-everywhere-src-6.5.3/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp:1743:
 (qdoc) warning: Cannot find file to quote from: 
../widgets/itemviews/simpledommodel/dommodel.cpp
    [Searched directories: 
C:/Test/qt-everywhere-src-6.5.3/build/mingw-release/qtbase/doc/global/snippets 
C:/Test/qt-everywhere-src-6.5.3/qtbase/examples/corelib 
C:/Test/qt-everywhere-src-6.5.3/qtbase/examples/corelib/bindableproperties/doc/images
 C:/Test/qt-everywhere-src-6.5.3/qtbase/examples/corelib/ipc/doc/images 
C:/Test/qt-everywhere-src-6.5.3/qtbase/examples/corelib/mimetypes/doc/images 
C:/Test/qt-everywhere-src-6.5.3/qtbase/examples/corelib/platform/androidnotifier/doc/images
 
C:/Test/qt-everywhere-src-6.5.3/qtbase/examples/corelib/serialization/cbordump/doc/images
 
C:/Test/qt-everywhere-src-6.5.3/qtbase/examples/corelib/serialization/convert/doc/images
 
C:/Test/qt-everywhere-src-6.5.3/qtbase/examples/corelib/serialization/streambookmarks/doc/images
 C:/Test/qt-everywhere-src-6.5.3/qtbase/examples/corelib/threads/doc/images 
C:/Test/qt-everywhere-src-6.5.3/qtbase/examples/network/dnslookup 
C:/Test/qt-everywhere-src-6.5.3/qtbase/examples/widgets/tools 
C:/Test/qt-everywhere-src-6.5.3/qtbase/src/corelib 
C:/Test/qt-everywhere-src-6.5.3/qtbase/src/corelib/doc/images 
C:/Test/qt-everywhere-src-6.5.3/qtbase/src/corelib/doc/snippets 
C:/Test/qt-everywhere-src-6.5.3/qtbase/src/tools/androiddeployqt 
C:/Test/qt-everywhere-src-6.5.3/qtbase/tests/auto/corelib/thread/qpromise]
C:/Test/qt-everywhere-src-6.5.3/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp:1743:
 (qdoc) warning: Command '\snippet (//! [2])' failed at end of file 
'../widgets/itemviews/simpledommodel/dommodel.cpp'
C:/Test/qt-everywhere-src-6.5.3/qtbase/src/corelib/kernel/qcoreapplication.cpp:2782:
 (qdoc) warning: clang couldn't find function when parsing \fn 
template<typename Functor> void QCoreApplication::requestPermission( const 
QPermission &permission, Functor &&functor)
C:/Test/qt-everywhere-src-6.5.3/qtbase/src/corelib/kernel/qtimer.cpp:583: 
(qdoc) warning: clang couldn't find function when parsing \fn template 
<typename Functor> QMetaObject::Connection QTimer::callOnTimeout(Functor &&slot)
C:/Test/qt-everywhere-src-6.5.3/qtbase/src/corelib/serialization/qxmlstream.cpp:3970:
 (qdoc) warning: clang couldn't find function when parsing \fn bool 
QXmlStreamAttributes::hasAttribute(QAnyStringView qualifiedName) const
C:/Test/qt-everywhere-src-6.5.3/qtbase/src/corelib/serialization/qxmlstream.cpp:3984:
 (qdoc) warning: clang couldn't find function when parsing \fn bool 
QXmlStreamAttributes::hasAttribute(QAnyStringView namespaceUri, QAnyStringView 
name) const
C:/Test/qt-everywhere-src-6.5.3/qtbase/src/corelib/text/qstring.cpp:2104: 
(qdoc) warning: Command '\snippet (//! [3])' failed at end of file 
'C:/Test/qt-everywhere-src-6.5.3/qtbase/src/corelib/doc/snippets/qstring/stringbuilder.cpp'
C:/Test/qt-everywhere-src-6.5.3/qtbase/src/corelib/time/qtimezone.cpp:256: 
(qdoc) warning: Cannot find 'QTimeZone::anonymous' specified with '\enum' in 
any header file
C:/Test/qt-everywhere-src-6.5.3/qtbase/src/corelib/tools/qset.qdoc:890: (qdoc) 
warning: clang couldn't find function when parsing \fn template <class T> 
template <class Predicate> qsizetype QSet<T>::removeIf(Predicate pred)
C:/Test/qt-everywhere-src-6.5.3/qtbase/src/corelib/global/qflags.qdoc:174: 
(qdoc) warning: Undocumented parameter 'other' in QFlags::operator=()
C:/Test/qt-everywhere-src-6.5.3/qtbase/src/corelib/global/qnamespace.qdoc:937: 
(qdoc) warning: Can't link to 'widgets/styles'
C:/Test/qt-everywhere-src-6.5.3/qtbase/src/corelib/kernel/qbasictimer.cpp:10: 
(qdoc) warning: Can't link to 'widgets/tetrix'
C:/Test/qt-everywhere-src-6.5.3/qtbase/src/corelib/io/qurl.cpp:2973: (qdoc) 
warning: Undocumented parameter 'parsingMode' in QUrl::fromEncoded()
C:/Test/qt-everywhere-src-6.5.3/qtbase/src/corelib/io/qurl.cpp:2973: (qdoc) 
warning: No such parameter 'mode' in QUrl::fromEncoded()
C:/Test/qt-everywhere-src-6.5.3/qtbase/src/corelib/io/qfile.cpp:85: (qdoc) 
warning: Can't link to 'Access documents and other files from shared storage'
C:/Test/qt-everywhere-src-6.5.3/qtbase/src/corelib/io/qfileinfo.cpp:188: (qdoc) 
warning: Can't link to 'Access documents and other files from shared storage'
C:/Test/qt-everywhere-src-6.5.3/qtbase/src/corelib/io/qdir.cpp:325: (qdoc) 
warning: Can't link to 'Access documents and other files from shared storage'
C:/Test/qt-everywhere-src-6.5.3/qtbase/src/corelib/plugin/qpluginloader.cpp:24: 
(qdoc) warning: Can't link to 'Plug & Paint Example'
C:/Test/qt-everywhere-src-6.5.3/qtbase/src/corelib/io/qsettings.cpp:1877: 
(qdoc) warning: Can't link to 'mainwindows/application'
C:/Test/qt-everywhere-src-6.5.3/qtbase/src/corelib/io/qsettings.cpp:1877: 
(qdoc) warning: Can't link to 'Qt Widgets - Application Example'
C:/Test/qt-everywhere-src-6.5.3/qtbase/src/corelib/kernel/qsharedmemory.cpp:83: 
(qdoc) warning: Can't link to 'QBasicAtomicInteger'
C:/Test/qt-everywhere-src-6.5.3/qtbase/src/corelib/time/qtimezone.cpp:528: 
(qdoc) warning: Can't link to 'QTimeZone(QTimeZone::Initialization)'
C:/Test/qt-everywhere-src-6.5.3/qtbase/examples/corelib/serialization/savegame/doc/src/savegame.qdoc:4:
 (qdoc) warning: Can't link to 'xml/dombookmarks'
C:/Test/qt-everywhere-src-6.5.3/qtbase/examples/corelib/serialization/savegame/doc/src/savegame.qdoc:4:
 (qdoc) warning: Can't link to 'xml/streambookmarks'
C:/Test/qt-everywhere-src-6.5.3/qtbase/src/corelib/doc/src/resource-system.qdoc:4:
 (qdoc) warning: Can't link to 'mainwindows/mainwindow'
C:/Test/qt-everywhere-src-6.5.3/qtbase/src/corelib/doc/src/timers.qdoc:4: 
(qdoc) warning: Can't link to 'widgets/tetrix'
qdoc: warning: No documentation generated for function '' in global scope.
    [Maybe you forgot to use the '\relates' command?]
[1313/1355] cmd.exe /C "cd /D 
C:\Test\qt-everywhere-src-6.5.3\build\mingw-release\qtmultimedia\src\multimedia 
&& C:\...se/./doc 
@C:/Test/qt-everywhere-src-6.5.3/build/mingw-release/qtmultimedia/src/multimedia/.doc/Release/includes.txt
C:/Test/qt-everywhere-src-6.5.3/qtmultimedia/examples/multimedia/camera/doc/src/camera.qdoc:49:
 (qdoc) warning: Command '\skipto' failed at end of file 
'C:/Test/qt-everywhere-src-6.5.3/qtmultimedia/examples/multimedia/camera/camera.cpp'
C:/Test/qt-everywhere-src-6.5.3/qtmultimedia/examples/multimedia/declarative-camera/doc/src/declarative-camera.qdoc:124:
 (qdoc) warning: Command '\printto' failed at end of file 
'C:/Test/qt-everywhere-src-6.5.3/qtmultimedia/examples/multimedia/declarative-camera/VideoCaptureControls.qml'
C:/Test/qt-everywhere-src-6.5.3/qtmultimedia/examples/multimedia/declarative-camera/doc/src/declarative-camera.qdoc:136:
 (qdoc) warning: Cannot find file to quote from: 
declarative-camera/FlashControl.qml
    [Searched directories: 
C:/Test/qt-everywhere-src-6.5.3/build/mingw-release/qtbase/doc/global/snippets 
C:/Test/qt-everywhere-src-6.5.3/qtmultimedia/examples/multimedia 
C:/Test/qt-everywhere-src-6.5.3/qtmultimedia/examples/multimedia/audiodevices/doc/images
 
C:/Test/qt-everywhere-src-6.5.3/qtmultimedia/examples/multimedia/audiooutput/doc/images
 
C:/Test/qt-everywhere-src-6.5.3/qtmultimedia/examples/multimedia/audiorecorder/doc/images
 
C:/Test/qt-everywhere-src-6.5.3/qtmultimedia/examples/multimedia/audiosource/doc/images
 
C:/Test/qt-everywhere-src-6.5.3/qtmultimedia/examples/multimedia/camera/doc/images
 
C:/Test/qt-everywhere-src-6.5.3/qtmultimedia/examples/multimedia/declarative-camera/doc/images
 
C:/Test/qt-everywhere-src-6.5.3/qtmultimedia/examples/multimedia/player/doc/images
 
C:/Test/qt-everywhere-src-6.5.3/qtmultimedia/examples/multimedia/screencapture/doc/images
 
C:/Test/qt-everywhere-src-6.5.3/qtmultimedia/examples/multimedia/spectrum/doc/images
 
C:/Test/qt-everywhere-src-6.5.3/qtmultimedia/examples/multimedia/video/mediaplayer/doc/images
 
C:/Test/qt-everywhere-src-6.5.3/qtmultimedia/examples/multimedia/video/qmlvideo/doc/images
 
C:/Test/qt-everywhere-src-6.5.3/qtmultimedia/examples/multimedia/video/recorder/doc/images
 
C:/Test/qt-everywhere-src-6.5.3/qtmultimedia/examples/multimedia/videographicsitem/doc/images
 
C:/Test/qt-everywhere-src-6.5.3/qtmultimedia/examples/multimedia/videowidget/doc/images
 C:/Test/qt-everywhere-src-6.5.3/qtmultimedia/src/multimedia/doc/snippets 
C:/Test/qt-everywhere-src-6.5.3/qtmultimedia/src/multimedia/doc/src/images 
C:/Test/qt-everywhere-src-6.5.3/qtmultimedia/src/multimediawidgets/doc/snippets]
C:/Test/qt-everywhere-src-6.5.3/qtmultimedia/examples/multimedia/declarative-camera/doc/src/declarative-camera.qdoc:138:
 (qdoc) warning: Command '\skipto' failed at end of file 
'declarative-camera/FlashControl.qml'
[1317/1355] cmd.exe /C "cd /D 
C:\Test\qt-everywhere-src-6.5.3\build\mingw-release\qtcoap\src\coap && 
C:\msys64\mingw.../mingw-release/./doc 
@C:/Test/qt-everywhere-src-6.5.3/build/mingw-release/qtcoap/src/coap/.doc/Release/includes.txt
C:/Test/qt-everywhere-src-6.5.3/qtcoap/src/coap/qcoapnamespace.cpp:8: (qdoc) 
warning: '\brief' statement does not end with a full stop.
[1318/1355] cmd.exe /C "cd /D 
C:\Test\qt-everywhere-src-6.5.3\build\mingw-release\qtdeclarative\src\quick && 
C:\msys...elease/./doc 
@C:/Test/qt-everywhere-src-6.5.3/build/mingw-release/qtdeclarative/src/quick/.doc/Release/includes.txt
C:/Test/qt-everywhere-src-6.5.3/qtdeclarative/src/quick/handlers/qquickpinchhandler.cpp:36:
 (qdoc) warning: Command '\snippet (//! [0])' failed at end of file 
'C:/Test/qt-everywhere-src-6.5.3/qtdeclarative/examples/quick/pointerHandlers/pinchHandler.qml'
C:/Test/qt-everywhere-src-6.5.3/qtdeclarative/src/quick/items/qquicklistview.cpp:2015:
 (qdoc) warning: Can't link to 'ListView::cacheBuffer.'
[1327/1355] cmd.exe /C "cd /D 
C:\Test\qt-everywhere-src-6.5.3\build\mingw-release\qt3d\src\core && 
C:\msys64\mingw64...ld/mingw-release/./doc 
@C:/Test/qt-everywhere-src-6.5.3/build/mingw-release/qt3d/src/core/.doc/Release/includes.txt
C:/Test/qt-everywhere-src-6.5.3/qt3d/src/extras/defaults/qdiffusemapmaterial.cpp:206:
 (qdoc) warning: Cannot tie this documentation to anything
    [qdoc found a /*! ... */ comment, but there was no topic command (e.g., 
'\fn', '\page') in the comment and no function definition following the 
comment.]
C:/Test/qt-everywhere-src-6.5.3/qt3d/src/extras/defaults/qdiffusespecularmapmaterial.cpp:213:
 (qdoc) warning: Cannot tie this documentation to anything
    [qdoc found a /*! ... */ comment, but there was no topic command (e.g., 
'\fn', '\page') in the comment and no function definition following the 
comment.]
C:/Test/qt-everywhere-src-6.5.3/qt3d/src/extras/defaults/qdiffusespecularmaterial.cpp:256:
 (qdoc) warning: Cannot tie this documentation to anything
    [qdoc found a /*! ... */ comment, but there was no topic command (e.g., 
'\fn', '\page') in the comment and no function definition following the 
comment.]
C:/Test/qt-everywhere-src-6.5.3/qt3d/src/extras/defaults/qgoochmaterial.cpp:197:
 (qdoc) warning: Cannot tie this documentation to anything
    [qdoc found a /*! ... */ comment, but there was no topic command (e.g., 
'\fn', '\page') in the comment and no function definition following the 
comment.]
C:/Test/qt-everywhere-src-6.5.3/qt3d/src/extras/defaults/qmetalroughmaterial.cpp:209:
 (qdoc) warning: Cannot tie this documentation to anything
    [qdoc found a /*! ... */ comment, but there was no topic command (e.g., 
'\fn', '\page') in the comment and no function definition following the 
comment.]
C:/Test/qt-everywhere-src-6.5.3/qt3d/src/extras/defaults/qmorphphongmaterial.cpp:195:
 (qdoc) warning: Cannot tie this documentation to anything
    [qdoc found a /*! ... */ comment, but there was no topic command (e.g., 
'\fn', '\page') in the comment and no function definition following the 
comment.]
C:/Test/qt-everywhere-src-6.5.3/qt3d/src/extras/defaults/qnormaldiffusemapalphamaterial.cpp:168:
 (qdoc) warning: Cannot tie this documentation to anything
    [qdoc found a /*! ... */ comment, but there was no topic command (e.g., 
'\fn', '\page') in the comment and no function definition following the 
comment.]
C:/Test/qt-everywhere-src-6.5.3/qt3d/src/extras/defaults/qnormaldiffusemapmaterial.cpp:223:
 (qdoc) warning: Cannot tie this documentation to anything
    [qdoc found a /*! ... */ comment, but there was no topic command (e.g., 
'\fn', '\page') in the comment and no function definition following the 
comment.]
C:/Test/qt-everywhere-src-6.5.3/qt3d/src/extras/defaults/qnormaldiffusespecularmapmaterial.cpp:231:
 (qdoc) warning: Cannot tie this documentation to anything
    [qdoc found a /*! ... */ comment, but there was no topic command (e.g., 
'\fn', '\page') in the comment and no function definition following the 
comment.]
C:/Test/qt-everywhere-src-6.5.3/qt3d/src/extras/defaults/qpervertexcolormaterial.cpp:65:
 (qdoc) warning: Cannot tie this documentation to anything
    [qdoc found a /*! ... */ comment, but there was no topic command (e.g., 
'\fn', '\page') in the comment and no function definition following the 
comment.]
C:/Test/qt-everywhere-src-6.5.3/qt3d/src/extras/defaults/qphongalphamaterial.cpp:219:
 (qdoc) warning: Cannot tie this documentation to anything
    [qdoc found a /*! ... */ comment, but there was no topic command (e.g., 
'\fn', '\page') in the comment and no function definition following the 
comment.]
C:/Test/qt-everywhere-src-6.5.3/qt3d/src/extras/defaults/qphongmaterial.cpp:189:
 (qdoc) warning: Cannot tie this documentation to anything
    [qdoc found a /*! ... */ comment, but there was no topic command (e.g., 
'\fn', '\page') in the comment and no function definition following the 
comment.]
C:/Test/qt-everywhere-src-6.5.3/qt3d/src/extras/defaults/qskyboxentity.cpp:244: 
(qdoc) warning: Cannot tie this documentation to anything
    [qdoc found a /*! ... */ comment, but there was no topic command (e.g., 
'\fn', '\page') in the comment and no function definition following the 
comment.]
C:/Test/qt-everywhere-src-6.5.3/qt3d/src/extras/defaults/qspritegrid.cpp:74: 
(qdoc) warning: Cannot tie this documentation to anything
    [qdoc found a /*! ... */ comment, but there was no topic command (e.g., 
'\fn', '\page') in the comment and no function definition following the 
comment.]
C:/Test/qt-everywhere-src-6.5.3/qt3d/src/extras/defaults/qspritesheet.cpp:72: 
(qdoc) warning: Cannot tie this documentation to anything
    [qdoc found a /*! ... */ comment, but there was no topic command (e.g., 
'\fn', '\page') in the comment and no function definition following the 
comment.]
C:/Test/qt-everywhere-src-6.5.3/qt3d/src/extras/defaults/qtexturematerial.cpp:163:
 (qdoc) warning: Cannot tie this documentation to anything
    [qdoc found a /*! ... */ comment, but there was no topic command (e.g., 
'\fn', '\page') in the comment and no function definition following the 
comment.]
C:/Test/qt-everywhere-src-6.5.3/qt3d/src/extras/geometries/qcuboidgeometryview.cpp:72:
 (qdoc) warning: Cannot tie this documentation to anything
    [qdoc found a /*! ... */ comment, but there was no topic command (e.g., 
'\fn', '\page') in the comment and no function definition following the 
comment.]
C:/Test/qt-everywhere-src-6.5.3/qt3d/src/extras/geometries/qcuboidmesh.cpp:72: 
(qdoc) warning: Cannot tie this documentation to anything
    [qdoc found a /*! ... */ comment, but there was no topic command (e.g., 
'\fn', '\page') in the comment and no function definition following the 
comment.]
C:/Test/qt-everywhere-src-6.5.3/qt3d/src/extras/geometries/qcylindergeometryview.cpp:66:
 (qdoc) warning: Cannot tie this documentation to anything
    [qdoc found a /*! ... */ comment, but there was no topic command (e.g., 
'\fn', '\page') in the comment and no function definition following the 
comment.]
C:/Test/qt-everywhere-src-6.5.3/qt3d/src/extras/geometries/qcylindermesh.cpp:66:
 (qdoc) warning: Cannot tie this documentation to anything
    [qdoc found a /*! ... */ comment, but there was no topic command (e.g., 
'\fn', '\page') in the comment and no function definition following the 
comment.]
C:/Test/qt-everywhere-src-6.5.3/qt3d/src/extras/geometries/qplanegeometryview.cpp:56:
 (qdoc) warning: Cannot tie this documentation to anything
    [qdoc found a /*! ... */ comment, but there was no topic command (e.g., 
'\fn', '\page') in the comment and no function definition following the 
comment.]
C:/Test/qt-everywhere-src-6.5.3/qt3d/src/extras/geometries/qplanemesh.cpp:57: 
(qdoc) warning: Cannot tie this documentation to anything
    [qdoc found a /*! ... */ comment, but there was no topic command (e.g., 
'\fn', '\page') in the comment and no function definition following the 
comment.]
C:/Test/qt-everywhere-src-6.5.3/qt3d/src/extras/geometries/qspheregeometryview.cpp:56:
 (qdoc) warning: Cannot tie this documentation to anything
    [qdoc found a /*! ... */ comment, but there was no topic command (e.g., 
'\fn', '\page') in the comment and no function definition following the 
comment.]
C:/Test/qt-everywhere-src-6.5.3/qt3d/src/extras/geometries/qspheremesh.cpp:56: 
(qdoc) warning: Cannot tie this documentation to anything
    [qdoc found a /*! ... */ comment, but there was no topic command (e.g., 
'\fn', '\page') in the comment and no function definition following the 
comment.]
C:/Test/qt-everywhere-src-6.5.3/qt3d/src/extras/geometries/qtorusgeometryview.cpp:59:
 (qdoc) warning: Cannot tie this documentation to anything
    [qdoc found a /*! ... */ comment, but there was no topic command (e.g., 
'\fn', '\page') in the comment and no function definition following the 
comment.]
C:/Test/qt-everywhere-src-6.5.3/qt3d/src/extras/geometries/qtorusmesh.cpp:60: 
(qdoc) warning: Cannot tie this documentation to anything
    [qdoc found a /*! ... */ comment, but there was no topic command (e.g., 
'\fn', '\page') in the comment and no function definition following the 
comment.]
C:/Test/qt-everywhere-src-6.5.3/qt3d/src/input/frontend/qmousedevice.cpp:95: 
(qdoc) warning: Cannot tie this documentation to anything
    [qdoc found a /*! ... */ comment, but there was no topic command (e.g., 
'\fn', '\page') in the comment and no function definition following the 
comment.]
C:/Test/qt-everywhere-src-6.5.3/qt3d/src/logic/executor.cpp:25: (qdoc) warning: 
Cannot tie this documentation to anything
    [qdoc found a /*! ... */ comment, but there was no topic command (e.g., 
'\fn', '\page') in the comment and no function definition following the 
comment.]
C:/Test/qt-everywhere-src-6.5.3/qt3d/src/logic/qframeaction.cpp:61: (qdoc) 
warning: Cannot tie this documentation to anything
    [qdoc found a /*! ... */ comment, but there was no topic command (e.g., 
'\fn', '\page') in the comment and no function definition following the 
comment.]
C:/Test/qt-everywhere-src-6.5.3/qt3d/src/render/framegraph/qblitframebuffer.cpp:174:
 (qdoc) warning: Cannot tie this documentation to anything
    [qdoc found a /*! ... */ comment, but there was no topic command (e.g., 
'\fn', '\page') in the comment and no function definition following the 
comment.]
C:/Test/qt-everywhere-src-6.5.3/qt3d/src/render/framegraph/qclearbuffers.cpp:56:
 (qdoc) warning: Cannot tie this documentation to anything
    [qdoc found a /*! ... */ comment, but there was no topic command (e.g., 
'\fn', '\page') in the comment and no function definition following the 
comment.]
C:/Test/qt-everywhere-src-6.5.3/qt3d/src/render/framegraph/qframegraphnode.cpp:301:
 (qdoc) warning: Cannot tie this documentation to anything
    [qdoc found a /*! ... */ comment, but there was no topic command (e.g., 
'\fn', '\page') in the comment and no function definition following the 
comment.]
C:/Test/qt-everywhere-src-6.5.3/qt3d/src/render/framegraph/qlayerfilter.cpp:130:
 (qdoc) warning: Cannot tie this documentation to anything
    [qdoc found a /*! ... */ comment, but there was no topic command (e.g., 
'\fn', '\page') in the comment and no function definition following the 
comment.]
C:/Test/qt-everywhere-src-6.5.3/qt3d/src/render/framegraph/qnodraw.cpp:91: 
(qdoc) warning: Cannot tie this documentation to anything
    [qdoc found a /*! ... */ comment, but there was no topic command (e.g., 
'\fn', '\page') in the comment and no function definition following the 
comment.]
C:/Test/qt-everywhere-src-6.5.3/qt3d/src/render/framegraph/qrenderpassfilter.cpp:61:
 (qdoc) warning: Cannot tie this documentation to anything
    [qdoc found a /*! ... */ comment, but there was no topic command (e.g., 
'\fn', '\page') in the comment and no function definition following the 
comment.]
C:/Test/qt-everywhere-src-6.5.3/qt3d/src/render/framegraph/qrendertargetselector.cpp:46:
 (qdoc) warning: Cannot tie this documentation to anything
    [qdoc found a /*! ... */ comment, but there was no topic command (e.g., 
'\fn', '\page') in the comment and no function definition following the 
comment.]
C:/Test/qt-everywhere-src-6.5.3/qt3d/src/render/framegraph/qsortpolicy.cpp:97: 
(qdoc) warning: Cannot tie this documentation to anything
    [qdoc found a /*! ... */ comment, but there was no topic command (e.g., 
'\fn', '\page') in the comment and no function definition following the 
comment.]
C:/Test/qt-everywhere-src-6.5.3/qt3d/src/render/framegraph/qtechniquefilter.cpp:64:
 (qdoc) warning: Cannot tie this documentation to anything
    [qdoc found a /*! ... */ comment, but there was no topic command (e.g., 
'\fn', '\page') in the comment and no function definition following the 
comment.]
C:/Test/qt-everywhere-src-6.5.3/qt3d/src/render/framegraph/qviewport.cpp:58: 
(qdoc) warning: Cannot tie this documentation to anything
    [qdoc found a /*! ... */ comment, but there was no topic command (e.g., 
'\fn', '\page') in the comment and no function definition following the 
comment.]
C:/Test/qt-everywhere-src-6.5.3/qt3d/src/render/frontend/qcamera.cpp:524: 
(qdoc) warning: Cannot tie this documentation to anything
    [qdoc found a /*! ... */ comment, but there was no topic command (e.g., 
'\fn', '\page') in the comment and no function definition following the 
comment.]
C:/Test/qt-everywhere-src-6.5.3/qt3d/src/render/frontend/qrendertarget.cpp:55: 
(qdoc) warning: Cannot tie this documentation to anything
    [qdoc found a /*! ... */ comment, but there was no topic command (e.g., 
'\fn', '\page') in the comment and no function definition following the 
comment.]
C:/Test/qt-everywhere-src-6.5.3/qt3d/src/render/frontend/qrendertargetoutput.cpp:159:
 (qdoc) warning: Cannot tie this documentation to anything
    [qdoc found a /*! ... */ comment, but there was no topic command (e.g., 
'\fn', '\page') in the comment and no function definition following the 
comment.]
C:/Test/qt-everywhere-src-6.5.3/qt3d/src/render/geometry/qgeometryrenderer.cpp:215:
 (qdoc) warning: Cannot tie this documentation to anything
    [qdoc found a /*! ... */ comment, but there was no topic command (e.g., 
'\fn', '\page') in the comment and no function definition following the 
comment.]
C:/Test/qt-everywhere-src-6.5.3/qt3d/src/render/geometry/qmesh.cpp:165: (qdoc) 
warning: Cannot tie this documentation to anything
    [qdoc found a /*! ... */ comment, but there was no topic command (e.g., 
'\fn', '\page') in the comment and no function definition following the 
comment.]
C:/Test/qt-everywhere-src-6.5.3/qt3d/src/render/geometry/qpickingproxy.cpp:95: 
(qdoc) warning: Cannot tie this documentation to anything
    [qdoc found a /*! ... */ comment, but there was no topic command (e.g., 
'\fn', '\page') in the comment and no function definition following the 
comment.]
C:/Test/qt-everywhere-src-6.5.3/qt3d/src/render/io/qsceneloader.cpp:206: (qdoc) 
warning: Cannot tie this documentation to anything
    [qdoc found a /*! ... */ comment, but there was no topic command (e.g., 
'\fn', '\page') in the comment and no function definition following the 
comment.]
C:/Test/qt-everywhere-src-6.5.3/qt3d/src/render/materialsystem/qshaderdata.cpp:48:
 (qdoc) warning: Cannot tie this documentation to anything
    [qdoc found a /*! ... */ comment, but there was no topic command (e.g., 
'\fn', '\page') in the comment and no function definition following the 
comment.]
C:/Test/qt-everywhere-src-6.5.3/qt3d/src/render/renderstates/qalphacoverage.cpp:111:
 (qdoc) warning: Cannot tie this documentation to anything
    [qdoc found a /*! ... */ comment, but there was no topic command (e.g., 
'\fn', '\page') in the comment and no function definition following the 
comment.]
C:/Test/qt-everywhere-src-6.5.3/qt3d/src/render/renderstates/qblendequation.cpp:38:
 (qdoc) warning: Cannot tie this documentation to anything
    [qdoc found a /*! ... */ comment, but there was no topic command (e.g., 
'\fn', '\page') in the comment and no function definition following the 
comment.]
C:/Test/qt-everywhere-src-6.5.3/qt3d/src/render/renderstates/qblendequationarguments.cpp:43:
 (qdoc) warning: Cannot tie this documentation to anything
    [qdoc found a /*! ... */ comment, but there was no topic command (e.g., 
'\fn', '\page') in the comment and no function definition following the 
comment.]
C:/Test/qt-everywhere-src-6.5.3/qt3d/src/render/renderstates/qcolormask.cpp:60: 
(qdoc) warning: Cannot tie this documentation to anything
    [qdoc found a /*! ... */ comment, but there was no topic command (e.g., 
'\fn', '\page') in the comment and no function definition following the 
comment.]
C:/Test/qt-everywhere-src-6.5.3/qt3d/src/render/renderstates/qcullface.cpp:128: 
(qdoc) warning: Cannot tie this documentation to anything
    [qdoc found a /*! ... */ comment, but there was no topic command (e.g., 
'\fn', '\page') in the comment and no function definition following the 
comment.]
C:/Test/qt-everywhere-src-6.5.3/qt3d/src/render/renderstates/qdepthtest.cpp:84: 
(qdoc) warning: Cannot tie this documentation to anything
    [qdoc found a /*! ... */ comment, but there was no topic command (e.g., 
'\fn', '\page') in the comment and no function definition following the 
comment.]
C:/Test/qt-everywhere-src-6.5.3/qt3d/src/render/renderstates/qdithering.cpp:49: 
(qdoc) warning: Cannot tie this documentation to anything
    [qdoc found a /*! ... */ comment, but there was no topic command (e.g., 
'\fn', '\page') in the comment and no function definition following the 
comment.]
C:/Test/qt-everywhere-src-6.5.3/qt3d/src/render/renderstates/qfrontface.cpp:56: 
(qdoc) warning: Cannot tie this documentation to anything
    [qdoc found a /*! ... */ comment, but there was no topic command (e.g., 
'\fn', '\page') in the comment and no function definition following the 
comment.]
C:/Test/qt-everywhere-src-6.5.3/qt3d/src/render/renderstates/qmultisampleantialiasing.cpp:152:
 (qdoc) warning: Cannot tie this documentation to anything
    [qdoc found a /*! ... */ comment, but there was no topic command (e.g., 
'\fn', '\page') in the comment and no function definition following the 
comment.]
C:/Test/qt-everywhere-src-6.5.3/qt3d/src/render/renderstates/qnodepthmask.cpp:50:
 (qdoc) warning: Cannot tie this documentation to anything
    [qdoc found a /*! ... */ comment, but there was no topic command (e.g., 
'\fn', '\page') in the comment and no function definition following the 
comment.]
C:/Test/qt-everywhere-src-6.5.3/qt3d/src/render/renderstates/qpolygonoffset.cpp:61:
 (qdoc) warning: Cannot tie this documentation to anything
    [qdoc found a /*! ... */ comment, but there was no topic command (e.g., 
'\fn', '\page') in the comment and no function definition following the 
comment.]
C:/Test/qt-everywhere-src-6.5.3/qt3d/src/render/renderstates/qscissortest.cpp:80:
 (qdoc) warning: Cannot tie this documentation to anything
    [qdoc found a /*! ... */ comment, but there was no topic command (e.g., 
'\fn', '\page') in the comment and no function definition following the 
comment.]
C:/Test/qt-everywhere-src-6.5.3/qt3d/src/render/renderstates/qseamlesscubemap.cpp:46:
 (qdoc) warning: Cannot tie this documentation to anything
    [qdoc found a /*! ... */ comment, but there was no topic command (e.g., 
'\fn', '\page') in the comment and no function definition following the 
comment.]
C:/Test/qt-everywhere-src-6.5.3/qt3d/src/render/renderstates/qstencilmask.cpp:64:
 (qdoc) warning: Cannot tie this documentation to anything
    [qdoc found a /*! ... */ comment, but there was no topic command (e.g., 
'\fn', '\page') in the comment and no function definition following the 
comment.]
C:/Test/qt-everywhere-src-6.5.3/qt3d/src/render/renderstates/qstenciloperation.cpp:64:
 (qdoc) warning: Cannot tie this documentation to anything
    [qdoc found a /*! ... */ comment, but there was no topic command (e.g., 
'\fn', '\page') in the comment and no function definition following the 
comment.]
C:/Test/qt-everywhere-src-6.5.3/qt3d/src/render/renderstates/qstenciltest.cpp:65:
 (qdoc) warning: Cannot tie this documentation to anything
    [qdoc found a /*! ... */ comment, but there was no topic command (e.g., 
'\fn', '\page') in the comment and no function definition following the 
comment.]
C:/Test/qt-everywhere-src-6.5.3/qt3d/src/render/texture/qabstracttexture.cpp:349:
 (qdoc) warning: Cannot tie this documentation to anything
    [qdoc found a /*! ... */ comment, but there was no topic command (e.g., 
'\fn', '\page') in the comment and no function definition following the 
comment.]
C:/Test/qt-everywhere-src-6.5.3/qt3d/src/render/texture/qabstracttexture.cpp:358:
 (qdoc) warning: Cannot tie this documentation to anything
    [qdoc found a /*! ... */ comment, but there was no topic command (e.g., 
'\fn', '\page') in the comment and no function definition following the 
comment.]
C:/Test/qt-everywhere-src-6.5.3/qt3d/src/render/texture/qabstracttextureimage.cpp:104:
 (qdoc) warning: Cannot tie this documentation to anything
    [qdoc found a /*! ... */ comment, but there was no topic command (e.g., 
'\fn', '\page') in the comment and no function definition following the 
comment.]
C:/Test/qt-everywhere-src-6.5.3/qt3d/src/render/texture/qtexture.cpp:1131: 
(qdoc) warning: Cannot tie this documentation to anything
    [qdoc found a /*! ... */ comment, but there was no topic command (e.g., 
'\fn', '\page') in the comment and no function definition following the 
comment.]
C:/Test/qt-everywhere-src-6.5.3/qt3d/src/render/texture/qtexture.cpp:1159: 
(qdoc) warning: Cannot tie this documentation to anything
    [qdoc found a /*! ... */ comment, but there was no topic command (e.g., 
'\fn', '\page') in the comment and no function definition following the 
comment.]
C:/Test/qt-everywhere-src-6.5.3/qt3d/src/render/texture/qtexture.cpp:1187: 
(qdoc) warning: Cannot tie this documentation to anything
    [qdoc found a /*! ... */ comment, but there was no topic command (e.g., 
'\fn', '\page') in the comment and no function definition following the 
comment.]
C:/Test/qt-everywhere-src-6.5.3/qt3d/src/render/texture/qtexture.cpp:1215: 
(qdoc) warning: Cannot tie this documentation to anything
    [qdoc found a /*! ... */ comment, but there was no topic command (e.g., 
'\fn', '\page') in the comment and no function definition following the 
comment.]
C:/Test/qt-everywhere-src-6.5.3/qt3d/src/render/texture/qtexture.cpp:1243: 
(qdoc) warning: Cannot tie this documentation to anything
    [qdoc found a /*! ... */ comment, but there was no topic command (e.g., 
'\fn', '\page') in the comment and no function definition following the 
comment.]
C:/Test/qt-everywhere-src-6.5.3/qt3d/src/render/texture/qtexture.cpp:1271: 
(qdoc) warning: Cannot tie this documentation to anything
    [qdoc found a /*! ... */ comment, but there was no topic command (e.g., 
'\fn', '\page') in the comment and no function definition following the 
comment.]
C:/Test/qt-everywhere-src-6.5.3/qt3d/src/render/texture/qtexture.cpp:1299: 
(qdoc) warning: Cannot tie this documentation to anything
    [qdoc found a /*! ... */ comment, but there was no topic command (e.g., 
'\fn', '\page') in the comment and no function definition following the 
comment.]
C:/Test/qt-everywhere-src-6.5.3/qt3d/src/render/texture/qtexture.cpp:1327: 
(qdoc) warning: Cannot tie this documentation to anything
    [qdoc found a /*! ... */ comment, but there was no topic command (e.g., 
'\fn', '\page') in the comment and no function definition following the 
comment.]
C:/Test/qt-everywhere-src-6.5.3/qt3d/src/render/texture/qtexture.cpp:1355: 
(qdoc) warning: Cannot tie this documentation to anything
    [qdoc found a /*! ... */ comment, but there was no topic command (e.g., 
'\fn', '\page') in the comment and no function definition following the 
comment.]
C:/Test/qt-everywhere-src-6.5.3/qt3d/src/render/texture/qtexture.cpp:1383: 
(qdoc) warning: Cannot tie this documentation to anything
    [qdoc found a /*! ... */ comment, but there was no topic command (e.g., 
'\fn', '\page') in the comment and no function definition following the 
comment.]
C:/Test/qt-everywhere-src-6.5.3/qt3d/src/render/texture/qtexture.cpp:1411: 
(qdoc) warning: Cannot tie this documentation to anything
    [qdoc found a /*! ... */ comment, but there was no topic command (e.g., 
'\fn', '\page') in the comment and no function definition following the 
comment.]
C:/Test/qt-everywhere-src-6.5.3/qt3d/src/render/texture/qtexture.cpp:1456: 
(qdoc) warning: Cannot tie this documentation to anything
    [qdoc found a /*! ... */ comment, but there was no topic command (e.g., 
'\fn', '\page') in the comment and no function definition following the 
comment.]
C:/Test/qt-everywhere-src-6.5.3/qt3d/src/render/texture/qtextureimage.cpp:82: 
(qdoc) warning: Cannot tie this documentation to anything
    [qdoc found a /*! ... */ comment, but there was no topic command (e.g., 
'\fn', '\page') in the comment and no function definition following the 
comment.]
[1332/1355] cmd.exe /C "cd /D 
C:\Test\qt-everywhere-src-6.5.3\build\mingw-release\qtwebchannel\src\webchannel 
&& C:\...se/./doc 
@C:/Test/qt-everywhere-src-6.5.3/build/mingw-release/qtwebchannel/src/webchannel/.doc/Release/includes.txt
qdoc: warning: "QtWebChannel" Cannot locate index file for dependency 
"qtwebengine"
C:/Test/qt-everywhere-src-6.5.3/qtwebchannel/src/webchannel/doc/src/index.qdoc:4:
 (qdoc) warning: Can't link to 'Qt WebEngine'
C:/Test/qt-everywhere-src-6.5.3/qtwebchannel/src/webchannel/doc/src/javascript.qdoc:4:
 (qdoc) warning: Can't link to 'Qt WebEngine'
[1333/1355] cmd.exe /C "cd /D 
C:\Test\qt-everywhere-src-6.5.3\build\mingw-release\qtpositioning\src\positioning
 && C..././doc 
@C:/Test/qt-everywhere-src-6.5.3/build/mingw-release/qtpositioning/src/positioning/.doc/Release/includes.txt
C:/Test/qt-everywhere-src-6.5.3/qtpositioning/src/positioning/doc/src/qml-position.qdoc:4:
 (qdoc) warning: Can't link to 'Place::location'
[1334/1355] cmd.exe /C "cd /D 
C:\Test\qt-everywhere-src-6.5.3\build\mingw-release\qtdoc\doc\src\cmake && 
C:\msys64\m...gw-release/./doc 
@C:/Test/qt-everywhere-src-6.5.3/build/mingw-release/qtdoc/doc/src/cmake/.doc/Release/includes.txt
qdoc: warning: "QtCMake" Cannot locate index file for dependency 
"qtinterfaceframework"
qdoc: warning: "QtCMake" Cannot locate index file for dependency "qtwebengine"
qt.qdoc: No include paths passed to qdoc; guessing reasonable include paths
[1335/1355] cmd.exe /C "cd /D 
C:\Test\qt-everywhere-src-6.5.3\build\mingw-release\qtdoc\doc\src\platformintegration
 ...oc 
@C:/Test/qt-everywhere-src-6.5.3/build/mingw-release/qtdoc/doc/src/platformintegration/.doc/Release/includes.txt
qdoc: warning: "QtPlatformIntegration" Cannot locate index file for dependency 
"qtwaylandcompositor"
C:/Test/qt-everywhere-src-6.5.3/qtdoc/doc/src/platformintegration/qpa.qdoc:4: 
(qdoc) warning: Can't link to 'Qt Wayland Compositor'
[1336/1355] cmd.exe /C "cd /D 
C:\Test\qt-everywhere-src-6.5.3\build\mingw-release\qtgrpc\src\protobuf && 
C:\msys64\m...gw-release/./doc 
@C:/Test/qt-everywhere-src-6.5.3/build/mingw-release/qtgrpc/src/protobuf/.doc/Release/includes.txt
C:/Test/qt-everywhere-src-6.5.3/qtgrpc/src/protobuf/qprotobufserializer.cpp:340:
 (qdoc) warning: Cannot tie this documentation to anything
    [qdoc found a /*! ... */ comment, but there was no topic command (e.g., 
'\fn', '\page') in the comment and no function definition following the 
comment.]
C:/Test/qt-everywhere-src-6.5.3/qtgrpc/src/protobuf/qprotobufserializer.cpp:358:
 (qdoc) warning: Cannot tie this documentation to anything
    [qdoc found a /*! ... */ comment, but there was no topic command (e.g., 
'\fn', '\page') in the comment and no function definition following the 
comment.]
C:/Test/qt-everywhere-src-6.5.3/qtgrpc/src/protobuf/qprotobufserializer.cpp:381:
 (qdoc) warning: Cannot tie this documentation to anything
    [qdoc found a /*! ... */ comment, but there was no topic command (e.g., 
'\fn', '\page') in the comment and no function definition following the 
comment.]
C:/Test/qt-everywhere-src-6.5.3/qtgrpc/src/protobuf/qprotobufserializer.cpp:395:
 (qdoc) warning: Cannot tie this documentation to anything
    [qdoc found a /*! ... */ comment, but there was no topic command (e.g., 
'\fn', '\page') in the comment and no function definition following the 
comment.]
C:/Test/qt-everywhere-src-6.5.3/qtgrpc/src/protobuf/qprotobufserializer.cpp:409:
 (qdoc) warning: Cannot tie this documentation to anything
    [qdoc found a /*! ... */ comment, but there was no topic command (e.g., 
'\fn', '\page') in the comment and no function definition following the 
comment.]
C:/Test/qt-everywhere-src-6.5.3/qtgrpc/src/protobuf/qprotobufserializer.cpp:432:
 (qdoc) warning: Cannot tie this documentation to anything
    [qdoc found a /*! ... */ comment, but there was no topic command (e.g., 
'\fn', '\page') in the comment and no function definition following the 
comment.]
C:/Test/qt-everywhere-src-6.5.3/qtgrpc/src/protobuf/qprotobufserializer.cpp:444:
 (qdoc) warning: Cannot tie this documentation to anything
    [qdoc found a /*! ... */ comment, but there was no topic command (e.g., 
'\fn', '\page') in the comment and no function definition following the 
comment.]
C:/Test/qt-everywhere-src-6.5.3/qtgrpc/src/protobuf/qprotobufserializer.cpp:462:
 (qdoc) warning: Cannot tie this documentation to anything
    [qdoc found a /*! ... */ comment, but there was no topic command (e.g., 
'\fn', '\page') in the comment and no function definition following the 
comment.]
C:/Test/qt-everywhere-src-6.5.3/qtgrpc/src/protobuf/qprotobufserializer.cpp:485:
 (qdoc) warning: Cannot tie this documentation to anything
    [qdoc found a /*! ... */ comment, but there was no topic command (e.g., 
'\fn', '\page') in the comment and no function definition following the 
comment.]
C:/Test/qt-everywhere-src-6.5.3/qtgrpc/src/protobuf/qprotobufserializer.cpp:502:
 (qdoc) warning: Cannot tie this documentation to anything
    [qdoc found a /*! ... */ comment, but there was no topic command (e.g., 
'\fn', '\page') in the comment and no function definition following the 
comment.]
[1337/1355] cmd.exe /C "cd /D 
C:\Test\qt-everywhere-src-6.5.3\build\mingw-release\qtdoc\doc && 
C:\msys64\mingw64\bin.../build/mingw-release/./doc 
@C:/Test/qt-everywhere-src-6.5.3/build/mingw-release/qtdoc/doc/.doc/Release/includes.txt
qt.qdoc: Configuration file for "QtDoc" has depends = *; loading all 69 index 
files found
qt.qdoc: No include paths passed to qdoc; guessing reasonable include paths
C:/Test/qt-everywhere-src-6.5.3/qtdoc/doc/src/connectivity.qdoc:4: (qdoc) 
warning: Can't link to 'Inter-Process Communication'
C:/Test/qt-everywhere-src-6.5.3/qtdoc/doc/src/connectivity.qdoc:4: (qdoc) 
warning: Can't link to 'Inter-Process Communication'
C:/Test/qt-everywhere-src-6.5.3/qtdoc/doc/src/core.qdoc:4: (qdoc) warning: 
Can't link to 'Inter-Process Communication'
C:/Test/qt-everywhere-src-6.5.3/qtdoc/doc/src/frameworks-technologies/threads.qdoc:520:
 (qdoc) warning: Can't link to 'Mandelbrot Example'
C:/Test/qt-everywhere-src-6.5.3/qtdoc/doc/src/frameworks-technologies/threads.qdoc:520:
 (qdoc) warning: Can't link to 'Mandelbrot Example'
C:/Test/qt-everywhere-src-6.5.3/qtdoc/doc/src/getting-started/installation.qdoc:4:
 (qdoc) warning: Can't link to 'Qt WebEngine Platform Notes'
C:/Test/qt-everywhere-src-6.5.3/qtdoc/doc/src/howtos/plugins-howto.qdoc:4: 
(qdoc) warning: Can't link to 'tools/plugandpaint/app'
C:/Test/qt-everywhere-src-6.5.3/qtdoc/doc/src/howtos/plugins-howto.qdoc:4: 
(qdoc) warning: Can't link to 'tools/plugandpaint/app'
C:/Test/qt-everywhere-src-6.5.3/qtdoc/doc/src/howtos/plugins-howto.qdoc:4: 
(qdoc) warning: Can't link to 'tools/plugandpaint/plugins/basictools'
C:/Test/qt-everywhere-src-6.5.3/qtdoc/doc/src/howtos/plugins-howto.qdoc:4: 
(qdoc) warning: Can't link to 'Plug & Paint Example'
C:/Test/qt-everywhere-src-6.5.3/qtdoc/doc/src/internationalization/l10n.qdoc:4: 
(qdoc) warning: Can't link to 'Qt WebEngine'
C:/Test/qt-everywhere-src-6.5.3/qtdoc/doc/src/legal/licensechanges.qdoc:4: 
(qdoc) warning: Can't link to 'xdg-foreign-unstable-v2'
C:/Test/qt-everywhere-src-6.5.3/qtdoc/doc/src/legal/licensechanges.qdoc:4: 
(qdoc) warning: Can't link to 'fractional-scale-v1'
C:/Test/qt-everywhere-src-6.5.3/qtdoc/doc/src/legal/licensechanges.qdoc:4: 
(qdoc) warning: Can't link to 'wayland-text-input-unstable-v1'
C:/Test/qt-everywhere-src-6.5.3/qtdoc/doc/src/legal/licensechanges.qdoc:4: 
(qdoc) warning: Can't link to 'wayland-protocol'
C:/Test/qt-everywhere-src-6.5.3/qtdoc/doc/src/legal/licensechanges.qdoc:4: 
(qdoc) warning: Can't link to 'wayland-text-input-unstable-v4-wip'
C:/Test/qt-everywhere-src-6.5.3/qtdoc/doc/src/legal/licensechanges.qdoc:4: 
(qdoc) warning: Can't link to 'wayland-xdg-activation'
C:/Test/qt-everywhere-src-6.5.3/qtdoc/doc/src/legal/licensechanges.qdoc:4: 
(qdoc) warning: Can't link to 'presentation-time.xml'
C:/Test/qt-everywhere-src-6.5.3/qtdoc/doc/src/legal/licensechanges.qdoc:4: 
(qdoc) warning: Can't link to 'wayland-pointer-gestures-protocol'
C:/Test/qt-everywhere-src-6.5.3/qtdoc/doc/src/platforms/android/examples-android.qdoc:4:
 (qdoc) warning: Can't link to 'Extending QML - Grouped Properties Example'
C:/Test/qt-everywhere-src-6.5.3/qtdoc/doc/src/platforms/android/examples-android.qdoc:4:
 (qdoc) warning: Can't link to 'Extending QML - Methods Example'
C:/Test/qt-everywhere-src-6.5.3/qtdoc/doc/src/platforms/android/examples-android.qdoc:4:
 (qdoc) warning: Can't link to 'Extending QML - Signal Support Example'
C:/Test/qt-everywhere-src-6.5.3/qtdoc/doc/src/platforms/android/examples-android.qdoc:4:
 (qdoc) warning: Can't link to 'Extending QML - Attached Properties Example'
C:/Test/qt-everywhere-src-6.5.3/qtdoc/doc/src/platforms/emb-linux.qdoc:4: 
(qdoc) warning: Can't link to 'Qt Wayland Compositor'
C:/Test/qt-everywhere-src-6.5.3/qtdoc/doc/src/platforms/linux.qdoc:466: (qdoc) 
warning: Can't link to 'tools/plugandpaint/app'
C:/Test/qt-everywhere-src-6.5.3/qtdoc/doc/src/platforms/linux.qdoc:466: (qdoc) 
warning: Can't link to 'tools/plugandpaint/app'
C:/Test/qt-everywhere-src-6.5.3/qtdoc/doc/src/platforms/linux.qdoc:466: (qdoc) 
warning: Can't link to 'tools/plugandpaint/app'
C:/Test/qt-everywhere-src-6.5.3/qtdoc/doc/src/platforms/linux.qdoc:466: (qdoc) 
warning: Can't link to 'tools/plugandpaint/plugins/basictools'
C:/Test/qt-everywhere-src-6.5.3/qtdoc/doc/src/platforms/linux.qdoc:466: (qdoc) 
warning: Can't link to 'tools/plugandpaint/plugins/extrafilters'
C:/Test/qt-everywhere-src-6.5.3/qtdoc/doc/src/platforms/linux.qdoc:466: (qdoc) 
warning: Can't link to 'tools/plugandpaint/app'
C:/Test/qt-everywhere-src-6.5.3/qtdoc/doc/src/platforms/linux.qdoc:466: (qdoc) 
warning: Can't link to 'tools/plugandpaint/app'
C:/Test/qt-everywhere-src-6.5.3/qtdoc/doc/src/platforms/linux.qdoc:466: (qdoc) 
warning: Can't link to 'tools/plugandpaint/app'
C:/Test/qt-everywhere-src-6.5.3/qtdoc/doc/src/platforms/macos.qdoc:248: (qdoc) 
warning: Can't link to 'Qt WebEngine'
C:/Test/qt-everywhere-src-6.5.3/qtdoc/doc/src/platforms/macos.qdoc:248: (qdoc) 
warning: Can't link to 'Qt PDF'
C:/Test/qt-everywhere-src-6.5.3/qtdoc/doc/src/platforms/macos.qdoc:753: (qdoc) 
warning: Can't link to 'tools/plugandpaint/app'
C:/Test/qt-everywhere-src-6.5.3/qtdoc/doc/src/platforms/macos.qdoc:753: (qdoc) 
warning: Can't link to 'tools/plugandpaint/app'
C:/Test/qt-everywhere-src-6.5.3/qtdoc/doc/src/platforms/macos.qdoc:753: (qdoc) 
warning: Can't link to 'tools/plugandpaint/app'
C:/Test/qt-everywhere-src-6.5.3/qtdoc/doc/src/platforms/macos.qdoc:753: (qdoc) 
warning: Can't link to 'tools/plugandpaint/app'
C:/Test/qt-everywhere-src-6.5.3/qtdoc/doc/src/platforms/macos.qdoc:753: (qdoc) 
warning: Can't link to 'tools/plugandpaint/plugins/basictools'
C:/Test/qt-everywhere-src-6.5.3/qtdoc/doc/src/platforms/macos.qdoc:753: (qdoc) 
warning: Can't link to 'tools/plugandpaint/plugins/extrafilters'
C:/Test/qt-everywhere-src-6.5.3/qtdoc/doc/src/platforms/macos.qdoc:753: (qdoc) 
warning: Can't link to 'tools/plugandpaint/app'
C:/Test/qt-everywhere-src-6.5.3/qtdoc/doc/src/platforms/macos.qdoc:753: (qdoc) 
warning: Can't link to 'tools/plugandpaint/app'
C:/Test/qt-everywhere-src-6.5.3/qtdoc/doc/src/platforms/macos.qdoc:753: (qdoc) 
warning: Can't link to 'tools/plugandpaint/plugins/basictools'
C:/Test/qt-everywhere-src-6.5.3/qtdoc/doc/src/platforms/windows.qdoc:337: 
(qdoc) warning: Can't link to 'Plug & Paint Example'
C:/Test/qt-everywhere-src-6.5.3/qtdoc/doc/src/platforms/windows.qdoc:337: 
(qdoc) warning: Can't link to 'tools/plugandpaint/app'
C:/Test/qt-everywhere-src-6.5.3/qtdoc/doc/src/platforms/windows.qdoc:337: 
(qdoc) warning: Can't link to 'tools/plugandpaint/app'
C:/Test/qt-everywhere-src-6.5.3/qtdoc/doc/src/platforms/windows.qdoc:337: 
(qdoc) warning: Can't link to 'tools/plugandpaint/app'
C:/Test/qt-everywhere-src-6.5.3/qtdoc/doc/src/platforms/windows.qdoc:337: 
(qdoc) warning: Can't link to 'tools/plugandpaint/app'
C:/Test/qt-everywhere-src-6.5.3/qtdoc/doc/src/platforms/windows.qdoc:337: 
(qdoc) warning: Can't link to 'tools/plugandpaint/app'
C:/Test/qt-everywhere-src-6.5.3/qtdoc/doc/src/platforms/windows.qdoc:337: 
(qdoc) warning: Can't link to 'tools/plugandpaint/app'
C:/Test/qt-everywhere-src-6.5.3/qtdoc/doc/src/qtmodules.qdoc:4: (qdoc) warning: 
Can't link to 'Qt PDF'
C:/Test/qt-everywhere-src-6.5.3/qtdoc/doc/src/qtmodules.qdoc:4: (qdoc) warning: 
Can't link to 'Qt WebEngine'
C:/Test/qt-everywhere-src-6.5.3/qtdoc/doc/src/qtmodules.qdoc:4: (qdoc) warning: 
Can't link to 'Qt Wayland Compositor'
C:/Test/qt-everywhere-src-6.5.3/qtdoc/doc/src/wayland-and-qt.qdoc:4: (qdoc) 
warning: Can't link to 'Qt Wayland Compositor'
C:/Test/qt-everywhere-src-6.5.3/qtdoc/doc/src/wayland-and-qt.qdoc:4: (qdoc) 
warning: Can't link to 'Qt Wayland Compositor'
C:/Test/qt-everywhere-src-6.5.3/qtdoc/doc/src/wayland-and-qt.qdoc:4: (qdoc) 
warning: Can't link to 'Qt Wayland Compositor'
C:/Test/qt-everywhere-src-6.5.3/qtdoc/doc/src/wayland-and-qt.qdoc:4: (qdoc) 
warning: Can't link to 'Qt Wayland Compositor'
C:/Test/qt-everywhere-src-6.5.3/qtdoc/doc/src/whatsnew/whatsnew62.qdoc:4: 
(qdoc) warning: Can't link to 'Qt WebEngine'
C:/Test/qt-everywhere-src-6.5.3/qtdoc/doc/src/whatsnew/whatsnew63.qdoc:4: 
(qdoc) warning: Can't link to 'Qt PDF'
C:/Test/qt-everywhere-src-6.5.3/qtdoc/doc/src/whatsnew/whatsnew63.qdoc:4: 
(qdoc) warning: Can't link to 'qt_add_webengine_dictionary'
C:/Test/qt-everywhere-src-6.5.3/qtdoc/doc/src/whatsnew/whatsnew63.qdoc:4: 
(qdoc) warning: Can't link to 'Custom Shell'
C:/Test/qt-everywhere-src-6.5.3/qtdoc/doc/src/whatsnew/whatsnew63.qdoc:4: 
(qdoc) warning: Can't link to 'QtShell Compositor'
C:/Test/qt-everywhere-src-6.5.3/qtdoc/doc/src/whatsnew/whatsnew63.qdoc:4: 
(qdoc) warning: Can't link to 'PresentationTime'
[1342/1355] cmd.exe /C "cd /D 
C:\Test\qt-everywhere-src-6.5.3\build\mingw-release\qtmqtt\src\mqtt && 
C:\msys64\mingw.../mingw-release/./doc 
@C:/Test/qt-everywhere-src-6.5.3/build/mingw-release/qtmqtt/src/mqtt/.doc/Release/includes.txt
C:/Test/qt-everywhere-src-6.5.3/qtmqtt/examples/mqtt/doc/quicksubscription.qdoc:51:
 (qdoc) warning: Command '\printuntil' failed at end of file 
'C:/Test/qt-everywhere-src-6.5.3/qtmqtt/examples/mqtt/quicksubscription/main.cpp'
[1347/1355] cmd.exe /C "cd /D 
C:\Test\qt-everywhere-src-6.5.3\build\mingw-release\qtscxml\src\scxml && 
C:\msys64\min...ingw-release/./doc 
@C:/Test/qt-everywhere-src-6.5.3/build/mingw-release/qtscxml/src/scxml/.doc/Release/includes.txt
C:/Test/qt-everywhere-src-6.5.3/qtscxml/src/scxml/qscxmlexecutablecontent.cpp:49:
 (qdoc) warning: Cannot find 'QScxmlExecutableContent::anonymous' specified 
with '\enum' in any header file
[1348/1355] cmd.exe /C "cd /D 
C:\Test\qt-everywhere-src-6.5.3\build\mingw-release\qtlocation\src\location && 
C:\msys...elease/./doc 
@C:/Test/qt-everywhere-src-6.5.3/build/mingw-release/qtlocation/src/location/.doc/Release/includes.txt
C:/Test/qt-everywhere-src-6.5.3/qtlocation/src/location/doc/src/qtlocation.qdoc:41:
 (qdoc) warning: Can't link to 'Build with CMake'
[1351/1355] cmd.exe /C "cd /D 
C:\Test\qt-everywhere-src-6.5.3\build\mingw-release\qtspeech\src\tts && 
C:\msys64\ming...mingw-release/./doc 
@C:/Test/qt-everywhere-src-6.5.3/build/mingw-release/qtspeech/src/tts/.doc/Release/includes.txt
C:/Test/qt-everywhere-src-6.5.3/qtspeech/examples/speech/quickspeech/doc/src/quickspeech.qdoc:45:
 (qdoc) warning: Command '\skipto' failed at end of file 
'C:/Test/qt-everywhere-src-6.5.3/qtspeech/examples/speech/quickspeech/Main.qml'
C:/Test/qt-everywhere-src-6.5.3/qtspeech/examples/speech/quickspeech/doc/src/quickspeech.qdoc:4:
 (qdoc) warning: Can't link to 'onSayingWord'
C:/Test/qt-everywhere-src-6.5.3/qtspeech/examples/speech/quickspeech/doc/src/quickspeech.qdoc:4:
 (qdoc) warning: Can't link to 'TextToSpeech.paused'
C:/Test/qt-everywhere-src-6.5.3/qtspeech/examples/speech/quickspeech/doc/src/quickspeech.qdoc:4:
 (qdoc) warning: Can't link to 'TextToSpeech.ready'
C:/Test/qt-everywhere-src-6.5.3/qtspeech/examples/speech/quickspeech/doc/src/quickspeech.qdoc:4:
 (qdoc) warning: Can't link to 'onActivated'
[1354/1355] cmd.exe /C "cd /D 
C:\Test\qt-everywhere-src-6.5.3\build\mingw-release\qtwebview\src\webview && 
C:\msys64...-release/./doc 
@C:/Test/qt-everywhere-src-6.5.3/build/mingw-release/qtwebview/src/webview/.doc/Release/includes.txt
qdoc: warning: "QtWebView" Cannot locate index file for dependency "qtwebengine"
C:/Test/qt-everywhere-src-6.5.3/qtwebview/src/webview/doc/src/qtwebview-overview.qdoc:5:
 (qdoc) warning: Can't link to 'Qt WebEngine'
[1355/1355] cmd.exe /C "cd /D 
C:\Test\qt-everywhere-src-6.5.3\build\mingw-release\qtvirtualkeyboard\src\virtualkeybo...C:/Test/qt-everywhere-src-6.5.3/build/mingw-release/qtvirtualkeyboard/src/virtualkeyboard/.doc/Release/includes.txt
qdoc: warning: "QtVirtualKeyboard" Cannot locate index file for dependency 
"qtwaylandcompositor"
C:/Test/qt-everywhere-src-6.5.3/qtvirtualkeyboard/src/virtualkeyboard/doc/src/deployment-guide.qdoc:4:
 (qdoc) warning: Can't link to 'Pure QML'
C:/Test/qt-everywhere-src-6.5.3/qtvirtualkeyboard/src/virtualkeyboard/doc/src/handwriting.qdoc:4:
 (qdoc) warning: Can't link to 'Qt Virtual Keyboard#Supported Languages'
C:/Test/qt-everywhere-src-6.5.3/qtvirtualkeyboard/src/virtualkeyboard/doc/src/handwriting.qdoc:4:
 (qdoc) warning: Can't link to 'Qt Virtual Keyboard#Supported Languages'

hwhsu1231@vb-windows MINGW64 /c/Test/qt-everywhere-src-6.5.3/build/mingw-release
$
-- 
Development mailing list
Development@qt-project.org
https://lists.qt-project.org/listinfo/development

Reply via email to