[LIST]
[*]Qt 5

Qt Code:
  1. Note: Also available for Linux: linux-clang linux-icc
  2.  
  3. Note: The following modules are not being compiled in this configuration:
  4. webenginecore
  5. webengine
  6. webenginewidgets
  7. pdf
  8. pdfwidgets
  9.  
  10. WARNING: Python version 2 (2.7.5 or later) is required to build QtWebEngine.
  11.  
  12. WARNING: Python version 2 (2.7.5 or later) is required to build QtPdf.
  13.  
  14. WARNING: QtWebEngine will not be built.
  15.  
  16. WARNING: QtPdf will not be built.
  17.  
  18. Qt is now configured for building. Just run 'gmake'.
  19. Once everything is built, you must run 'gmake install'.
  20. Qt will be installed into '/opt/qt/5.15.11'.
  21.  
  22. Prior to reconfiguration, make sure you remove any leftovers from
  23. the previous build.
To copy to clipboard, switch view to plain text mode 

[*]Qt 6

Qt Code:
  1. WARNING: QtWebEngine won't be built. Could not find all necessary libraries for qpa-xcb support. X11:YES LIBDRM:YES XCOMPOSITE:YES XCURSOR:YES XRANDR:YES XI:YES XPROTO:YES XSHMFENCE:NO XTST:YES
  2. WARNING: SensorFW support currently not enabled with cmake
  3.  
  4. --
  5.  
  6. Qt is now configured for building. Just run 'cmake --build . --parallel'
  7.  
  8. Once everything is built, you must run 'cmake --install .'
  9. Qt will be installed into '/opt/qt/6.6.0'
  10.  
  11. To configure and build other Qt modules, you can use the following convenience script:
  12. /opt/qt/6.6.0/bin/qt-configure-module
  13.  
  14. If reconfiguration fails for some reason, try removing 'CMakeCache.txt' from the build directory
  15. Alternatively, you can add the --fresh flag to your CMake flags.
  16.  
  17. -- Configuring done (104.2s)
  18. -- Generating done (3.8s)
  19. -- Build files have been written to: /opt/qt/qt-everywhere-src-6.6.0
  20. ```
To copy to clipboard, switch view to plain text mode 


This qtwebengine is seriously annoying...