Advertisement
Guest User

Untitled

a guest
May 16th, 2024
163
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 40.60 KB | None | 0 0
  1. **********************************************************************
  2. ** Visual Studio 2022 Developer Command Prompt v17.10.0-pre.7.0
  3. ** Copyright (c) 2022 Microsoft Corporation
  4. **********************************************************************
  5. [vcvarsall.bat] Environment initialized for: 'x64'
  6.  
  7. C:\Program Files\Microsoft Visual Studio\2022\Preview>cd C:\Qt\6.7.0
  8.  
  9. C:\Qt\6.7.0>configure.bat -debug-and-release -platform win32-msvc -opensource -confirm-license -force-debug-info -webengine-proprietary-codecs -feature-vulkan -no-schannel -openssl-linked -prefix "C:\Qt\6.7.0" -- -D OPENSSL_ROOT_DIR="C:\Program Files\OpenSSL"
  10. + cd qtbase
  11. + C:\Qt\6.7.0\qtbase\configure.bat -top-level -debug-and-release -platform win32-msvc -opensource -confirm-license -force-debug-info -webengine-proprietary-codecs -feature-vulkan -no-schannel -openssl-linked -prefix "C:\Qt\6.7.0" -- -D OPENSSL_ROOT_DIR="C:\Program Files\OpenSSL"
  12. The system cannot find the drive specified.
  13. The system cannot find the drive specified.
  14. -- Windows 10 SDK version: 10.0.22621.0
  15. 'C:/Strawberry/c/bin/cmake.exe' '-D' 'OPENSSL_ROOT_DIR=C:\Program Files\OpenSSL' '-DQT_INTERNAL_CALLED_FROM_CONFIGURE:BOOL=TRUE' '-DCMAKE_INSTALL_PREFIX=C:/Qt/6.7.0' '-DQT_QMAKE_TARGET_MKSPEC=win32-msvc' '-DCMAKE_C_COMPILER=cl' '-DCMAKE_CXX_COMPILER=cl' '-DCMAKE_CONFIGURATION_TYPES=RelWithDebInfo;Debug' '-DINPUT_webengine_proprietary_codecs=yes' '-DINPUT_vulkan=yes' '-DINPUT_schannel=no' '-DINPUT_openssl=linked' '-G' 'Ninja Multi-Config' 'C:/Qt/6.7.0'
  16. -- The CXX compiler identification is MSVC 19.40.33808.0
  17. -- The C compiler identification is MSVC 19.40.33808.0
  18. -- The ASM compiler identification is MSVC
  19. -- Found assembler: C:/Program Files/Microsoft Visual Studio/2022/Preview/VC/Tools/MSVC/14.40.33807/bin/Hostx64/x64/cl.exe
  20. -- Detecting CXX compiler ABI info
  21. -- Detecting CXX compiler ABI info - done
  22. -- Check for working CXX compiler: C:/Program Files/Microsoft Visual Studio/2022/Preview/VC/Tools/MSVC/14.40.33807/bin/Hostx64/x64/cl.exe - skipped
  23. -- Detecting CXX compile features
  24. -- Detecting CXX compile features - done
  25. -- Detecting C compiler ABI info
  26. -- Detecting C compiler ABI info - done
  27. -- Check for working C compiler: C:/Program Files/Microsoft Visual Studio/2022/Preview/VC/Tools/MSVC/14.40.33807/bin/Hostx64/x64/cl.exe - skipped
  28. -- Detecting C compile features
  29. -- Detecting C compile features - done
  30. -- Checking dependencies of submodule 'qtbase'
  31. -- Checking dependencies of submodule 'qtimageformats'
  32. -- Checking dependencies of submodule 'qtlanguageserver'
  33. -- Checking dependencies of submodule 'qtshadertools'
  34. -- Checking dependencies of submodule 'qtsvg'
  35. -- Checking dependencies of submodule 'qtdeclarative'
  36. -- Checking dependencies of submodule 'qtquicktimeline'
  37. -- Checking dependencies of submodule 'qtquick3d'
  38. -- Checking dependencies of submodule 'qtmultimedia'
  39. -- Checking dependencies of submodule 'qt3d'
  40. -- Checking dependencies of submodule 'qt5compat'
  41. -- Checking dependencies of submodule 'qtactiveqt'
  42. -- Checking dependencies of submodule 'qtcharts'
  43. -- Checking dependencies of submodule 'qtcoap'
  44. -- Checking dependencies of submodule 'qtconnectivity'
  45. -- Checking dependencies of submodule 'qtdatavis3d'
  46. -- Checking dependencies of submodule 'qtgraphs'
  47. -- Checking dependencies of submodule 'qtwebsockets'
  48. -- Checking dependencies of submodule 'qthttpserver'
  49. -- Checking dependencies of submodule 'qtserialport'
  50. -- Checking dependencies of submodule 'qtpositioning'
  51. -- Checking dependencies of submodule 'qtlocation'
  52. -- Checking dependencies of submodule 'qttools'
  53. -- Checking dependencies of submodule 'qtwebchannel'
  54. -- Checking dependencies of submodule 'qtwebengine'
  55. -- Checking dependencies of submodule 'qtdoc'
  56. -- Checking dependencies of submodule 'qtgrpc'
  57. -- Checking dependencies of submodule 'qtlottie'
  58. -- Checking dependencies of submodule 'qtmqtt'
  59. -- Checking dependencies of submodule 'qtnetworkauth'
  60. -- Checking dependencies of submodule 'qtopcua'
  61. -- Checking dependencies of submodule 'qtquick3dphysics'
  62. -- Checking dependencies of submodule 'qtquickeffectmaker'
  63. -- Checking dependencies of submodule 'qtremoteobjects'
  64. -- Checking dependencies of submodule 'qtscxml'
  65. -- Checking dependencies of submodule 'qtsensors'
  66. -- Checking dependencies of submodule 'qtserialbus'
  67. -- Checking dependencies of submodule 'qtspeech'
  68. -- Checking dependencies of submodule 'qttranslations'
  69. -- Checking dependencies of submodule 'qtvirtualkeyboard'
  70. -- Checking dependencies of submodule 'qtwayland'
  71. -- Checking dependencies of submodule 'qtwebview'
  72. -- Configuring submodule 'qtbase'
  73. -- [QtBase] Building for multiple configurations: RelWithDebInfo;Debug.
  74. -- [QtBase] Main configuration is: RelWithDebInfo.
  75.             -DCMAKE_C_FLAGS=/DWIN32 /D_WINDOWS
  76.             -DCMAKE_C_FLAGS_DEBUG=/Zi /Ob0 /Od /RTC1
  77.             -DCMAKE_C_FLAGS_RELEASE=/O2 /Ob2 /DNDEBUG
  78.             -DCMAKE_C_FLAGS_RELWITHDEBINFO=/Zi /O2 /Ob1 /DNDEBUG
  79.             -DCMAKE_CXX_FLAGS=/DWIN32 /D_WINDOWS /EHsc
  80.             -DCMAKE_CXX_FLAGS_DEBUG=/Zi /Ob0 /Od /RTC1
  81.             -DCMAKE_CXX_FLAGS_RELEASE=/O2 /Ob2 /DNDEBUG
  82.             -DCMAKE_CXX_FLAGS_RELWITHDEBINFO=/Zi /O2 /Ob1 /DNDEBUG
  83.             -DCMAKE_OBJCOPY=C:/Strawberry/c/bin/objcopy.exe
  84.             -DCMAKE_EXE_LINKER_FLAGS=/machine:x64
  85.             -DCMAKE_C_STANDARD=11
  86.             -DCMAKE_C_STANDARD_REQUIRED=ON
  87.             -DCMAKE_CXX_STANDARD=17
  88.             -DCMAKE_CXX_STANDARD_REQUIRED=ON
  89.             -DCMAKE_MODULE_PATH:STRING=C:/Qt/6.7.0/qtbase/cmake/platforms
  90. -- Configuring submodule 'qtimageformats'
  91. -- [QtImageFormats] Building for multiple configurations: RelWithDebInfo;Debug.
  92. -- [QtImageFormats] Main configuration is: RelWithDebInfo.
  93. -- Configuring submodule 'qtlanguageserver'
  94. -- [QtLanguageServer] Building for multiple configurations: RelWithDebInfo;Debug.
  95. -- [QtLanguageServer] Main configuration is: RelWithDebInfo.
  96. -- Configuring submodule 'qtshadertools'
  97. -- [QtShaderTools] Building for multiple configurations: RelWithDebInfo;Debug.
  98. -- [QtShaderTools] Main configuration is: RelWithDebInfo.
  99. -- Configuring submodule 'qtsvg'
  100. -- [QtSvg] Building for multiple configurations: RelWithDebInfo;Debug.
  101. -- [QtSvg] Main configuration is: RelWithDebInfo.
  102. -- Configuring submodule 'qtdeclarative'
  103. -- [QtDeclarative] Building for multiple configurations: RelWithDebInfo;Debug.
  104. -- [QtDeclarative] Main configuration is: RelWithDebInfo.
  105. -- Configuring submodule 'qtquicktimeline'
  106. -- [QtQuickTimeline] Building for multiple configurations: RelWithDebInfo;Debug.
  107. -- [QtQuickTimeline] Main configuration is: RelWithDebInfo.
  108. -- Configuring submodule 'qtquick3d'
  109. -- [QtQuick3D] Building for multiple configurations: RelWithDebInfo;Debug.
  110. -- [QtQuick3D] Main configuration is: RelWithDebInfo.
  111. -- Configuring submodule 'qtmultimedia'
  112. -- [QtMultimedia] Building for multiple configurations: RelWithDebInfo;Debug.
  113. -- [QtMultimedia] Main configuration is: RelWithDebInfo.
  114. -- Configuring submodule 'qt3d'
  115. -- [Qt3D] Building for multiple configurations: RelWithDebInfo;Debug.
  116. -- [Qt3D] Main configuration is: RelWithDebInfo.
  117. CMake Warning (dev) at qtbase/lib/cmake/Qt6Qml/Qt6QmlBuildInternals.cmake:423 (message):
  118.   INSTALL_SOURCE_QMLTYPES option is deprecated and should not be used.
  119.   Please port your module to use declarative type registration.
  120. Call Stack (most recent call first):
  121.   qt3d/src/quick3d/imports/render/CMakeLists.txt:10 (qt_internal_add_qml_module)
  122. This warning is for project developers.  Use -Wno-dev to suppress it.
  123.  
  124. CMake Warning (dev) at qtbase/lib/cmake/Qt6Qml/Qt6QmlBuildInternals.cmake:423 (message):
  125.   INSTALL_SOURCE_QMLTYPES option is deprecated and should not be used.
  126.   Please port your module to use declarative type registration.
  127. Call Stack (most recent call first):
  128.   qt3d/src/quick3d/imports/scene3d/CMakeLists.txt:10 (qt_internal_add_qml_module)
  129. This warning is for project developers.  Use -Wno-dev to suppress it.
  130.  
  131. CMake Warning (dev) at qtbase/lib/cmake/Qt6Qml/Qt6QmlBuildInternals.cmake:423 (message):
  132.   INSTALL_SOURCE_QMLTYPES option is deprecated and should not be used.
  133.   Please port your module to use declarative type registration.
  134. Call Stack (most recent call first):
  135.   qt3d/src/quick3d/imports/extras/CMakeLists.txt:10 (qt_internal_add_qml_module)
  136. This warning is for project developers.  Use -Wno-dev to suppress it.
  137.  
  138. CMake Warning (dev) at qtbase/lib/cmake/Qt6Qml/Qt6QmlBuildInternals.cmake:423 (message):
  139.   INSTALL_SOURCE_QMLTYPES option is deprecated and should not be used.
  140.   Please port your module to use declarative type registration.
  141. Call Stack (most recent call first):
  142.   qt3d/src/quick3d/imports/scene2d/CMakeLists.txt:10 (qt_internal_add_qml_module)
  143. This warning is for project developers.  Use -Wno-dev to suppress it.
  144.  
  145. CMake Warning (dev) at qtbase/lib/cmake/Qt6Qml/Qt6QmlBuildInternals.cmake:423 (message):
  146.   INSTALL_SOURCE_QMLTYPES option is deprecated and should not be used.
  147.   Please port your module to use declarative type registration.
  148. Call Stack (most recent call first):
  149.   qt3d/src/quick3d/imports/logic/CMakeLists.txt:10 (qt_internal_add_qml_module)
  150. This warning is for project developers.  Use -Wno-dev to suppress it.
  151.  
  152. CMake Warning (dev) at qtbase/lib/cmake/Qt6Qml/Qt6QmlBuildInternals.cmake:423 (message):
  153.   INSTALL_SOURCE_QMLTYPES option is deprecated and should not be used.
  154.   Please port your module to use declarative type registration.
  155. Call Stack (most recent call first):
  156.   qt3d/src/quick3d/imports/animation/CMakeLists.txt:10 (qt_internal_add_qml_module)
  157. This warning is for project developers.  Use -Wno-dev to suppress it.
  158.  
  159. -- Configuring submodule 'qt5compat'
  160. -- [Qt5Compat] Building for multiple configurations: RelWithDebInfo;Debug.
  161. -- [Qt5Compat] Main configuration is: RelWithDebInfo.
  162. CMake Warning (dev) at qtbase/lib/cmake/Qt6Qml/Qt6QmlBuildInternals.cmake:423 (message):
  163.   INSTALL_SOURCE_QMLTYPES option is deprecated and should not be used.
  164.   Please port your module to use declarative type registration.
  165. Call Stack (most recent call first):
  166.   qt5compat/src/imports/graphicaleffects5/CMakeLists.txt:36 (qt_internal_add_qml_module)
  167. This warning is for project developers.  Use -Wno-dev to suppress it.
  168.  
  169. -- Configuring submodule 'qtactiveqt'
  170. -- [QtActiveQt] Building for multiple configurations: RelWithDebInfo;Debug.
  171. -- [QtActiveQt] Main configuration is: RelWithDebInfo.
  172. -- Configuring submodule 'qtcharts'
  173. -- [QtCharts] Building for multiple configurations: RelWithDebInfo;Debug.
  174. -- [QtCharts] Main configuration is: RelWithDebInfo.
  175. -- Configuring submodule 'qtcoap'
  176. -- [QtCoap] Building for multiple configurations: RelWithDebInfo;Debug.
  177. -- [QtCoap] Main configuration is: RelWithDebInfo.
  178. -- Configuring submodule 'qtconnectivity'
  179. -- [QtConnectivity] Building for multiple configurations: RelWithDebInfo;Debug.
  180. -- [QtConnectivity] Main configuration is: RelWithDebInfo.
  181. -- Configuring submodule 'qtdatavis3d'
  182. -- [QtDataVisualization] Building for multiple configurations: RelWithDebInfo;Debug.
  183. -- [QtDataVisualization] Main configuration is: RelWithDebInfo.
  184. -- Configuring submodule 'qtgraphs'
  185. -- [QtGraphs] Building for multiple configurations: RelWithDebInfo;Debug.
  186. -- [QtGraphs] Main configuration is: RelWithDebInfo.
  187. -- Configuring submodule 'qtwebsockets'
  188. -- [QtWebSockets] Building for multiple configurations: RelWithDebInfo;Debug.
  189. -- [QtWebSockets] Main configuration is: RelWithDebInfo.
  190. CMake Warning (dev) at qtbase/lib/cmake/Qt6Qml/Qt6QmlBuildInternals.cmake:423 (message):
  191.   INSTALL_SOURCE_QMLTYPES option is deprecated and should not be used.
  192.   Please port your module to use declarative type registration.
  193. Call Stack (most recent call first):
  194.   qtwebsockets/src/imports/qmlwebsockets/CMakeLists.txt:4 (qt_internal_add_qml_module)
  195. This warning is for project developers.  Use -Wno-dev to suppress it.
  196.  
  197. -- Configuring submodule 'qthttpserver'
  198. -- [QtHttpServer] Building for multiple configurations: RelWithDebInfo;Debug.
  199. -- [QtHttpServer] Main configuration is: RelWithDebInfo.
  200. -- Configuring submodule 'qtserialport'
  201. -- [QtSerialPort] Building for multiple configurations: RelWithDebInfo;Debug.
  202. -- [QtSerialPort] Main configuration is: RelWithDebInfo.
  203. -- Configuring submodule 'qtpositioning'
  204. -- [QtPositioning] Building for multiple configurations: RelWithDebInfo;Debug.
  205. -- [QtPositioning] Main configuration is: RelWithDebInfo.
  206. -- Configuring submodule 'qtlocation'
  207. -- [QtLocation] Building for multiple configurations: RelWithDebInfo;Debug.
  208. -- [QtLocation] Main configuration is: RelWithDebInfo.
  209. -- Configuring submodule 'qttools'
  210. -- [QtTools] Building for multiple configurations: RelWithDebInfo;Debug.
  211. -- [QtTools] Main configuration is: RelWithDebInfo.
  212. -- Could NOT find Clang (missing: Clang_DIR)
  213. -- Could NOT find Clang (missing: Clang_DIR)
  214. -- Configuring submodule 'qtwebchannel'
  215. -- [QtWebChannel] Building for multiple configurations: RelWithDebInfo;Debug.
  216. -- [QtWebChannel] Main configuration is: RelWithDebInfo.
  217. -- Configuring submodule 'qtwebengine'
  218. -- [QtWebEngine] Building for multiple configurations: RelWithDebInfo;Debug.
  219. -- [QtWebEngine] Main configuration is: RelWithDebInfo.
  220. [QtWebEngine] -- Windows 10 SDK version: 10.0.22621.0
  221. -- Configuring submodule 'qtdoc'
  222. -- [QtDoc] Building for multiple configurations: RelWithDebInfo;Debug.
  223. -- [QtDoc] Main configuration is: RelWithDebInfo.
  224. -- Configuring submodule 'qtgrpc'
  225. -- [QtGrpc] Building for multiple configurations: RelWithDebInfo;Debug.
  226. -- [QtGrpc] Main configuration is: RelWithDebInfo.
  227. -- Configuring submodule 'qtlottie'
  228. -- [QtLottie] Building for multiple configurations: RelWithDebInfo;Debug.
  229. -- [QtLottie] Main configuration is: RelWithDebInfo.
  230. -- Configuring submodule 'qtmqtt'
  231. -- [QtMqtt] Building for multiple configurations: RelWithDebInfo;Debug.
  232. -- [QtMqtt] Main configuration is: RelWithDebInfo.
  233. -- Configuring submodule 'qtnetworkauth'
  234. -- [QtNetworkAuth] Building for multiple configurations: RelWithDebInfo;Debug.
  235. -- [QtNetworkAuth] Main configuration is: RelWithDebInfo.
  236. -- Configuring submodule 'qtopcua'
  237. -- [QtOpcUa] Building for multiple configurations: RelWithDebInfo;Debug.
  238. -- [QtOpcUa] Main configuration is: RelWithDebInfo.
  239. -- Configuring submodule 'qtquick3dphysics'
  240. -- [QtQuick3DPhysics] Building for multiple configurations: RelWithDebInfo;Debug.
  241. -- [QtQuick3DPhysics] Main configuration is: RelWithDebInfo.
  242. -- Configuring submodule 'qtquickeffectmaker'
  243. -- [QQEffectMaker] Building for multiple configurations: RelWithDebInfo;Debug.
  244. -- [QQEffectMaker] Main configuration is: RelWithDebInfo.
  245. Nodes path: ./qml/QtQuickEffectMaker/defaultnodes
  246. -- Configuring submodule 'qtremoteobjects'
  247. -- [QtRemoteObjects] Building for multiple configurations: RelWithDebInfo;Debug.
  248. -- [QtRemoteObjects] Main configuration is: RelWithDebInfo.
  249. -- Configuring submodule 'qtscxml'
  250. -- [QtScxml] Building for multiple configurations: RelWithDebInfo;Debug.
  251. -- [QtScxml] Main configuration is: RelWithDebInfo.
  252. -- Configuring submodule 'qtsensors'
  253. -- [QtSensors] Building for multiple configurations: RelWithDebInfo;Debug.
  254. -- [QtSensors] Main configuration is: RelWithDebInfo.
  255. -- Configuring submodule 'qtserialbus'
  256. -- [QtSerialBus] Building for multiple configurations: RelWithDebInfo;Debug.
  257. -- [QtSerialBus] Main configuration is: RelWithDebInfo.
  258. -- Configuring submodule 'qtspeech'
  259. -- [QtSpeech] Building for multiple configurations: RelWithDebInfo;Debug.
  260. -- [QtSpeech] Main configuration is: RelWithDebInfo.
  261. -- Configuring submodule 'qttranslations'
  262. -- Building for multiple configurations: RelWithDebInfo;Debug.
  263. -- Main configuration is: RelWithDebInfo.
  264. -- Configuring submodule 'qtvirtualkeyboard'
  265. -- [QtVirtualKeyboard] Building for multiple configurations: RelWithDebInfo;Debug.
  266. -- [QtVirtualKeyboard] Main configuration is: RelWithDebInfo.
  267. -- Configuring submodule 'qtwayland'
  268. Skipping the build as the condition "LINUX OR MACOS OR QNX" is not met.
  269. -- Configuring submodule 'qtwebview'
  270. -- [QtWebView] Building for multiple configurations: RelWithDebInfo;Debug.
  271. -- [QtWebView] Main configuration is: RelWithDebInfo.
  272.  
  273. -- Configuration summary shown below. It has also been written to C:/Qt/6.7.0/config.summary
  274. -- Configure with --log-level=STATUS or higher to increase CMake's message verbosity. The log level does not persist across reconfigurations.
  275.  
  276. -- Configure summary:
  277.  
  278. Building for: win32-msvc (x86_64, CPU features: )
  279. Compiler: msvc 19.40.33808.0
  280. Build options:
  281.  Mode ................................... debug and release (with debug info)
  282.  Optimize release build for size ........ no
  283.  Fully optimize release builds (-O3) .... no
  284.  Building shared libraries .............. yes
  285.  Unity Build ............................ no
  286.  Relocatable ............................ yes
  287.  Using precompiled headers .............. yes
  288.  Using Link Time Optimization (LTCG) .... no
  289.  Using Intel CET ........................ no
  290.  Target compiler supports:
  291.    x86 Intrinsics ....................... Basic VAES AVX512VBMI2
  292.  Sanitizers:
  293.    Addresses ............................ no
  294.    Threads .............................. no
  295.    Memory ............................... no
  296.    Fuzzer (instrumentation only) ........ no
  297.    Undefined ............................ no
  298.  Build parts ............................ libs tools
  299.  Install examples sources ............... no
  300.  App store compliance ................... no
  301. Qt modules and options:
  302.  Qt Concurrent .......................... yes
  303.  Qt D-Bus ............................... yes
  304.  Qt D-Bus directly linked to libdbus .... no
  305.  Qt Gui ................................. yes
  306.  Qt Network ............................. yes
  307.  Qt PrintSupport ........................ yes
  308.  Qt Sql ................................. yes
  309.  Qt Testlib ............................. yes
  310.  Qt Widgets ............................. yes
  311.  Qt Xml ................................. yes
  312. Support enabled for:
  313.  Using pkg-config ....................... no
  314.  Using vcpkg ............................ no
  315.  udev ................................... no
  316.  OpenSSL ................................ yes
  317.    Qt directly linked to OpenSSL ........ yes
  318.  OpenSSL 1.1 ............................ no
  319.  OpenSSL 3.0 ............................ yes
  320.  Using system zlib ...................... no
  321.  Zstandard support ...................... no
  322.  Thread support ......................... yes
  323. Common build options:
  324.  Linker can resolve circular dependencies  yes
  325. Qt Core:
  326.  backtrace .............................. no
  327.  DoubleConversion ....................... yes
  328.    Using system DoubleConversion ........ no
  329.  GLib ................................... no
  330.  ICU .................................... no
  331.  Using system libb2 ..................... no
  332.  Built-in copy of the MIME database ..... yes
  333.  Application permissions ................ yes
  334.  Tracing backend ........................ <none>
  335.  OpenSSL based cryptographic hash ....... no
  336.  Logging backends:
  337.    journald ............................. no
  338.    syslog ............................... no
  339.    slog2 ................................ no
  340.  PCRE2 .................................. yes
  341.    Using system PCRE2 ................... no
  342. Qt Sql:
  343.  SQL item models ........................ yes
  344. Qt Network:
  345.  getifaddrs() ........................... no
  346.  IPv6 ifname ............................ no
  347.  libproxy ............................... no
  348.  Schannel ............................... no
  349.  DTLS ................................... yes
  350.  OCSP-stapling .......................... yes
  351.  SCTP ................................... no
  352.  Use system proxies ..................... yes
  353.  GSSAPI ................................. no
  354.  Brotli Decompression Support ........... no
  355.  qIsEffectiveTLD() ...................... yes
  356.    Built-in publicsuffix database ....... yes
  357.    System publicsuffix database ......... no
  358. Core tools:
  359.  Android deployment tool ................ yes
  360.  macOS deployment tool .................. no
  361.  Windows deployment tool ................ yes
  362.  qmake .................................. yes
  363. Qt Gui:
  364.  Accessibility .......................... yes
  365.  FreeType ............................... yes
  366.    Using system FreeType ................ no
  367.  HarfBuzz ............................... yes
  368.    Using system HarfBuzz ................ no
  369.  Fontconfig ............................. no
  370.  Image formats:
  371.    GIF .................................. yes
  372.    ICO .................................. yes
  373.    JPEG ................................. yes
  374.      Using system libjpeg ............... no
  375.    PNG .................................. yes
  376.      Using system libpng ................ no
  377.  Text formats:
  378.    HtmlParser ........................... yes
  379.    CssParser ............................ yes
  380.    OdfWriter ............................ yes
  381.    MarkdownReader ....................... yes
  382.      Using system libmd4c ............... no
  383.    MarkdownWriter ....................... yes
  384.  EGL .................................... no
  385.  OpenVG ................................. no
  386.  OpenGL:
  387.    Desktop OpenGL ....................... no
  388.    Dynamic OpenGL ....................... yes
  389.    OpenGL ES 2.0 ........................ no
  390.    OpenGL ES 3.0 ........................ no
  391.    OpenGL ES 3.1 ........................ no
  392.    OpenGL ES 3.2 ........................ no
  393.  Vulkan ................................. yes
  394.  Session Management ..................... yes
  395. Features used by QPA backends:
  396.  evdev .................................. no
  397.  libinput ............................... no
  398.  HiRes wheel support in libinput ........ no
  399.  INTEGRITY HID .......................... no
  400.  mtdev .................................. no
  401.  tslib .................................. no
  402.  xkbcommon .............................. no
  403.  X11 specific:
  404.    XLib ................................. no
  405.    XCB Xlib ............................. no
  406.    EGL on X11 ........................... no
  407.    xkbcommon-x11 ........................ no
  408.    xcb-sm ............................... no
  409. QPA backends:
  410.  DirectFB ............................... no
  411.  EGLFS .................................. no
  412.  EGLFS details:
  413.    EGLFS OpenWFD ........................ no
  414.    EGLFS i.Mx6 .......................... no
  415.    EGLFS i.Mx6 Wayland .................. no
  416.    EGLFS RCAR ........................... no
  417.    EGLFS EGLDevice ...................... no
  418.    EGLFS GBM ............................ no
  419.    EGLFS VSP2 ........................... no
  420.    EGLFS Mali ........................... no
  421.    EGLFS Raspberry Pi ................... no
  422.    EGLFS X11 ............................ no
  423.  LinuxFB ................................ no
  424.  VNC .................................... no
  425.  VK_KHR_display ......................... no
  426.  QNX:
  427.    lgmon ................................ no
  428.    IMF .................................. no
  429.  XCB:
  430.    Using system-provided xcb-xinput ..... no
  431.    GL integrations:
  432.      GLX Plugin ......................... no
  433.        XCB GLX .......................... no
  434.      EGL-X11 Plugin ..................... no
  435.  Windows:
  436.    Direct 2D ............................ yes
  437.    Direct 2D 1.1 ........................ yes
  438.    DirectWrite .......................... yes
  439.    DirectWrite 3 ........................ yes
  440. Qt Widgets:
  441.  GTK+ ................................... no
  442.  Styles ................................. Fusion Windows WindowsVista
  443. Qt Testlib:
  444.  Tester for item models ................. yes
  445.  Batch tests ............................ no
  446. Qt PrintSupport:
  447.  CUPS ................................... no
  448. Qt Sql Drivers:
  449.  DB2 (IBM) .............................. no
  450.  InterBase .............................. no
  451.  MySql .................................. no
  452.  OCI (Oracle) ........................... no
  453.  ODBC ................................... yes
  454.  PostgreSQL ............................. no
  455.  SQLite ................................. yes
  456.    Using system provided SQLite ......... no
  457.  Mimer .................................. no
  458. Further Image Formats:
  459.  JasPer ................................. no
  460.  MNG .................................... no
  461.  TIFF ................................... yes
  462.    Using system libtiff ................. no
  463.  WEBP ................................... yes
  464.    Using system libwebp ................. no
  465. Qt QML:
  466.  QML network support .................... yes
  467.  QML debugging and profiling support .... yes
  468.  QML just-in-time compiler .............. yes
  469.  QML XML http request ................... yes
  470.  QML Locale ............................. yes
  471.  QML SSL support ........................ yes
  472. Qt QML:
  473.  QML network support .................... yes
  474.  QML debugging and profiling support .... yes
  475.  QML just-in-time compiler .............. yes
  476.  QML XML http request ................... yes
  477.  QML Locale ............................. yes
  478.  QML SSL support ........................ yes
  479. Qt QML Models:
  480.  QML list model ......................... yes
  481.  QML delegate model ..................... yes
  482. Qt Quick:
  483.  AnimatedImage item ..................... yes
  484.  Canvas item ............................ yes
  485.  Support for Qt Quick Designer .......... yes
  486.  Flipable item .......................... yes
  487.  GridView item .......................... yes
  488.  ListView item .......................... yes
  489.  TableView item ......................... yes
  490.  TreeView item .......................... yes
  491.  Path support ........................... yes
  492.  PathView item .......................... yes
  493.  Positioner items ....................... yes
  494.  Repeater item .......................... yes
  495.  ShaderEffect item ...................... yes
  496.  Sprite item ............................ yes
  497. Qt Quick Templates 2:
  498.  Hover support .......................... yes
  499.  Multi-touch support .................... yes
  500.  Calendar support ....................... yes
  501. Qt Quick Controls 2:
  502.  Styles ................................. Basic Fusion Imagine Material Universal Windows
  503. QtQuick3D:
  504.  Assimp ................................. yes
  505.  System Assimp .......................... no
  506. Qt Multimedia:
  507.  Spatial Audio .......................... yes
  508.  Spatial Audio (Quick3D) ................ yes
  509.  Low level Audio Backend:
  510.    ALSA (experimental) .................. no
  511.    PulseAudio ........................... no
  512.    MMRenderer ........................... no
  513.    CoreAudio ............................ no
  514.    Windows Media SDK .................... yes
  515.    Open SLES (Android) .................. no
  516.    Web Assembly ......................... no
  517.  Plugin:
  518.    GStreamer 1.0 ........................ no
  519.    FFmpeg ............................... no
  520.    MMRenderer ........................... no
  521.    AVFoundation ......................... no
  522.    Windows Media Foundation ............. yes
  523.  Hardware acceleration and features:
  524.    Video for Linux ...................... no
  525.    VAAPI support ........................ no
  526.    Linux DMA buffer support ............. no
  527.    VideoToolbox ......................... no
  528. Qt 3D:
  529.  Assimp ................................. yes
  530.  System Assimp .......................... no
  531.  Aspects:
  532.    Render aspect ........................ yes
  533.    Input aspect ......................... yes
  534.    Logic aspect ......................... yes
  535.    Animation aspect ..................... yes
  536.    Extras aspect ........................ yes
  537. Qt 3D APIs:
  538.  Vulkan ................................. yes
  539. Qt 3D Renderers:
  540.  OpenGL Renderer ........................ yes
  541.  RHI Renderer ........................... yes
  542. Qt3D Geometry Loaders:
  543.  Autodesk FBX ........................... no
  544. Qt 5 Compatibility Libraries:
  545.  iconv .................................. no
  546. Qt Charts Types:
  547.  Area Chart ............................. yes
  548.  Line Chart ............................. yes
  549.  Spline Chart ........................... yes
  550.  Scatter Chart .......................... yes
  551.  Bar Chart .............................. yes
  552.  Pie Chart .............................. yes
  553.  Boxplot Chart .......................... yes
  554.  Candlestick Chart ...................... yes
  555. Qt Axis Types:
  556.  DateTime Axis .......................... yes
  557. Qt Bluetooth:
  558.  BlueZ .................................. no
  559.  BlueZ Low Energy ....................... no
  560.  Linux Crypto API ....................... no
  561.  WinRT Bluetooth API .................... yes
  562. Qt Graphs Support:
  563.  2D Graphs .............................. yes
  564.  3D Graphs .............................. yes
  565. Qt Graphs 3D:
  566.  Bars3D ................................. yes
  567.  Scatter3D .............................. yes
  568.  Surface3D .............................. yes
  569. Serial Port:
  570.  ntddmodm ............................... yes
  571. Qt Tools:
  572.  Qt Assistant ........................... yes
  573.  libclang found ......................... no
  574.  Clang-based lupdate parser ............. no
  575.  Qt Designer ............................ yes
  576.  Qt Distance Field Generator ............ yes
  577.  Qt Linguist ............................ yes
  578.  pixeltool .............................. yes
  579.  qdbus .................................. yes
  580.  QDoc ................................... no
  581.  Qt Attributions Scanner ................ yes
  582.  qtdiag ................................. yes
  583.  qtplugininfo ........................... yes
  584. WebEngine Repository Build Options:
  585.  Build Ninja ............................ no
  586.  Build Gn ............................... yes
  587.  Jumbo Build ............................ yes
  588.  Developer build ........................ no
  589.  Build QtWebEngine Modules:
  590.    Build QtWebEngineCore ................ yes
  591.    Build QtWebEngineWidgets ............. yes
  592.    Build QtWebEngineQuick ............... yes
  593.  Build QtPdf Modules:
  594.    Build QtPdfWidgets ................... yes
  595.    Build QtPdfQuick ..................... yes
  596. Qt WebEngineCore:
  597.  Embedded build ......................... no
  598.  Full debug information ................. no
  599.  Sanitizer support ...................... no
  600.  Pepper Plugins ......................... yes
  601.  Printing and PDF ....................... yes
  602.  Proprietary Codecs ..................... yes
  603.  Spellchecker ........................... yes
  604.  Native Spellchecker .................... no
  605.  WebRTC ................................. yes
  606.  PipeWire over GIO ...................... no
  607.  Geolocation ............................ yes
  608.  WebChannel support ..................... yes
  609.  Kerberos Authentication ................ yes
  610.  Extensions ............................. yes
  611.  Vulkan support ......................... yes
  612.  Use v8 context snapshot ................ yes
  613.  Build WebEngineDriver .................. yes
  614. Qt WebEngineQuick:
  615.  UI Delegates ........................... yes
  616. Qt PDF:
  617.  Support V8 ............................. no
  618.  Support XFA ............................ no
  619.  Support XFA-BMP ........................ no
  620.  Support XFA-GIF ........................ no
  621.  Support XFA-PNG ........................ no
  622.  Support XFA-TIFF ....................... no
  623.  Bitcode support ........................ no
  624.  Use static runtime ..................... no
  625. Qt Protobuf:
  626.  Qt Core types support .................. no
  627.  Qt Gui types support ................... no
  628.  Well-known types support ............... no
  629. Qt Protobuf tools:
  630.  Qt Protobuf generator .................. no
  631. Qt GRPC:
  632.  gRPC support ........................... yes
  633.  QML gRPC support ....................... yes
  634. Qt GRPC tools:
  635.  Qt GRPC generator ...................... no
  636. Qt Opcua:
  637.  Open62541 .............................. yes
  638.  Support for namespace 0 NodeId names ... yes
  639.  Internal code generator ................ no
  640.  Open62541 security support ............. yes
  641.  Support for global discovery server .... yes
  642.  Data type code generator ............... yes
  643. Qt Remote Objects:
  644.  High Availability Manager (ham) ........ no
  645. Qt Scxml:
  646.  ECMAScript data model for QtScxml ...... yes
  647. Qt Sensors:
  648.  WinRT sensors backend .................. yes
  649. Qt SerialBus:
  650.  Socket CAN ............................. no
  651.  Socket CAN FD .......................... no
  652.  SerialPort Support ..................... yes
  653. Qt TextToSpeech:
  654.  Flite .................................. no
  655.  Flite with ALSA ........................ no
  656.  Speech Dispatcher ...................... no
  657. Qt Virtualkeyboard:
  658.  Desktop integration .................... yes
  659.  Built-in layouts ....................... yes
  660.  Key navigation ......................... no
  661.  Retro style as default ................. no
  662.  Sensitive Debug ........................ no
  663.  Cerence ................................ no
  664.    Static Linking ....................... no
  665.    Handwriting .......................... no
  666.      Alphabetic ......................... no
  667.      CJK ................................ no
  668.    XT9 .................................. no
  669.      XT9 Debug .......................... no
  670.      XT9 9-key layouts .................. no
  671.    Bundle resources ..................... no
  672.      Handwriting ........................ no
  673.      XT9 ................................ no
  674.  Hunspell ............................... no
  675.    Using Hunspell copy from 3rdparty/ ... no
  676.  OpenWnn ................................ yes
  677.  MyScript ............................... no
  678.  Example HWR ............................ no
  679.  Language support enabled for:
  680.    Arabic ............................... yes
  681.    Bulgarian ............................ yes
  682.    Czech ................................ yes
  683.    Danish ............................... yes
  684.    German ...........................
  685. .... yes
  686.    Greek ................................ yes
  687.    English GB ........................... yes
  688.    English US ........................... yes
  689.    Spanish .............................. yes
  690.    Spanish Mexico ....................... yes
  691.    Estonian ............................. yes
  692.    Farsi ................................ yes
  693.    Finnish .............................. yes
  694.    French Canada ........................ yes
  695.    French France ........................ yes
  696.    Hebrew ............................... yes
  697.    Hindi ................................ yes
  698.    Croatian ............................. yes
  699.    Hungarian ............................ yes
  700.    Indonesian ........................... yes
  701.    Italian .............................. yes
  702.    Japanese ............................. yes
  703.    Korean ............................... yes
  704.    Malay ................................ yes
  705.    Norwegian ............................ yes
  706.    Dutch ................................ yes
  707.    Polish .................Note: Hunspell in Qt Virtual Keyboard is not enabled. Spelling correction will not be available.
  708.  
  709. WARNING: QDoc will not be compiled, probably because clang's C and C++ libraries could not be located. This means that you cannot build the Qt documentation.
  710. You may need to set CMAKE_PREFIX_PATH or LLVM_INSTALL_DIR to the location of your llvm installation.
  711. Other than clang's libraries, you may need to install another package, such as clang itself, to provide the ClangConfig.cmake file needed to detect your libraries. Once this
  712. file is in place, the configure script may be able to detect your system-installed libraries without further environment variables.
  713. On macOS, you can use Homebrew's llvm package.
  714. You will also need to set the FEATURE_clang CMake variable to ON to re-evaluate this check.
  715. WARNING: Clang-based lupdate parser will not be available. LLVM and Clang C++ libraries have not been found.
  716. You will need to set the FEATURE_clangcpp CMake variable to ON to re-evaluate this check.
  717. WARNING: System GBM is .............. yes
  718.     Portuguese Brazil .................... yes
  719.     Portuguese Portugal .................. yes
  720.     Romanian ............................. yes
  721.     Russian .............................. yes
  722.     Slovak ............................... yes
  723.     Slovenian ............................ yes
  724.     Albanian ............................. yes
  725.     Serbian .............................. yes
  726.     Swedish .............................. yes
  727.     Thai ................................. yes
  728.     Turkish .............................. yes
  729.     Ukrainian ............................ yes
  730.     Vietnamese ........................... yes
  731.     Simplified Chinese ................... yes
  732.     Traditional Chinese .................. yes
  733.     HongKong Chinese ..................... no
  734.   Traditional chinese input methods:
  735.     Zhuyin ............................... yes
  736.     Cangjie .............................. yes
  737.  
  738. --
  739.  
  740. Qt is now configured for building. Just run 'cmake --build . --parallel'
  741.  
  742. Once everything is built, you must run 'nidisabled. The bundled minigbm supports Intel only, you might need to install libgbm to avoid rendering issues.
  743.  
  744. nja install'
  745. Qt will be installed into 'C:/Qt/6.7.0'
  746.  
  747. To configure and build other Qt modules, you can use the following convenience script:
  748.         C:/Qt/6.7.0/bin/qt-configure-module.bat
  749.  
  750. If reconfiguration fails for some reason, try removing 'CMakeCache.txt' from the build directory
  751. Alternatively, you can add the --fresh flag to your CMake flags.
  752.  
  753. -- Configuring done (55.8s)
  754. -- Generating done (25.5s)
  755. -- Build files have been written to: C:/Qt/6.7.0
  756.  
  757. C:\Qt\6.7.0>cmake --build . --parallel
  758. [1151/20214] Performing configure step for 'gn'
  759. -- The CXX compiler identification is MSVC 19.40.33808.0
  760. -- The C compiler identification is MSVC 19.40.33808.0
  761. -- Detecting CXX compiler ABI info
  762. -- Detecting CXX compiler ABI info - done
  763. -- Check for working CXX compiler: C:/Program Files/Microsoft Visual Studio/2022/Preview/VC/Tools/MSVC/14.40.33807/bin/Hostx64/x64/cl.exe - skipped
  764. -- Detecting CXX compile features
  765. -- Detecting CXX compile features - done
  766. -- Detecting C compiler ABI info
  767. -- Detecting C compiler ABI info - done
  768. -- Check for working C compiler: C:/Program Files/Microsoft Visual Studio/2022/Preview/VC/Tools/MSVC/14.40.33807/bin/Hostx64/x64/cl.exe - skipped
  769. -- Detecting C compile features
  770. -- Detecting C compile features - done
  771. -- Found Python3: C:/Program Files/WindowsApps/PythonSoftwareFoundation.Python.3.12_3.12.1008.0_x64__qbz5n2kfra8p0/python3.12.exe (found version "3.12.3") found components: Interpreter
  772. -- Found Ninja: C:/Strawberry/c/bin/ninja.exe (found suitable version "1.11.1", minimum required is "1.7.2")
  773. -- Configuring done (5.0s)
  774. -- Generating done (0.0s)
  775. CMake Warning:
  776.   Manually-specified variables were not used by the project:
  777.  
  778.     CMAKE_BUILD_TYPE
  779.  
  780.  
  781. -- Build files have been written to: C:/Qt/6.7.0/qtwebengine/src/gn
  782. [1160/20214] Building C object qtbase\src\tools\bootstrap\...elWithDebInfo\__\__\3rdparty\pcre2\src\pcre2_compile.c.obj
  783. C:\Qt\6.7.0\qtbase\src\3rdparty\pcre2\src\pcre2_compile.c(7552): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data
  784. C:\Qt\6.7.0\qtbase\src\3rdparty\pcre2\src\pcre2_compile.c(7602): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data
  785. [1277/20214] Building C object qtbase\src\tools\bootstrap\...\RelWithDebInfo\__\__\3rdparty\pcre2\src\pcre2_match.c.obj
  786. C:\Qt\6.7.0\qtbase\src\3rdparty\pcre2\src\pcre2_match.c(5865): warning C4244: 'initializing': conversion from 'ptrdiff_t' to 'uint32_t', possible loss of data
  787. [1351/20214] Automatic MOC for target Core
  788. AutoMoc: C:/Qt/6.7.0/qtbase/src/corelib/global/qtversionchecks.h: note: No relevant classes found. No output generated.
  789. AutoMoc: C:/Qt/6.7.0/qtbase/src/corelib/global/qtversionchecks.h: note: No relevant classes found. No output generated.
  790. [1604/20214] Automatic MOC for target Network
  791. AutoMoc: C:/Qt/6.7.0/qtbase/src/network/access/qrestreply.h: note: No relevant classes found. No output generated.
  792. AutoMoc: C:/Qt/6.7.0/qtbase/src/network/access/qrestreply.h: note: No relevant classes found. No output generated.
  793. [2077/20214] Automatic MOC for target Sql
  794. AutoMoc: C:/Qt/6.7.0/qtbase/src/sql/kernel/qsqldatabase.h: note: No relevant classes found. No output generated.
  795. AutoMoc: C:/Qt/6.7.0/qtbase/src/sql/kernel/qsqlquery.h: note: No relevant classes found. No output generated.
  796. AutoMoc: C:/Qt/6.7.0/qtbase/src/sql/kernel/qsqlindex.h: note: No relevant classes found. No output generated.
  797. AutoMoc: C:/Qt/6.7.0/qtbase/src/sql/kernel/qsqldatabase.h: note: No relevant classes found. No output generated.
  798. AutoMoc: C:/Qt/6.7.0/qtbase/src/sql/kernel/qsqlindex.h: note: No relevant classes found. No output generated.
  799. AutoMoc: C:/Qt/6.7.0/qtbase/src/sql/kernel/qsqlquery.h: note: No relevant classes found. No output generated.
  800. [7295/20214] Generating .rcc/qmlcache/QuickTest_qmlcache_loader.cpp
  801. FAILED: qtdeclarative/src/qmltest/.rcc/qmlcache/QuickTest_qmlcache_loader.cpp C:/Qt/6.7.0/qtdeclarative/src/qmltest/.rcc/qmlcache/QuickTest_qmlcache_loader.cpp
  802. cmd.exe /C "cd /D C:\Qt\6.7.0\qtdeclarative\src\qmltest && C:\Qt\6.7.0\.qt\bin\qt_setup_tool_path.bat C:/Qt/6.7.0/qtbase/bin/qmlcachegen.exe --resource-name qmlcache_QuickTest -o C:/Qt/6.7.0/qtdeclarative/src/qmltest/.rcc/qmlcache/QuickTest_qmlcache_loader.cpp @C:/Qt/6.7.0/qtdeclarative/src/qmltest/.rcc/qmlcache/QuickTest_qml_loader_file_list.rsp"
  803. [7324/20214] Building CXX object qtdeclarative\src\quickwidgets\CMakeFiles\QuickWidgets.dir\Debug\cmake_pch.cxx.obj
  804. ninja: build stopped: subcommand failed.
  805.  
  806. C:\Qt\6.7.0>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement