studyingegret

pyside-setup build error

Apr 10th, 2025 (edited)
22
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 54.50 KB | None | 0 0
  1. (.venv) D:\code\pyside-setup>python setup.py build --build-tests
  2. [INFO]: running build
  3. [INFO]: Adding D:\shared\clang-v20.1.1-x64\libclang\bin as detected by LLVM_INSTALL_DIR to PATH
  4. [INFO]: Inserting path 'D:\shared\clang-v20.1.1-x64\libclang\bin' to environment
  5. [INFO]: ==============================
  6. [INFO]: Package version: 6.9.0a1
  7. [INFO]: Build type: Release
  8. [INFO]: Build tests: 1
  9. [INFO]: ---
  10. [INFO]: Make path: C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\Common7\IDE\CommonExtensions\Microsoft\CMake\Ninja\ninja.EXE
  11. [INFO]: Make generator: Ninja
  12. [INFO]: Make jobs:
  13. [INFO]: ---
  14. [INFO]: setup.py directory: D:\code\pyside-setup
  15. [INFO]: Build scripts directory: D:\code\pyside-setup\build_scripts
  16. [INFO]: Sources directory: D:\code\pyside-setup\sources
  17. [INFO]: make build directory: D:\code\pyside-setup\build\.venv\build
  18. [INFO]: make install directory: D:\code\pyside-setup\build\.venv\install
  19. [INFO]: setuptools build directory: D:\code\pyside-setup\build\.venv\package
  20. [INFO]: setuptools install directory: D:\code\pyside-setup\.venv\Lib\site-packages
  21. [INFO]: ---
  22. [INFO]: Python executable: D:\code\pyside-setup\.venv\Scripts\python.exe
  23. [INFO]: Python includes: D:\software\Python\Python313\Include
  24. [INFO]: Python library: D:\software\Python\Python313\libs\python313.lib
  25. [INFO]: Python prefix: D:\code\pyside-setup\.venv
  26. [INFO]: Python scripts: D:\code\pyside-setup\.venv\Scripts
  27. [INFO]: Python arch: 64
  28. [INFO]: ---
  29. [INFO]: Qt prefix: C:/Qt/Qt-6.10.0-x64
  30. [INFO]: Qt qmake: None
  31. [INFO]: Qt qtpaths: C:\Qt\Qt-6.10.0-x64\bin\qtpaths6.exe
  32. [INFO]: Qt version: 6.10.0
  33. [INFO]: Qt bins: C:/Qt/Qt-6.10.0-x64/bin
  34. [INFO]: Qt docs: C:/Qt/Qt-6.10.0-x64/doc
  35. [INFO]: Qt plugins: C:/Qt/Qt-6.10.0-x64/plugins
  36. [INFO]: ---
  37. [INFO]: OpenSSL dll directory: None
  38. [INFO]: ==============================
  39. [INFO]: Building module shiboken6...
  40. [INFO]: Deleting module build folder D:\code\pyside-setup\build\.venv\build\shiboken6...
  41. [INFO]: Creating module build folder D:\code\pyside-setup\build\.venv\build\shiboken6...
  42. [INFO]: Using UNITY build
  43. [INFO]: Qt Source dir:
  44. [INFO]: Configuring module shiboken6 (D:\code\pyside-setup\sources\shiboken6)...
  45. -- The C compiler identification is MSVC 19.43.34810.0
  46. -- The CXX compiler identification is MSVC 19.43.34810.0
  47. -- Detecting C compiler ABI info
  48. -- Detecting C compiler ABI info - done
  49. -- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio/2022/BuildTools/VC/Tools/MSVC/14.43.34808/bin/Hostx64/x64/cl.exe - skipped
  50. -- Detecting C compile features
  51. -- Detecting C compile features - done
  52. -- Detecting CXX compiler ABI info
  53. -- Detecting CXX compiler ABI info - done
  54. -- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio/2022/BuildTools/VC/Tools/MSVC/14.43.34808/bin/Hostx64/x64/cl.exe - skipped
  55. -- Detecting CXX compile features
  56. -- Detecting CXX compile features - done
  57. -- SHIBOKEN_IS_CROSS_BUILD: FALSE
  58. -- SHIBOKEN_BUILD_LIBS: ON
  59. -- SHIBOKEN_BUILD_TOOLS: ON
  60. -- BUILD_TESTS: 1
  61. -- Using Qt 6
  62. -- Performing Test CMAKE_HAVE_LIBC_PTHREAD
  63. -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed
  64. -- Looking for pthread_create in pthreads
  65. -- Looking for pthread_create in pthreads - not found
  66. -- Looking for pthread_create in pthread
  67. -- Looking for pthread_create in pthread - not found
  68. -- Found Threads: TRUE
  69. -- Performing Test HAVE_STDATOMIC
  70. -- Performing Test HAVE_STDATOMIC - Success
  71. -- Found WrapAtomic: TRUE
  72. -- Found Python: D:\code\pyside-setup\.venv\Scripts\python.exe (found suitable version "3.13.2", minimum required is "3.9") found components: Interpreter Development Development.Module Development.Embed
  73. -- CLANG: D:/shared/clang-v20.1.1-x64/libclang/lib/cmake/clang, D:/shared/clang-v20.1.1-x64/libclang/bin/libclang.dll detected
  74. -- Found Git: C:/Program Files/Git/cmd/git.exe (found version "2.47.1.windows.1")
  75. -- Python_Development_FOUND: TRUE
  76. -- Python_LIBRARIES: optimizedD:\software\Python\Python313\libs\python313.libdebugD:/software/Python/Python313/libs/python313_d.lib
  77. -- Python_INCLUDE_DIRS: D:\software\Python\Python313\Include
  78. -- Python_Interpreter_FOUND: TRUE
  79. -- Python_EXECUTABLE: D:\code\pyside-setup\.venv\Scripts\python.exe
  80. -- Python_VERSION: 3.13.2
  81. -- PYTHON_EXTENSION_SUFFIX: .cp313-win_amd64
  82. -- PYTHON_LIMITED_LIBRARIES: D:\software\Python\Python313\libs\python3.lib
  83. -- ******************************************************
  84. -- ** Limited API enabled D:\software\Python\Python313\libs\python3.lib
  85. -- ******************************************************
  86. -- PYTHON_EXTENSION_SUFFIX:
  87. -- PYTHON_CONFIG_SUFFIX: .abi3
  88. -- PYTHON_SHARED_LIBRARY_SUFFIX: .abi3
  89. -- Could NOT find LibXml2 (missing: LIBXML2_LIBRARY LIBXML2_INCLUDE_DIR) (Required is at least version "2.6.32")
  90. -- Could NOT find LibXslt (missing: LIBXSLT_LIBRARIES LIBXSLT_INCLUDE_DIR) (Required is at least version "1.1.19")
  91. CMake Warning at ApiExtractor/CMakeLists.txt:98 (message):
  92. Documentation will not be built due to missing dependency (libxslt not
  93. found).
  94.  
  95.  
  96. -- NUMPY_INCLUDE_DIR: D:\code\pyside-setup\.venv\Lib\site-packages\numpy\_core\include
  97. -- SHIBOKEN_PYTHON_INCLUDE_DIRS computed to value: 'D:\software\Python\Python313\Include'
  98. -- SHIBOKEN_PYTHON_LIBRARIES computed to value: 'D:\software\Python\Python313\libs\python3.lib'
  99. CMake Warning at doc/CMakeLists.txt:57 (message):
  100. sphinx-build - not found! doc target disabled
  101.  
  102.  
  103. -- Tests will be generated avoiding the protected hack!
  104. -- Configuring done (9.1s)
  105. -- Generating done (1.3s)
  106. CMake Warning:
  107. Manually-specified variables were not used by the project:
  108.  
  109. BUILD_DOCS
  110. CMAKE_RULE_MESSAGES
  111. OpenGL_GL_PREFERENCE
  112. Qt5Help_DIR
  113.  
  114.  
  115. -- Build files have been written to: D:/code/pyside-setup/build/.venv/build/shiboken6
  116. [INFO]: -- Compiling module shiboken6...
  117. [18/158] Building CXX object libshiboken\CMakeFiles\libshiboken.dir\Unity\unity_0_cxx.cxx.obj
  118. D:/code/pyside-setup/sources/shiboken6/libshiboken/basewrapper.cpp(1): warning C4819: 该文件包含不能在当前代码页(936)中表示 的字符。请将该文件保存为 Unicode 格式以防止数据丢失
  119. [135/158] Running generator for 'Shiboken'...
  120. qt.shiboken: (shiboken) CLANG v0.64, builtins includes directory: D:\shared\clang-v20.1.1-x64\libclang\lib\clang\20\include
  121. (shiboken) Clang: 1 diagnostic messages:
  122. :0:0: warning: /Zc:__cplusplus: 'linker' input unused
  123.  
  124. (shiboken) [201ms] Generated class model (0). [WARNING]
  125. (shiboken) [201ms] Generated enum model (0). [OK]
  126. (shiboken) [201ms] Generated namespace model (0). [OK]
  127. (shiboken) [201ms] Resolved typedefs (0). [OK]
  128. (shiboken) [201ms] Fixed class inheritance. [OK]
  129. (shiboken) [201ms] Checked for inconsistencies in class model. [OK]
  130. (shiboken) [201ms] Checked for inconsistencies in typesystem (60). [OK]
  131. (shiboken) [201ms] Checked for inconsistencies in function modifications. [OK]
  132. (shiboken) [203ms] Wrote log files. [OK]
  133. qt.shiboken: (shiboken) No C++ classes found!
  134. (shiboken) [207ms] Ran Source generator. [WARNING]
  135. (shiboken) [208ms] Ran Header generator. [OK]
  136. Done, (shiboken) 208ms, 2 warnings
  137. [138/158] Running generator for 'minimal' test binding...
  138. qt.shiboken: (minimal) CLANG v0.64, builtins includes directory: D:\shared\clang-v20.1.1-x64\libclang\lib\clang\20\include
  139. (minimal) Clang: 1 diagnostic messages:
  140. :0:0: warning: /Zc:__cplusplus: 'linker' input unused
  141.  
  142. (minimal) [1490ms] Generated class model (7). [WARNING]
  143. (minimal) [1490ms] Generated enum model (0). [OK]
  144. (minimal) [1490ms] Generated namespace model (0). [OK]
  145. (minimal) [1491ms] Resolved typedefs (28). [OK]
  146. (minimal) [1491ms] Fixed class inheritance. [OK]
  147. (minimal) [1492ms] Checked for inconsistencies in class model. [OK]
  148. (minimal) [1492ms] Checked for inconsistencies in typesystem (105). [OK]
  149. (minimal) [1492ms] Checked for inconsistencies in function modifications. [OK]
  150. (minimal) [1500ms] Wrote log files. [OK]
  151. (minimal) [1522ms] Ran Source generator. [OK]
  152. (minimal) [1526ms] Ran Header generator. [OK]
  153. Done, (minimal) 1527ms, 1 warnings
  154. [139/158] Running generator for 'smart' test binding...
  155. qt.shiboken: (smart) CLANG v0.64, builtins includes directory: D:\shared\clang-v20.1.1-x64\libclang\lib\clang\20\include
  156. (smart) Clang: 1 diagnostic messages:
  157. :0:0: warning: /Zc:__cplusplus: 'linker' input unused
  158.  
  159. (smart) [1708ms] Generated class model (10). [WARNING]
  160. (smart) [1708ms] Generated enum model (0). [OK]
  161. (smart) [1709ms] Generated namespace model (6). [OK]
  162. qt.shiboken: (smart) C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.43.34808\include\memory:3441: Stripping argument #1 of void std::unique_ptr::reset(std::unique_ptr::pointer) due to unmatched type "std::unique_ptr::pointer" with default expression "nullptr": Unable to translate type "std::unique_ptr::pointer": Cannot find type entry for "std::unique_ptr::pointer".
  163. (smart) [1711ms] Resolved typedefs (26). [WARNING]
  164. (smart) [1711ms] Fixed class inheritance. [OK]
  165. (smart) [1711ms] Checked for inconsistencies in class model. [OK]
  166. (smart) [1711ms] Checked for inconsistencies in typesystem (110). [OK]
  167. (smart) [1711ms] Checked for inconsistencies in function modifications. [OK]
  168. (smart) [1719ms] Wrote log files. [OK]
  169. (smart) [1772ms] Ran Source generator. [OK]
  170. (smart) [1830ms] Ran Header generator. [OK]
  171. Done, (smart) 1830ms, 2 warnings
  172. [145/158] Running generator for 'sample' test binding...
  173. qt.shiboken: (sample) CLANG v0.64, builtins includes directory: D:\shared\clang-v20.1.1-x64\libclang\lib\clang\20\include
  174. (sample) Clang: 1 diagnostic messages:
  175. :0:0: warning: /Zc:__cplusplus: 'linker' input unused
  176.  
  177. qt.shiboken: (sample) D:\code\pyside-setup\sources\shiboken6\tests\libsample\expression.h:18: Enum 'Expression::Operation' (class: Expression) does not have a type entry (type systems: sample)
  178. (sample) [3873ms] Generated class model (124). [WARNING]
  179. (sample) [3873ms] Generated enum model (5). [OK]
  180. qt.shiboken: (sample) D:\code\pyside-setup\sources\shiboken6\tests\libsample\handle.h:10: namespace 'Foo' does not have a type entry (type systems: sample)
  181. (sample) [3873ms] Generated namespace model (7). [WARNING]
  182. (sample) [3893ms] Resolved typedefs (36). [OK]
  183. (sample) [3893ms] Fixed class inheritance. [OK]
  184. (sample) [3897ms] Checked for inconsistencies in class model. [OK]
  185. qt.shiboken: (sample) D:\code\pyside-setup\sources\shiboken6\tests\samplebinding\typesystem_sample.xml:479: Global function 'mathSum(int,int)' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  186. qt.shiboken: (sample) D:\code\pyside-setup\sources\shiboken6\tests\samplebinding\typesystem_sample.xml:418: enum 'SampleNamespace::DerivedFromNamespace::SampleNamespace' is specified in typesystem, but not declared.
  187. (sample) [3899ms] Checked for inconsistencies in typesystem (470). [WARNING]
  188. (sample) [3900ms] Checked for inconsistencies in function modifications. [OK]
  189. (sample) [3910ms] Wrote log files. [OK]
  190. qt.shiboken: (sample) D:\code\pyside-setup\sources\shiboken6\tests\libsample\functions.h:54: There's no user provided way (conversion rule, argument removal, custom code, etc) to handle the primitive return type 'const int *' in function 'acceptIntReturnPtr(int x)'.
  191. (sample) [4266ms] Ran Source generator. [WARNING]
  192. (sample) [4384ms] Ran Header generator. [OK]
  193. Done, (sample) 4384ms, 6 warnings (3 known issues)
  194. [146/158] Running generator for 'other' test binding...
  195. qt.shiboken: (other) Duplicate type entry: 'SharedPtr'
  196. qt.shiboken: (other) D:\code\pyside-setup\sources\shiboken6\tests\otherbinding\typesystem_other.xml:14:63: Warning: Duplicate type entry: 'SharedPtr'.
  197. qt.shiboken: (other) CLANG v0.64, builtins includes directory: D:\shared\clang-v20.1.1-x64\libclang\lib\clang\20\include
  198. (other) Clang: 1 diagnostic messages:
  199. :0:0: warning: /Zc:__cplusplus: 'linker' input unused
  200.  
  201. (other) [4652ms] Generated class model (141). [WARNING]
  202. (other) [4697ms] Generated enum model (5). [OK]
  203. qt.shiboken: (other) D:\code\pyside-setup\sources\shiboken6\tests\libsample\handle.h:10: namespace 'Foo' does not have a type entry (type systems: other, sample, smart)
  204. (other) [4698ms] Generated namespace model (13). [WARNING]
  205. (other) [4716ms] Resolved typedefs (36). [OK]
  206. (other) [4717ms] Fixed class inheritance. [OK]
  207. (other) [4723ms] Checked for inconsistencies in class model. [OK]
  208. (other) [4725ms] Checked for inconsistencies in typesystem (504). [OK]
  209. (other) [4725ms] Checked for inconsistencies in function modifications. [OK]
  210. (other) [4731ms] Wrote log files. [OK]
  211. (other) [4761ms] Ran Source generator. [OK]
  212. (other) [4773ms] Ran Header generator. [OK]
  213. Done, (other) 4773ms, 4 warnings (2 known issues)
  214. [158/158] Linking CXX shared module tests\otherbinding\other.pyd
  215. [INFO]: -- Skipped documentation generation. Enable with '--build-docs'
  216. [INFO]: Installing module shiboken6...
  217. [0/1] Install the project...-- Install configuration: "Release"
  218.  
  219. [INFO]: Created D:\code\pyside-setup\build_history
  220. [INFO]: Preparing setup tools build directory.
  221. [INFO]: Copying files...
  222. [INFO]: **Skipping copy tree
  223. D:\code\pyside-setup\build\.venv\build\shiboken6\doc\html to
  224. D:\code\pyside-setup\build\.venv\package\shiboken6\docs\shiboken6
  225. Source does not exist. filter=None. ignore=None.
  226. [INFO]: Qt dependency DLLs (MSVC redist) will not be copied.
  227. [INFO]: running build_py
  228. [WARNING]: warning: build_py: byte-compiling is disabled, skipping.
  229.  
  230. [INFO]: running build_ext
  231. [INFO]: --- Build completed (107s)
  232. [INFO]: running build
  233. [INFO]: Adding D:\shared\clang-v20.1.1-x64\libclang\bin as detected by LLVM_INSTALL_DIR to PATH
  234. [INFO]: Inserting path 'D:\shared\clang-v20.1.1-x64\libclang\bin' to environment
  235. [INFO]: Preparing setup tools build directory.
  236. [INFO]: Removing D:\code\pyside-setup\build\.venv\package
  237. [INFO]: Copying files...
  238. [INFO]: Making file D:\code\pyside-setup\build\.venv\package\shiboken6_generator\scripts\shiboken_tool.py.
  239. [INFO]: Qt dependency DLLs (MSVC redist) will not be copied.
  240. [INFO]: running build_ext
  241. [INFO]: --- Build completed (4s)
  242. [WARNING]: C:\Qt\Qt-6.10.0-x64\bin\qmltyperegistrar.exe not found. pyside-qmltyperegistrar.exe not included.
  243. [WARNING]: C:\Qt\Qt-6.10.0-x64\bin\qmlimportscanner.exe not found. pyside-qmlimportscanner.exe not included.
  244. [WARNING]: C:\Qt\Qt-6.10.0-x64\bin\qmlcachegen.exe not found. pyside-qmlcachegen.exe not included.
  245. [WARNING]: C:\Qt\Qt-6.10.0-x64\bin\lupdate.exe not found. pyside-lupdate.exe not included.
  246. [WARNING]: C:\Qt\Qt-6.10.0-x64\bin\lrelease.exe not found. pyside-lrelease.exe not included.
  247. [WARNING]: C:\Qt\Qt-6.10.0-x64\bin\qmllint.exe not found. pyside-qmllint.exe not included.
  248. [WARNING]: C:\Qt\Qt-6.10.0-x64\bin\qmlformat.exe not found. pyside-qmlformat.exe not included.
  249. [WARNING]: C:\Qt\Qt-6.10.0-x64\bin\qmlls.exe not found. pyside-qmlls.exe not included.
  250. [WARNING]: C:\Qt\Qt-6.10.0-x64\bin\qsb.exe not found. pyside-qsb.exe not included.
  251. [WARNING]: C:\Qt\Qt-6.10.0-x64\bin\balsam.exe not found. pyside-balsam.exe not included.
  252. [WARNING]: C:\Qt\Qt-6.10.0-x64\bin\balsamui.exe not found. pyside-balsamui.exe not included.
  253. [WARNING]: C:\Qt\Qt-6.10.0-x64\bin\svgtoqml.exe not found. pyside-svgtoqml.exe not included.
  254. [WARNING]: C:\Qt\Qt-6.10.0-x64\bin\assistant.exe not found. pyside-assistant.exe not included.
  255. [WARNING]: C:\Qt\Qt-6.10.0-x64\bin\designer.exe not found. pyside-designer.exe not included.
  256. [WARNING]: C:\Qt\Qt-6.10.0-x64\bin\linguist.exe not found. pyside-linguist.exe not included.
  257. [INFO]: running build
  258. [INFO]: Adding D:\shared\clang-v20.1.1-x64\libclang\bin as detected by LLVM_INSTALL_DIR to PATH
  259. [INFO]: Inserting path 'D:\shared\clang-v20.1.1-x64\libclang\bin' to environment
  260. [INFO]: ==============================
  261. [INFO]: Package version: 6.9.0a1
  262. [INFO]: Build type: Release
  263. [INFO]: Build tests: 1
  264. [INFO]: ---
  265. [INFO]: Make path: C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\Common7\IDE\CommonExtensions\Microsoft\CMake\Ninja\ninja.EXE
  266. [INFO]: Make generator: Ninja
  267. [INFO]: Make jobs:
  268. [INFO]: ---
  269. [INFO]: setup.py directory: D:\code\pyside-setup
  270. [INFO]: Build scripts directory: D:\code\pyside-setup\build_scripts
  271. [INFO]: Sources directory: D:\code\pyside-setup\sources
  272. [INFO]: make build directory: D:\code\pyside-setup\build\.venv\build
  273. [INFO]: make install directory: D:\code\pyside-setup\build\.venv\install
  274. [INFO]: setuptools build directory: D:\code\pyside-setup\build\.venv\package
  275. [INFO]: setuptools install directory: D:\code\pyside-setup\.venv\Lib\site-packages
  276. [INFO]: ---
  277. [INFO]: Python executable: D:\code\pyside-setup\.venv\Scripts\python.exe
  278. [INFO]: Python includes: D:\software\Python\Python313\Include
  279. [INFO]: Python library: D:\software\Python\Python313\libs\python313.lib
  280. [INFO]: Python prefix: D:\code\pyside-setup\.venv
  281. [INFO]: Python scripts: D:\code\pyside-setup\.venv\Scripts
  282. [INFO]: Python arch: 64
  283. [INFO]: ---
  284. [INFO]: Qt prefix: C:/Qt/Qt-6.10.0-x64
  285. [INFO]: Qt qmake: None
  286. [INFO]: Qt qtpaths: C:\Qt\Qt-6.10.0-x64\bin\qtpaths6.exe
  287. [INFO]: Qt version: 6.10.0
  288. [INFO]: Qt bins: C:/Qt/Qt-6.10.0-x64/bin
  289. [INFO]: Qt docs: C:/Qt/Qt-6.10.0-x64/doc
  290. [INFO]: Qt plugins: C:/Qt/Qt-6.10.0-x64/plugins
  291. [INFO]: ---
  292. [INFO]: OpenSSL dll directory: None
  293. [INFO]: ==============================
  294. [INFO]: Building module pyside6...
  295. [INFO]: Creating module build folder D:\code\pyside-setup\build\.venv\build\pyside6...
  296. [INFO]: Using UNITY build
  297. [INFO]: Qt Source dir:
  298. [INFO]: Configuring module pyside6 (D:\code\pyside-setup\sources\pyside6)...
  299. -- The C compiler identification is MSVC 19.43.34810.0
  300. -- The CXX compiler identification is MSVC 19.43.34810.0
  301. -- Detecting C compiler ABI info
  302. -- Detecting C compiler ABI info - done
  303. -- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio/2022/BuildTools/VC/Tools/MSVC/14.43.34808/bin/Hostx64/x64/cl.exe - skipped
  304. -- Detecting C compile features
  305. -- Detecting C compile features - done
  306. -- Detecting CXX compiler ABI info
  307. -- Detecting CXX compiler ABI info - done
  308. -- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio/2022/BuildTools/VC/Tools/MSVC/14.43.34808/bin/Hostx64/x64/cl.exe - skipped
  309. -- Detecting CXX compile features
  310. -- Detecting CXX compile features - done
  311. -- PYSIDE_IS_CROSS_BUILD:
  312. -- Shiboken6Config: Using default python: .abi3
  313. -- Found Python: D:\code\pyside-setup\.venv\Scripts\python.exe (found suitable version "3.13.2", minimum required is "3") found components: Interpreter Development Development.Module Development.Embed
  314. -- PYTHON_LIMITED_LIBRARIES: D:\software\Python\Python313\libs\python3.lib
  315. -- SHIBOKEN_PYTHON_INCLUDE_DIRS computed to value: 'D:\software\Python\Python313\Include'
  316. -- SHIBOKEN_PYTHON_LIBRARIES computed to value: 'D:\software\Python\Python313\libs\python3.lib'
  317. -- libshiboken built for Release
  318. -- ******************************************************
  319. -- ** PySide6 Limited API enabled.
  320. -- ******************************************************
  321. -- Performing Test CMAKE_HAVE_LIBC_PTHREAD
  322. -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed
  323. -- Looking for pthread_create in pthreads
  324. -- Looking for pthread_create in pthreads - not found
  325. -- Looking for pthread_create in pthread
  326. -- Looking for pthread_create in pthread - not found
  327. -- Found Threads: TRUE
  328. -- Performing Test HAVE_STDATOMIC
  329. -- Performing Test HAVE_STDATOMIC - Success
  330. -- Found WrapAtomic: TRUE
  331. -- *** computed QT_INCLUDE_DIR as C:/Qt/Qt-6.10.0-x64/include
  332. -- Found Git: C:/Program Files/Git/cmd/git.exe (found version "2.47.1.windows.1")
  333. CMake Warning at cmake/PySideHelpers.cmake:123 (find_package):
  334. By not providing "FindQt6UiTools.cmake" in CMAKE_MODULE_PATH this project
  335. has asked CMake to find a package configuration file provided by
  336. "Qt6UiTools", but CMake did not find one.
  337.  
  338. Could not find a package configuration file provided by "Qt6UiTools" with
  339. any of the following names:
  340.  
  341. Qt6UiToolsConfig.cmake
  342. qt6uitools-config.cmake
  343.  
  344. Add the installation prefix of "Qt6UiTools" to CMAKE_PREFIX_PATH or set
  345. "Qt6UiTools_DIR" to a directory containing one of the above files. If
  346. "Qt6UiTools" provides a separate development package or SDK, be sure it has
  347. been installed.
  348. Call Stack (most recent call first):
  349. cmake/PySideSetup.cmake:162 (collect_optional_modules)
  350. CMakeLists.txt:12 (include)
  351.  
  352.  
  353. CMake Warning at cmake/PySideHelpers.cmake:134 (find_package):
  354. By not providing "FindQt6WebEngineQuick.cmake" in CMAKE_MODULE_PATH this
  355. project has asked CMake to find a package configuration file provided by
  356. "Qt6WebEngineQuick", but CMake did not find one.
  357.  
  358. Could not find a package configuration file provided by "Qt6WebEngineQuick"
  359. with any of the following names:
  360.  
  361. Qt6WebEngineQuickConfig.cmake
  362. qt6webenginequick-config.cmake
  363.  
  364. Add the installation prefix of "Qt6WebEngineQuick" to CMAKE_PREFIX_PATH or
  365. set "Qt6WebEngineQuick_DIR" to a directory containing one of the above
  366. files. If "Qt6WebEngineQuick" provides a separate development package or
  367. SDK, be sure it has been installed.
  368. Call Stack (most recent call first):
  369. cmake/PySideSetup.cmake:162 (collect_optional_modules)
  370. CMakeLists.txt:12 (include)
  371.  
  372.  
  373. -- Could NOT find Qt6Designer (missing: Qt6Designer_DIR)
  374. CMake Warning at C:/Qt/Qt-6.10.0-x64/lib/cmake/Qt6/Qt6Config.cmake:286 (message):
  375. Failed to find optional Qt component "Designer".
  376.  
  377. Expected Config file at
  378. "C:/Qt/Qt-6.10.0-x64/lib/cmake/Qt6Designer/Qt6DesignerConfig.cmake" does
  379. NOT exist
  380.  
  381. Call Stack (most recent call first):
  382. cmake/PySideSetup.cmake:177 (find_package)
  383. CMakeLists.txt:12 (include)
  384.  
  385.  
  386. -- Could NOT find Qt6Help (missing: Qt6Help_DIR)
  387. CMake Warning at C:/Qt/Qt-6.10.0-x64/lib/cmake/Qt6/Qt6Config.cmake:286 (message):
  388. Failed to find optional Qt component "Help".
  389.  
  390. Expected Config file at
  391. "C:/Qt/Qt-6.10.0-x64/lib/cmake/Qt6Help/Qt6HelpConfig.cmake" does NOT exist
  392.  
  393. Call Stack (most recent call first):
  394. cmake/PySideSetup.cmake:177 (find_package)
  395. CMakeLists.txt:12 (include)
  396.  
  397.  
  398. -- Could NOT find Qt6Multimedia (missing: Qt6Multimedia_DIR)
  399. CMake Warning at C:/Qt/Qt-6.10.0-x64/lib/cmake/Qt6/Qt6Config.cmake:286 (message):
  400. Failed to find optional Qt component "Multimedia".
  401.  
  402. Expected Config file at
  403. "C:/Qt/Qt-6.10.0-x64/lib/cmake/Qt6Multimedia/Qt6MultimediaConfig.cmake"
  404. does NOT exist
  405.  
  406. Call Stack (most recent call first):
  407. cmake/PySideSetup.cmake:177 (find_package)
  408. CMakeLists.txt:12 (include)
  409.  
  410.  
  411. -- Could NOT find Qt6MultimediaWidgets (missing: Qt6MultimediaWidgets_DIR)
  412. CMake Warning at C:/Qt/Qt-6.10.0-x64/lib/cmake/Qt6/Qt6Config.cmake:286 (message):
  413. Failed to find optional Qt component "MultimediaWidgets".
  414.  
  415. Expected Config file at
  416. "C:/Qt/Qt-6.10.0-x64/lib/cmake/Qt6MultimediaWidgets/Qt6MultimediaWidgetsConfig.cmake"
  417. does NOT exist
  418.  
  419. Call Stack (most recent call first):
  420. cmake/PySideSetup.cmake:177 (find_package)
  421. CMakeLists.txt:12 (include)
  422.  
  423.  
  424. -- Could NOT find Qt6Pdf (missing: Qt6Pdf_DIR)
  425. CMake Warning at C:/Qt/Qt-6.10.0-x64/lib/cmake/Qt6/Qt6Config.cmake:286 (message):
  426. Failed to find optional Qt component "Pdf".
  427.  
  428. Expected Config file at
  429. "C:/Qt/Qt-6.10.0-x64/lib/cmake/Qt6Pdf/Qt6PdfConfig.cmake" does NOT exist
  430.  
  431. Call Stack (most recent call first):
  432. cmake/PySideSetup.cmake:177 (find_package)
  433. CMakeLists.txt:12 (include)
  434.  
  435.  
  436. -- Could NOT find Qt6PdfWidgets (missing: Qt6PdfWidgets_DIR)
  437. CMake Warning at C:/Qt/Qt-6.10.0-x64/lib/cmake/Qt6/Qt6Config.cmake:286 (message):
  438. Failed to find optional Qt component "PdfWidgets".
  439.  
  440. Expected Config file at
  441. "C:/Qt/Qt-6.10.0-x64/lib/cmake/Qt6PdfWidgets/Qt6PdfWidgetsConfig.cmake"
  442. does NOT exist
  443.  
  444. Call Stack (most recent call first):
  445. cmake/PySideSetup.cmake:177 (find_package)
  446. CMakeLists.txt:12 (include)
  447.  
  448.  
  449. -- Could NOT find Qt6Positioning (missing: Qt6Positioning_DIR)
  450. CMake Warning at C:/Qt/Qt-6.10.0-x64/lib/cmake/Qt6/Qt6Config.cmake:286 (message):
  451. Failed to find optional Qt component "Positioning".
  452.  
  453. Expected Config file at
  454. "C:/Qt/Qt-6.10.0-x64/lib/cmake/Qt6Positioning/Qt6PositioningConfig.cmake"
  455. does NOT exist
  456.  
  457. Call Stack (most recent call first):
  458. cmake/PySideSetup.cmake:177 (find_package)
  459. CMakeLists.txt:12 (include)
  460.  
  461.  
  462. -- Could NOT find Qt6Location (missing: Qt6Location_DIR)
  463. CMake Warning at C:/Qt/Qt-6.10.0-x64/lib/cmake/Qt6/Qt6Config.cmake:286 (message):
  464. Failed to find optional Qt component "Location".
  465.  
  466. Expected Config file at
  467. "C:/Qt/Qt-6.10.0-x64/lib/cmake/Qt6Location/Qt6LocationConfig.cmake" does
  468. NOT exist
  469.  
  470. Call Stack (most recent call first):
  471. cmake/PySideSetup.cmake:177 (find_package)
  472. CMakeLists.txt:12 (include)
  473.  
  474.  
  475. -- Could NOT find Qt6NetworkAuth (missing: Qt6NetworkAuth_DIR)
  476. CMake Warning at C:/Qt/Qt-6.10.0-x64/lib/cmake/Qt6/Qt6Config.cmake:286 (message):
  477. Failed to find optional Qt component "NetworkAuth".
  478.  
  479. Expected Config file at
  480. "C:/Qt/Qt-6.10.0-x64/lib/cmake/Qt6NetworkAuth/Qt6NetworkAuthConfig.cmake"
  481. does NOT exist
  482.  
  483. Call Stack (most recent call first):
  484. cmake/PySideSetup.cmake:177 (find_package)
  485. CMakeLists.txt:12 (include)
  486.  
  487.  
  488. -- Could NOT find Qt6Nfc (missing: Qt6Nfc_DIR)
  489. CMake Warning at C:/Qt/Qt-6.10.0-x64/lib/cmake/Qt6/Qt6Config.cmake:286 (message):
  490. Failed to find optional Qt component "Nfc".
  491.  
  492. Expected Config file at
  493. "C:/Qt/Qt-6.10.0-x64/lib/cmake/Qt6Nfc/Qt6NfcConfig.cmake" does NOT exist
  494.  
  495. Call Stack (most recent call first):
  496. cmake/PySideSetup.cmake:177 (find_package)
  497. CMakeLists.txt:12 (include)
  498.  
  499.  
  500. -- Could NOT find Qt6Qml (missing: Qt6Qml_DIR)
  501. CMake Warning at C:/Qt/Qt-6.10.0-x64/lib/cmake/Qt6/Qt6Config.cmake:286 (message):
  502. Failed to find optional Qt component "Qml".
  503.  
  504. Expected Config file at
  505. "C:/Qt/Qt-6.10.0-x64/lib/cmake/Qt6Qml/Qt6QmlConfig.cmake" does NOT exist
  506.  
  507. Call Stack (most recent call first):
  508. cmake/PySideSetup.cmake:177 (find_package)
  509. CMakeLists.txt:12 (include)
  510.  
  511.  
  512. -- Could NOT find Qt6Quick (missing: Qt6Quick_DIR)
  513. CMake Warning at C:/Qt/Qt-6.10.0-x64/lib/cmake/Qt6/Qt6Config.cmake:286 (message):
  514. Failed to find optional Qt component "Quick".
  515.  
  516. Expected Config file at
  517. "C:/Qt/Qt-6.10.0-x64/lib/cmake/Qt6Quick/Qt6QuickConfig.cmake" does NOT
  518. exist
  519.  
  520. Call Stack (most recent call first):
  521. cmake/PySideSetup.cmake:177 (find_package)
  522. CMakeLists.txt:12 (include)
  523.  
  524.  
  525. -- Could NOT find Qt6Quick3D (missing: Qt6Quick3D_DIR)
  526. CMake Warning at C:/Qt/Qt-6.10.0-x64/lib/cmake/Qt6/Qt6Config.cmake:286 (message):
  527. Failed to find optional Qt component "Quick3D".
  528.  
  529. Expected Config file at
  530. "C:/Qt/Qt-6.10.0-x64/lib/cmake/Qt6Quick3D/Qt6Quick3DConfig.cmake" does NOT
  531. exist
  532.  
  533. Call Stack (most recent call first):
  534. cmake/PySideSetup.cmake:177 (find_package)
  535. CMakeLists.txt:12 (include)
  536.  
  537.  
  538. -- Could NOT find Qt6QuickControls2 (missing: Qt6QuickControls2_DIR)
  539. CMake Warning at C:/Qt/Qt-6.10.0-x64/lib/cmake/Qt6/Qt6Config.cmake:286 (message):
  540. Failed to find optional Qt component "QuickControls2".
  541.  
  542. Expected Config file at
  543. "C:/Qt/Qt-6.10.0-x64/lib/cmake/Qt6QuickControls2/Qt6QuickControls2Config.cmake"
  544. does NOT exist
  545.  
  546. Call Stack (most recent call first):
  547. cmake/PySideSetup.cmake:177 (find_package)
  548. CMakeLists.txt:12 (include)
  549.  
  550.  
  551. -- Could NOT find Qt6QuickTest (missing: Qt6QuickTest_DIR)
  552. CMake Warning at C:/Qt/Qt-6.10.0-x64/lib/cmake/Qt6/Qt6Config.cmake:286 (message):
  553. Failed to find optional Qt component "QuickTest".
  554.  
  555. Expected Config file at
  556. "C:/Qt/Qt-6.10.0-x64/lib/cmake/Qt6QuickTest/Qt6QuickTestConfig.cmake" does
  557. NOT exist
  558.  
  559. Call Stack (most recent call first):
  560. cmake/PySideSetup.cmake:177 (find_package)
  561. CMakeLists.txt:12 (include)
  562.  
  563.  
  564. -- Could NOT find Qt6QuickWidgets (missing: Qt6QuickWidgets_DIR)
  565. CMake Warning at C:/Qt/Qt-6.10.0-x64/lib/cmake/Qt6/Qt6Config.cmake:286 (message):
  566. Failed to find optional Qt component "QuickWidgets".
  567.  
  568. Expected Config file at
  569. "C:/Qt/Qt-6.10.0-x64/lib/cmake/Qt6QuickWidgets/Qt6QuickWidgetsConfig.cmake"
  570. does NOT exist
  571.  
  572. Call Stack (most recent call first):
  573. cmake/PySideSetup.cmake:177 (find_package)
  574. CMakeLists.txt:12 (include)
  575.  
  576.  
  577. -- Could NOT find Qt6RemoteObjects (missing: Qt6RemoteObjects_DIR)
  578. CMake Warning at C:/Qt/Qt-6.10.0-x64/lib/cmake/Qt6/Qt6Config.cmake:286 (message):
  579. Failed to find optional Qt component "RemoteObjects".
  580.  
  581. Expected Config file at
  582. "C:/Qt/Qt-6.10.0-x64/lib/cmake/Qt6RemoteObjects/Qt6RemoteObjectsConfig.cmake"
  583. does NOT exist
  584.  
  585. Call Stack (most recent call first):
  586. cmake/PySideSetup.cmake:177 (find_package)
  587. CMakeLists.txt:12 (include)
  588.  
  589.  
  590. -- Could NOT find Qt6Scxml (missing: Qt6Scxml_DIR)
  591. CMake Warning at C:/Qt/Qt-6.10.0-x64/lib/cmake/Qt6/Qt6Config.cmake:286 (message):
  592. Failed to find optional Qt component "Scxml".
  593.  
  594. Expected Config file at
  595. "C:/Qt/Qt-6.10.0-x64/lib/cmake/Qt6Scxml/Qt6ScxmlConfig.cmake" does NOT
  596. exist
  597.  
  598. Call Stack (most recent call first):
  599. cmake/PySideSetup.cmake:177 (find_package)
  600. CMakeLists.txt:12 (include)
  601.  
  602.  
  603. -- Could NOT find Qt6Sensors (missing: Qt6Sensors_DIR)
  604. CMake Warning at C:/Qt/Qt-6.10.0-x64/lib/cmake/Qt6/Qt6Config.cmake:286 (message):
  605. Failed to find optional Qt component "Sensors".
  606.  
  607. Expected Config file at
  608. "C:/Qt/Qt-6.10.0-x64/lib/cmake/Qt6Sensors/Qt6SensorsConfig.cmake" does NOT
  609. exist
  610.  
  611. Call Stack (most recent call first):
  612. cmake/PySideSetup.cmake:177 (find_package)
  613. CMakeLists.txt:12 (include)
  614.  
  615.  
  616. -- Could NOT find Qt6SerialPort (missing: Qt6SerialPort_DIR)
  617. CMake Warning at C:/Qt/Qt-6.10.0-x64/lib/cmake/Qt6/Qt6Config.cmake:286 (message):
  618. Failed to find optional Qt component "SerialPort".
  619.  
  620. Expected Config file at
  621. "C:/Qt/Qt-6.10.0-x64/lib/cmake/Qt6SerialPort/Qt6SerialPortConfig.cmake"
  622. does NOT exist
  623.  
  624. Call Stack (most recent call first):
  625. cmake/PySideSetup.cmake:177 (find_package)
  626. CMakeLists.txt:12 (include)
  627.  
  628.  
  629. -- Could NOT find Qt6SerialBus (missing: Qt6SerialBus_DIR)
  630. CMake Warning at C:/Qt/Qt-6.10.0-x64/lib/cmake/Qt6/Qt6Config.cmake:286 (message):
  631. Failed to find optional Qt component "SerialBus".
  632.  
  633. Expected Config file at
  634. "C:/Qt/Qt-6.10.0-x64/lib/cmake/Qt6SerialBus/Qt6SerialBusConfig.cmake" does
  635. NOT exist
  636.  
  637. Call Stack (most recent call first):
  638. cmake/PySideSetup.cmake:177 (find_package)
  639. CMakeLists.txt:12 (include)
  640.  
  641.  
  642. -- Could NOT find Qt6StateMachine (missing: Qt6StateMachine_DIR)
  643. CMake Warning at C:/Qt/Qt-6.10.0-x64/lib/cmake/Qt6/Qt6Config.cmake:286 (message):
  644. Failed to find optional Qt component "StateMachine".
  645.  
  646. Expected Config file at
  647. "C:/Qt/Qt-6.10.0-x64/lib/cmake/Qt6StateMachine/Qt6StateMachineConfig.cmake"
  648. does NOT exist
  649.  
  650. Call Stack (most recent call first):
  651. cmake/PySideSetup.cmake:177 (find_package)
  652. CMakeLists.txt:12 (include)
  653.  
  654.  
  655. -- Could NOT find Qt6TextToSpeech (missing: Qt6TextToSpeech_DIR)
  656. CMake Warning at C:/Qt/Qt-6.10.0-x64/lib/cmake/Qt6/Qt6Config.cmake:286 (message):
  657. Failed to find optional Qt component "TextToSpeech".
  658.  
  659. Expected Config file at
  660. "C:/Qt/Qt-6.10.0-x64/lib/cmake/Qt6TextToSpeech/Qt6TextToSpeechConfig.cmake"
  661. does NOT exist
  662.  
  663. Call Stack (most recent call first):
  664. cmake/PySideSetup.cmake:177 (find_package)
  665. CMakeLists.txt:12 (include)
  666.  
  667.  
  668. -- Could NOT find Qt6Charts (missing: Qt6Charts_DIR)
  669. CMake Warning at C:/Qt/Qt-6.10.0-x64/lib/cmake/Qt6/Qt6Config.cmake:286 (message):
  670. Failed to find optional Qt component "Charts".
  671.  
  672. Expected Config file at
  673. "C:/Qt/Qt-6.10.0-x64/lib/cmake/Qt6Charts/Qt6ChartsConfig.cmake" does NOT
  674. exist
  675.  
  676. Call Stack (most recent call first):
  677. cmake/PySideSetup.cmake:177 (find_package)
  678. CMakeLists.txt:12 (include)
  679.  
  680.  
  681. -- Could NOT find Qt6SpatialAudio (missing: Qt6SpatialAudio_DIR)
  682. CMake Warning at C:/Qt/Qt-6.10.0-x64/lib/cmake/Qt6/Qt6Config.cmake:286 (message):
  683. Failed to find optional Qt component "SpatialAudio".
  684.  
  685. Expected Config file at
  686. "C:/Qt/Qt-6.10.0-x64/lib/cmake/Qt6SpatialAudio/Qt6SpatialAudioConfig.cmake"
  687. does NOT exist
  688.  
  689. Call Stack (most recent call first):
  690. cmake/PySideSetup.cmake:177 (find_package)
  691. CMakeLists.txt:12 (include)
  692.  
  693.  
  694. -- Could NOT find Qt6Svg (missing: Qt6Svg_DIR)
  695. CMake Warning at C:/Qt/Qt-6.10.0-x64/lib/cmake/Qt6/Qt6Config.cmake:286 (message):
  696. Failed to find optional Qt component "Svg".
  697.  
  698. Expected Config file at
  699. "C:/Qt/Qt-6.10.0-x64/lib/cmake/Qt6Svg/Qt6SvgConfig.cmake" does NOT exist
  700.  
  701. Call Stack (most recent call first):
  702. cmake/PySideSetup.cmake:177 (find_package)
  703. CMakeLists.txt:12 (include)
  704.  
  705.  
  706. -- Could NOT find Qt6SvgWidgets (missing: Qt6SvgWidgets_DIR)
  707. CMake Warning at C:/Qt/Qt-6.10.0-x64/lib/cmake/Qt6/Qt6Config.cmake:286 (message):
  708. Failed to find optional Qt component "SvgWidgets".
  709.  
  710. Expected Config file at
  711. "C:/Qt/Qt-6.10.0-x64/lib/cmake/Qt6SvgWidgets/Qt6SvgWidgetsConfig.cmake"
  712. does NOT exist
  713.  
  714. Call Stack (most recent call first):
  715. cmake/PySideSetup.cmake:177 (find_package)
  716. CMakeLists.txt:12 (include)
  717.  
  718.  
  719. -- Could NOT find Qt6DataVisualization (missing: Qt6DataVisualization_DIR)
  720. CMake Warning at C:/Qt/Qt-6.10.0-x64/lib/cmake/Qt6/Qt6Config.cmake:286 (message):
  721. Failed to find optional Qt component "DataVisualization".
  722.  
  723. Expected Config file at
  724. "C:/Qt/Qt-6.10.0-x64/lib/cmake/Qt6DataVisualization/Qt6DataVisualizationConfig.cmake"
  725. does NOT exist
  726.  
  727. Call Stack (most recent call first):
  728. cmake/PySideSetup.cmake:177 (find_package)
  729. CMakeLists.txt:12 (include)
  730.  
  731.  
  732. -- Could NOT find Qt6Graphs (missing: Qt6Graphs_DIR)
  733. CMake Warning at C:/Qt/Qt-6.10.0-x64/lib/cmake/Qt6/Qt6Config.cmake:286 (message):
  734. Failed to find optional Qt component "Graphs".
  735.  
  736. Expected Config file at
  737. "C:/Qt/Qt-6.10.0-x64/lib/cmake/Qt6Graphs/Qt6GraphsConfig.cmake" does NOT
  738. exist
  739.  
  740. Call Stack (most recent call first):
  741. cmake/PySideSetup.cmake:177 (find_package)
  742. CMakeLists.txt:12 (include)
  743.  
  744.  
  745. -- Could NOT find Qt6GraphsWidgets (missing: Qt6GraphsWidgets_DIR)
  746. CMake Warning at C:/Qt/Qt-6.10.0-x64/lib/cmake/Qt6/Qt6Config.cmake:286 (message):
  747. Failed to find optional Qt component "GraphsWidgets".
  748.  
  749. Expected Config file at
  750. "C:/Qt/Qt-6.10.0-x64/lib/cmake/Qt6GraphsWidgets/Qt6GraphsWidgetsConfig.cmake"
  751. does NOT exist
  752.  
  753. Call Stack (most recent call first):
  754. cmake/PySideSetup.cmake:177 (find_package)
  755. CMakeLists.txt:12 (include)
  756.  
  757.  
  758. -- Could NOT find Qt6Bluetooth (missing: Qt6Bluetooth_DIR)
  759. CMake Warning at C:/Qt/Qt-6.10.0-x64/lib/cmake/Qt6/Qt6Config.cmake:286 (message):
  760. Failed to find optional Qt component "Bluetooth".
  761.  
  762. Expected Config file at
  763. "C:/Qt/Qt-6.10.0-x64/lib/cmake/Qt6Bluetooth/Qt6BluetoothConfig.cmake" does
  764. NOT exist
  765.  
  766. Call Stack (most recent call first):
  767. cmake/PySideSetup.cmake:177 (find_package)
  768. CMakeLists.txt:12 (include)
  769.  
  770.  
  771. -- Could NOT find Qt6AxContainer (missing: Qt6AxContainer_DIR)
  772. CMake Warning at C:/Qt/Qt-6.10.0-x64/lib/cmake/Qt6/Qt6Config.cmake:286 (message):
  773. Failed to find optional Qt component "AxContainer".
  774.  
  775. Expected Config file at
  776. "C:/Qt/Qt-6.10.0-x64/lib/cmake/Qt6AxContainer/Qt6AxContainerConfig.cmake"
  777. does NOT exist
  778.  
  779. Call Stack (most recent call first):
  780. cmake/PySideSetup.cmake:177 (find_package)
  781. CMakeLists.txt:12 (include)
  782.  
  783.  
  784. -- Could NOT find Qt6WebChannel (missing: Qt6WebChannel_DIR)
  785. CMake Warning at C:/Qt/Qt-6.10.0-x64/lib/cmake/Qt6/Qt6Config.cmake:286 (message):
  786. Failed to find optional Qt component "WebChannel".
  787.  
  788. Expected Config file at
  789. "C:/Qt/Qt-6.10.0-x64/lib/cmake/Qt6WebChannel/Qt6WebChannelConfig.cmake"
  790. does NOT exist
  791.  
  792. Call Stack (most recent call first):
  793. cmake/PySideSetup.cmake:177 (find_package)
  794. CMakeLists.txt:12 (include)
  795.  
  796.  
  797. -- Could NOT find Qt6WebEngineCore (missing: Qt6WebEngineCore_DIR)
  798. CMake Warning at C:/Qt/Qt-6.10.0-x64/lib/cmake/Qt6/Qt6Config.cmake:286 (message):
  799. Failed to find optional Qt component "WebEngineCore".
  800.  
  801. Expected Config file at
  802. "C:/Qt/Qt-6.10.0-x64/lib/cmake/Qt6WebEngineCore/Qt6WebEngineCoreConfig.cmake"
  803. does NOT exist
  804.  
  805. Call Stack (most recent call first):
  806. cmake/PySideSetup.cmake:177 (find_package)
  807. CMakeLists.txt:12 (include)
  808.  
  809.  
  810. -- Could NOT find Qt6WebEngineWidgets (missing: Qt6WebEngineWidgets_DIR)
  811. CMake Warning at C:/Qt/Qt-6.10.0-x64/lib/cmake/Qt6/Qt6Config.cmake:286 (message):
  812. Failed to find optional Qt component "WebEngineWidgets".
  813.  
  814. Expected Config file at
  815. "C:/Qt/Qt-6.10.0-x64/lib/cmake/Qt6WebEngineWidgets/Qt6WebEngineWidgetsConfig.cmake"
  816. does NOT exist
  817.  
  818. Call Stack (most recent call first):
  819. cmake/PySideSetup.cmake:177 (find_package)
  820. CMakeLists.txt:12 (include)
  821.  
  822.  
  823. -- Could NOT find Qt6WebEngineQuick (missing: Qt6WebEngineQuick_DIR)
  824. CMake Warning at C:/Qt/Qt-6.10.0-x64/lib/cmake/Qt6/Qt6Config.cmake:286 (message):
  825. Failed to find optional Qt component "WebEngineQuick".
  826.  
  827. Expected Config file at
  828. "C:/Qt/Qt-6.10.0-x64/lib/cmake/Qt6WebEngineQuick/Qt6WebEngineQuickConfig.cmake"
  829. does NOT exist
  830.  
  831. Call Stack (most recent call first):
  832. cmake/PySideSetup.cmake:177 (find_package)
  833. CMakeLists.txt:12 (include)
  834.  
  835.  
  836. -- Could NOT find Qt6WebSockets (missing: Qt6WebSockets_DIR)
  837. CMake Warning at C:/Qt/Qt-6.10.0-x64/lib/cmake/Qt6/Qt6Config.cmake:286 (message):
  838. Failed to find optional Qt component "WebSockets".
  839.  
  840. Expected Config file at
  841. "C:/Qt/Qt-6.10.0-x64/lib/cmake/Qt6WebSockets/Qt6WebSocketsConfig.cmake"
  842. does NOT exist
  843.  
  844. Call Stack (most recent call first):
  845. cmake/PySideSetup.cmake:177 (find_package)
  846. CMakeLists.txt:12 (include)
  847.  
  848.  
  849. -- Could NOT find Qt6HttpServer (missing: Qt6HttpServer_DIR)
  850. CMake Warning at C:/Qt/Qt-6.10.0-x64/lib/cmake/Qt6/Qt6Config.cmake:286 (message):
  851. Failed to find optional Qt component "HttpServer".
  852.  
  853. Expected Config file at
  854. "C:/Qt/Qt-6.10.0-x64/lib/cmake/Qt6HttpServer/Qt6HttpServerConfig.cmake"
  855. does NOT exist
  856.  
  857. Call Stack (most recent call first):
  858. cmake/PySideSetup.cmake:177 (find_package)
  859. CMakeLists.txt:12 (include)
  860.  
  861.  
  862. -- Could NOT find Qt63DCore (missing: Qt63DCore_DIR)
  863. CMake Warning at C:/Qt/Qt-6.10.0-x64/lib/cmake/Qt6/Qt6Config.cmake:286 (message):
  864. Failed to find optional Qt component "3DCore".
  865.  
  866. Expected Config file at
  867. "C:/Qt/Qt-6.10.0-x64/lib/cmake/Qt63DCore/Qt63DCoreConfig.cmake" does NOT
  868. exist
  869.  
  870. Call Stack (most recent call first):
  871. cmake/PySideSetup.cmake:177 (find_package)
  872. CMakeLists.txt:12 (include)
  873.  
  874.  
  875. -- Could NOT find Qt63DRender (missing: Qt63DRender_DIR)
  876. CMake Warning at C:/Qt/Qt-6.10.0-x64/lib/cmake/Qt6/Qt6Config.cmake:286 (message):
  877. Failed to find optional Qt component "3DRender".
  878.  
  879. Expected Config file at
  880. "C:/Qt/Qt-6.10.0-x64/lib/cmake/Qt63DRender/Qt63DRenderConfig.cmake" does
  881. NOT exist
  882.  
  883. Call Stack (most recent call first):
  884. cmake/PySideSetup.cmake:177 (find_package)
  885. CMakeLists.txt:12 (include)
  886.  
  887.  
  888. -- Could NOT find Qt63DInput (missing: Qt63DInput_DIR)
  889. CMake Warning at C:/Qt/Qt-6.10.0-x64/lib/cmake/Qt6/Qt6Config.cmake:286 (message):
  890. Failed to find optional Qt component "3DInput".
  891.  
  892. Expected Config file at
  893. "C:/Qt/Qt-6.10.0-x64/lib/cmake/Qt63DInput/Qt63DInputConfig.cmake" does NOT
  894. exist
  895.  
  896. Call Stack (most recent call first):
  897. cmake/PySideSetup.cmake:177 (find_package)
  898. CMakeLists.txt:12 (include)
  899.  
  900.  
  901. -- Could NOT find Qt63DLogic (missing: Qt63DLogic_DIR)
  902. CMake Warning at C:/Qt/Qt-6.10.0-x64/lib/cmake/Qt6/Qt6Config.cmake:286 (message):
  903. Failed to find optional Qt component "3DLogic".
  904.  
  905. Expected Config file at
  906. "C:/Qt/Qt-6.10.0-x64/lib/cmake/Qt63DLogic/Qt63DLogicConfig.cmake" does NOT
  907. exist
  908.  
  909. Call Stack (most recent call first):
  910. cmake/PySideSetup.cmake:177 (find_package)
  911. CMakeLists.txt:12 (include)
  912.  
  913.  
  914. -- Could NOT find Qt63DAnimation (missing: Qt63DAnimation_DIR)
  915. CMake Warning at C:/Qt/Qt-6.10.0-x64/lib/cmake/Qt6/Qt6Config.cmake:286 (message):
  916. Failed to find optional Qt component "3DAnimation".
  917.  
  918. Expected Config file at
  919. "C:/Qt/Qt-6.10.0-x64/lib/cmake/Qt63DAnimation/Qt63DAnimationConfig.cmake"
  920. does NOT exist
  921.  
  922. Call Stack (most recent call first):
  923. cmake/PySideSetup.cmake:177 (find_package)
  924. CMakeLists.txt:12 (include)
  925.  
  926.  
  927. -- Could NOT find Qt63DExtras (missing: Qt63DExtras_DIR)
  928. CMake Warning at C:/Qt/Qt-6.10.0-x64/lib/cmake/Qt6/Qt6Config.cmake:286 (message):
  929. Failed to find optional Qt component "3DExtras".
  930.  
  931. Expected Config file at
  932. "C:/Qt/Qt-6.10.0-x64/lib/cmake/Qt63DExtras/Qt63DExtrasConfig.cmake" does
  933. NOT exist
  934.  
  935. Call Stack (most recent call first):
  936. cmake/PySideSetup.cmake:177 (find_package)
  937. CMakeLists.txt:12 (include)
  938.  
  939.  
  940. -- CORE_ABS_DIR:C:/Qt/Qt-6.10.0-x64/lib/cmake
  941. -- essential module Qt6Core found (). Looked in: C:/Qt/Qt-6.10.0-x64/lib/cmake/Qt6Core
  942. CMake Error at cmake/PySideHelpers.cmake:261 (get_target_property):
  943. get_target_property() called with non-existent target "Qt6::CorePrivate".
  944. Call Stack (most recent call first):
  945. cmake/PySideHelpers.cmake:178 (collect_module_if_found)
  946. cmake/PySideSetup.cmake:185 (remove_skipped_modules)
  947. CMakeLists.txt:12 (include)
  948.  
  949.  
  950. -- essential module Qt6Gui found (). Looked in: C:/Qt/Qt-6.10.0-x64/lib/cmake/Qt6Gui
  951. CMake Error at cmake/PySideHelpers.cmake:261 (get_target_property):
  952. get_target_property() called with non-existent target "Qt6::GuiPrivate".
  953. Call Stack (most recent call first):
  954. cmake/PySideHelpers.cmake:178 (collect_module_if_found)
  955. cmake/PySideSetup.cmake:185 (remove_skipped_modules)
  956. CMakeLists.txt:12 (include)
  957.  
  958.  
  959. -- essential module Qt6Widgets found (). Looked in: C:/Qt/Qt-6.10.0-x64/lib/cmake/Qt6Widgets
  960. CMake Error at cmake/PySideHelpers.cmake:261 (get_target_property):
  961. get_target_property() called with non-existent target
  962. "Qt6::WidgetsPrivate".
  963. Call Stack (most recent call first):
  964. cmake/PySideHelpers.cmake:178 (collect_module_if_found)
  965. cmake/PySideSetup.cmake:185 (remove_skipped_modules)
  966. CMakeLists.txt:12 (include)
  967.  
  968.  
  969. -- essential module Qt6PrintSupport found (). Looked in: C:/Qt/Qt-6.10.0-x64/lib/cmake/Qt6PrintSupport
  970. CMake Error at cmake/PySideHelpers.cmake:261 (get_target_property):
  971. get_target_property() called with non-existent target
  972. "Qt6::PrintSupportPrivate".
  973. Call Stack (most recent call first):
  974. cmake/PySideHelpers.cmake:178 (collect_module_if_found)
  975. cmake/PySideSetup.cmake:185 (remove_skipped_modules)
  976. CMakeLists.txt:12 (include)
  977.  
  978.  
  979. -- essential module Qt6Sql found (). Looked in: C:/Qt/Qt-6.10.0-x64/lib/cmake/Qt6Sql
  980. CMake Error at cmake/PySideHelpers.cmake:261 (get_target_property):
  981. get_target_property() called with non-existent target "Qt6::SqlPrivate".
  982. Call Stack (most recent call first):
  983. cmake/PySideHelpers.cmake:178 (collect_module_if_found)
  984. cmake/PySideSetup.cmake:185 (remove_skipped_modules)
  985. CMakeLists.txt:12 (include)
  986.  
  987.  
  988. -- essential module Qt6Network found (). Looked in: C:/Qt/Qt-6.10.0-x64/lib/cmake/Qt6Network
  989. CMake Error at cmake/PySideHelpers.cmake:261 (get_target_property):
  990. get_target_property() called with non-existent target
  991. "Qt6::NetworkPrivate".
  992. Call Stack (most recent call first):
  993. cmake/PySideHelpers.cmake:178 (collect_module_if_found)
  994. cmake/PySideSetup.cmake:185 (remove_skipped_modules)
  995. CMakeLists.txt:12 (include)
  996.  
  997.  
  998. -- essential module Qt6Test found (). Looked in: C:/Qt/Qt-6.10.0-x64/lib/cmake/Qt6Test
  999. CMake Error at cmake/PySideHelpers.cmake:261 (get_target_property):
  1000. get_target_property() called with non-existent target "Qt6::TestPrivate".
  1001. Call Stack (most recent call first):
  1002. cmake/PySideHelpers.cmake:178 (collect_module_if_found)
  1003. cmake/PySideSetup.cmake:185 (remove_skipped_modules)
  1004. CMakeLists.txt:12 (include)
  1005.  
  1006.  
  1007. -- essential module Qt6Concurrent found (). Looked in: C:/Qt/Qt-6.10.0-x64/lib/cmake/Qt6Concurrent
  1008. CMake Error at cmake/PySideHelpers.cmake:261 (get_target_property):
  1009. get_target_property() called with non-existent target
  1010. "Qt6::ConcurrentPrivate".
  1011. Call Stack (most recent call first):
  1012. cmake/PySideHelpers.cmake:178 (collect_module_if_found)
  1013. cmake/PySideSetup.cmake:185 (remove_skipped_modules)
  1014. CMakeLists.txt:12 (include)
  1015.  
  1016.  
  1017. -- optional module Qt6DBus found (). Looked in: C:/Qt/Qt-6.10.0-x64/lib/cmake/Qt6DBus
  1018. CMake Error at cmake/PySideHelpers.cmake:261 (get_target_property):
  1019. get_target_property() called with non-existent target "Qt6::DBusPrivate".
  1020. Call Stack (most recent call first):
  1021. cmake/PySideHelpers.cmake:178 (collect_module_if_found)
  1022. cmake/PySideSetup.cmake:185 (remove_skipped_modules)
  1023. CMakeLists.txt:12 (include)
  1024.  
  1025.  
  1026. -- optional module Qt6Designer skipped. Looked in: Qt6Designer_DIR-NOTFOUND
  1027. -- optional module Qt6Xml found (). Looked in: C:/Qt/Qt-6.10.0-x64/lib/cmake/Qt6Xml
  1028. CMake Error at cmake/PySideHelpers.cmake:261 (get_target_property):
  1029. get_target_property() called with non-existent target "Qt6::XmlPrivate".
  1030. Call Stack (most recent call first):
  1031. cmake/PySideHelpers.cmake:178 (collect_module_if_found)
  1032. cmake/PySideSetup.cmake:185 (remove_skipped_modules)
  1033. CMakeLists.txt:12 (include)
  1034.  
  1035.  
  1036. -- optional module Qt6Help skipped. Looked in: Qt6Help_DIR-NOTFOUND
  1037. -- optional module Qt6Multimedia skipped. Looked in: Qt6Multimedia_DIR-NOTFOUND
  1038. -- optional module Qt6MultimediaWidgets skipped. Looked in: Qt6MultimediaWidgets_DIR-NOTFOUND
  1039. -- optional module Qt6OpenGL found (). Looked in: C:/Qt/Qt-6.10.0-x64/lib/cmake/Qt6OpenGL
  1040. CMake Error at cmake/PySideHelpers.cmake:261 (get_target_property):
  1041. get_target_property() called with non-existent target "Qt6::OpenGLPrivate".
  1042. Call Stack (most recent call first):
  1043. cmake/PySideHelpers.cmake:178 (collect_module_if_found)
  1044. cmake/PySideSetup.cmake:185 (remove_skipped_modules)
  1045. CMakeLists.txt:12 (include)
  1046.  
  1047.  
  1048. -- optional module Qt6OpenGLWidgets found (). Looked in: C:/Qt/Qt-6.10.0-x64/lib/cmake/Qt6OpenGLWidgets
  1049. CMake Error at cmake/PySideHelpers.cmake:261 (get_target_property):
  1050. get_target_property() called with non-existent target
  1051. "Qt6::OpenGLWidgetsPrivate".
  1052. Call Stack (most recent call first):
  1053. cmake/PySideHelpers.cmake:178 (collect_module_if_found)
  1054. cmake/PySideSetup.cmake:185 (remove_skipped_modules)
  1055. CMakeLists.txt:12 (include)
  1056.  
  1057.  
  1058. -- optional module Qt6Pdf skipped. Looked in: Qt6Pdf_DIR-NOTFOUND
  1059. -- optional module Qt6PdfWidgets skipped. Looked in: Qt6PdfWidgets_DIR-NOTFOUND
  1060. -- optional module Qt6Positioning skipped. Looked in: Qt6Positioning_DIR-NOTFOUND
  1061. -- optional module Qt6Location skipped. Looked in: Qt6Location_DIR-NOTFOUND
  1062. -- optional module Qt6NetworkAuth skipped. Looked in: Qt6NetworkAuth_DIR-NOTFOUND
  1063. -- optional module Qt6Nfc skipped. Looked in: Qt6Nfc_DIR-NOTFOUND
  1064. -- optional module Qt6Qml skipped. Looked in: Qt6Qml_DIR-NOTFOUND
  1065. -- optional module Qt6Quick skipped. Looked in: Qt6Quick_DIR-NOTFOUND
  1066. -- optional module Qt6Quick3D skipped. Looked in: Qt6Quick3D_DIR-NOTFOUND
  1067. -- optional module Qt6QuickControls2 skipped. Looked in: Qt6QuickControls2_DIR-NOTFOUND
  1068. -- optional module Qt6QuickTest skipped. Looked in: Qt6QuickTest_DIR-NOTFOUND
  1069. -- optional module Qt6QuickWidgets skipped. Looked in: Qt6QuickWidgets_DIR-NOTFOUND
  1070. -- optional module Qt6RemoteObjects skipped. Looked in: Qt6RemoteObjects_DIR-NOTFOUND
  1071. -- optional module Qt6Scxml skipped. Looked in: Qt6Scxml_DIR-NOTFOUND
  1072. -- optional module Qt6Sensors skipped. Looked in: Qt6Sensors_DIR-NOTFOUND
  1073. -- optional module Qt6SerialPort skipped. Looked in: Qt6SerialPort_DIR-NOTFOUND
  1074. -- optional module Qt6SerialBus skipped. Looked in: Qt6SerialBus_DIR-NOTFOUND
  1075. -- optional module Qt6StateMachine skipped. Looked in: Qt6StateMachine_DIR-NOTFOUND
  1076. -- optional module Qt6TextToSpeech skipped. Looked in: Qt6TextToSpeech_DIR-NOTFOUND
  1077. -- optional module Qt6Charts skipped. Looked in: Qt6Charts_DIR-NOTFOUND
  1078. -- optional module Qt6SpatialAudio skipped. Looked in: Qt6SpatialAudio_DIR-NOTFOUND
  1079. -- optional module Qt6Svg skipped. Looked in: Qt6Svg_DIR-NOTFOUND
  1080. -- optional module Qt6SvgWidgets skipped. Looked in: Qt6SvgWidgets_DIR-NOTFOUND
  1081. -- optional module Qt6DataVisualization skipped. Looked in: Qt6DataVisualization_DIR-NOTFOUND
  1082. -- optional module Qt6Graphs skipped. Looked in: Qt6Graphs_DIR-NOTFOUND
  1083. -- optional module Qt6GraphsWidgets skipped. Looked in: Qt6GraphsWidgets_DIR-NOTFOUND
  1084. -- optional module Qt6Bluetooth skipped. Looked in: Qt6Bluetooth_DIR-NOTFOUND
  1085. -- optional module Qt6AxContainer skipped. Looked in: Qt6AxContainer_DIR-NOTFOUND
  1086. -- optional module Qt6WebChannel skipped. Looked in: Qt6WebChannel_DIR-NOTFOUND
  1087. -- optional module Qt6WebEngineCore skipped. Looked in: Qt6WebEngineCore_DIR-NOTFOUND
  1088. -- optional module Qt6WebEngineWidgets skipped. Looked in: Qt6WebEngineWidgets_DIR-NOTFOUND
  1089. -- optional module Qt6WebEngineQuick skipped. Looked in: Qt6WebEngineQuick_DIR-NOTFOUND
  1090. -- optional module Qt6WebSockets skipped. Looked in: Qt6WebSockets_DIR-NOTFOUND
  1091. -- optional module Qt6HttpServer skipped. Looked in: Qt6HttpServer_DIR-NOTFOUND
  1092. -- optional module Qt63DCore skipped. Looked in: Qt63DCore_DIR-NOTFOUND
  1093. -- optional module Qt63DRender skipped. Looked in: Qt63DRender_DIR-NOTFOUND
  1094. -- optional module Qt63DInput skipped. Looked in: Qt63DInput_DIR-NOTFOUND
  1095. -- optional module Qt63DLogic skipped. Looked in: Qt63DLogic_DIR-NOTFOUND
  1096. -- optional module Qt63DAnimation skipped. Looked in: Qt63DAnimation_DIR-NOTFOUND
  1097. -- optional module Qt63DExtras skipped. Looked in: Qt63DExtras_DIR-NOTFOUND
  1098. -- Could NOT find Qt6Qml (missing: Qt6Qml_DIR)
  1099. CMake Warning at cmake/PySideSetup.cmake:194 (find_package):
  1100. Found package configuration file:
  1101.  
  1102. C:/Qt/Qt-6.10.0-x64/lib/cmake/Qt6/Qt6Config.cmake
  1103.  
  1104. but it set Qt6_FOUND to FALSE so package "Qt6" is considered to be NOT
  1105. FOUND. Reason given by package:
  1106.  
  1107. Failed to find required Qt component "Qml".
  1108.  
  1109. Expected Config file at
  1110. "C:/Qt/Qt-6.10.0-x64/lib/cmake/Qt6Qml/Qt6QmlConfig.cmake" does NOT exist
  1111.  
  1112.  
  1113.  
  1114. Configuring with --debug-find-pkg=Qt6Qml might reveal details why the
  1115. package was not found.
  1116.  
  1117. Configuring with -DQT_DEBUG_FIND_PACKAGE=ON will print the values of some
  1118. of the path variables that find_package uses to try and find the package.
  1119.  
  1120. Call Stack (most recent call first):
  1121. CMakeLists.txt:12 (include)
  1122.  
  1123.  
  1124. -- Could NOT find Qt6RemoteObjects (missing: Qt6RemoteObjects_DIR)
  1125. CMake Warning at cmake/PySideSetup.cmake:197 (find_package):
  1126. Found package configuration file:
  1127.  
  1128. C:/Qt/Qt-6.10.0-x64/lib/cmake/Qt6/Qt6Config.cmake
  1129.  
  1130. but it set Qt6_FOUND to FALSE so package "Qt6" is considered to be NOT
  1131. FOUND. Reason given by package:
  1132.  
  1133. Failed to find required Qt component "RemoteObjects".
  1134.  
  1135. Expected Config file at
  1136. "C:/Qt/Qt-6.10.0-x64/lib/cmake/Qt6RemoteObjects/Qt6RemoteObjectsConfig.cmake"
  1137. does NOT exist
  1138.  
  1139.  
  1140.  
  1141. Configuring with --debug-find-pkg=Qt6RemoteObjects might reveal details why
  1142. the package was not found.
  1143.  
  1144. Configuring with -DQT_DEBUG_FIND_PACKAGE=ON will print the values of some
  1145. of the path variables that find_package uses to try and find the package.
  1146.  
  1147. Call Stack (most recent call first):
  1148. CMakeLists.txt:12 (include)
  1149.  
  1150.  
  1151. -- PySide6 will be generated avoiding the protected hack!
  1152. -- Could NOT find Qt6Designer (missing: Qt6Designer_DIR)
  1153. CMake Warning at cmake/PySideSetup.cmake:256 (find_package):
  1154. Found package configuration file:
  1155.  
  1156. C:/Qt/Qt-6.10.0-x64/lib/cmake/Qt6/Qt6Config.cmake
  1157.  
  1158. but it set Qt6_FOUND to FALSE so package "Qt6" is considered to be NOT
  1159. FOUND. Reason given by package:
  1160.  
  1161. Failed to find required Qt component "Designer".
  1162.  
  1163. Expected Config file at
  1164. "C:/Qt/Qt-6.10.0-x64/lib/cmake/Qt6Designer/Qt6DesignerConfig.cmake" does
  1165. NOT exist
  1166.  
  1167.  
  1168.  
  1169. Configuring with --debug-find-pkg=Qt6Designer might reveal details why the
  1170. package was not found.
  1171.  
  1172. Configuring with -DQT_DEBUG_FIND_PACKAGE=ON will print the values of some
  1173. of the path variables that find_package uses to try and find the package.
  1174.  
  1175. Call Stack (most recent call first):
  1176. CMakeLists.txt:12 (include)
  1177.  
  1178.  
  1179. CMake Warning at C:/Qt/Qt-6.10.0-x64/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:336 (message):
  1180. This project is using headers of the CorePrivate module and will therefore
  1181. be tied to this specific Qt module build version. Running this project
  1182. against other versions of the Qt modules may crash at any arbitrary point.
  1183. This is not a bug, but a result of using Qt internals. You have been
  1184. warned!
  1185.  
  1186. You can disable this warning by setting QT_NO_PRIVATE_MODULE_WARNING to ON.
  1187. Call Stack (most recent call first):
  1188. C:/Qt/Qt-6.10.0-x64/lib/cmake/Qt6CorePrivate/Qt6CorePrivateConfig.cmake:48 (_qt_internal_show_private_module_warning)
  1189. C:/Qt/Qt-6.10.0-x64/lib/cmake/Qt6/Qt6Config.cmake:229 (find_package)
  1190. libpyside/CMakeLists.txt:6 (find_package)
  1191.  
  1192.  
  1193. -- Qt6Network: Adding SSL classes
  1194. -- Qt6Network: Dropping DTLS classes
  1195. -- Qt6Network: Dropping SCTP classes
  1196. -- Qt6OpenGL: Adding Desktop OpenGL classes
  1197. -- preparing tests for module 'QtCore'
  1198. -- preparing tests for module 'QtGui'
  1199. -- preparing tests for module 'QtWidgets'
  1200. -- preparing tests for module 'QtPrintSupport'
  1201. -- preparing tests for module 'QtSql'
  1202. -- preparing tests for module 'QtNetwork'
  1203. -- preparing tests for module 'QtTest'
  1204. -- preparing tests for module 'QtConcurrent'
  1205. -- preparing tests for module 'QtDBus'
  1206. -- preparing tests for module 'QtXml'
  1207. -- preparing tests for module 'QtOpenGL'
  1208. -- preparing tests for module 'QtOpenGLWidgets'
  1209. -- apidoc generation targets disabled due to the following reasons:
  1210. QT_SRC_DIR variable not set
  1211. sphinx-build command not found
  1212. graphviz not found
  1213. BUILD_DOCS was set to FALSE (default)
  1214.  
  1215. -- Configuring incomplete, errors occurred!
  1216. error: Error configuring pyside6
  1217. Traceback (most recent call last):
  1218. File "D:\code\pyside-setup\setup.py", line 43, in <module>
  1219. setup_runner.run_setup()
  1220. ~~~~~~~~~~~~~~~~~~~~~~^^
  1221. File "D:\code\pyside-setup\build_scripts\setup_runner.py", line 264, in run_setup
  1222. raise RuntimeError(msg)
  1223. RuntimeError:
  1224. setup.py invocation failed with exit code: 1.
  1225.  
  1226.  
  1227. setup.py invocation was: D:\code\pyside-setup\.venv\Scripts\python.exe setup.py build --build-tests --internal-build-type=pyside6
  1228.  
Add Comment
Please, Sign In to add comment