Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-89698

Can not build Qt 6 with cmake and MSVC 2019 16.8.3 when printer is enabled

    XMLWordPrintable

Details

    • Suggestion
    • Resolution: Invalid
    • Not Evaluated
    • None
    • 6.0.0
    • Build System: CMake
    • None
    • Windows

    Description

      I'm trying to compile Qt 6.0 with cmake and MSVC 2019 16.8.3. When I disable printer services in cmake, the build fails further down due to missing QPrinter. But this issue is not about that, its about having the printer enabled. If I do not explicitly disable printing, then the Debug build works fine, but the Release cmake configuration fails with error:

      Configuring project with C:\data\tmp\qt -GNinja -DCMAKE_PREFIX_PATH=C:\data\Release;C:\data\Release\lib\cmake;C:\data\Tools;C:\data\Tools\lib\cmake -DCMAKE_INSTALL_PREFIX=C:\data\Release -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_LIBDIR=lib -DCMAKE_INSTALL_DATADIR=lib -DCMAKE_FIND_USE_PACKAGE_REGISTRY=OFF -DCMAKE_POSITION_INDEPENDENT_CODE=ON -DCMAKE_VERBOSE_MAKEFILE=ON -DCMAKE_EXPORT_COMPILE_COMMANDS=ON -DCMAKE_CUDA_COMPILER=nvcc.exe -DBUILD_SHARED_LIBS=ON -DBUILD_SUBMODULES=qtbase;qtsvg;qttools -DBUILD_EXAMPLES=OFF -DBUILD_TESTING=OFF -DBUILD_WITH_PCH=ON -DFEATURE_avx=ON -DFEATURE_avx2=ON -DFEATURE_avx512bw=OFF -DFEATURE_avx512cd=OFF -DFEATURE_avx512dq=OFF -DFEATURE_avx512er=OFF -DFEATURE_avx512f=OFF -DFEATURE_avx512ifma=OFF -DFEATURE_avx512pf=OFF -DFEATURE_avx512vbmi=OFF -DFEATURE_avx512vl=OFF -DFEATURE_designer=ON -DFEATURE_developer_build=OFF -DFEATURE_doubleconversion=ON -DFEATURE_draganddrop=ON -DFEATURE_dtls=OFF -DFEATURE_framework=OFF -DFEATURE_freetype=ON -DFEATURE_gif=OFF -DFEATURE_gui=ON -DFEATURE_harfbuzz=ON -DFEATURE_highdpiscaling=ON -DFEATURE_hijricalendar=OFF -DFEATURE_ico=ON -DFEATURE_icu=ON -DFEATURE_imageformat_bmp=OFF -DFEATURE_imageformat_jpeg=ON -DFEATURE_imageformat_png=ON -DFEATURE_islamiccivilcalendar=OFF -DFEATURE_jalalicalendar=OFF -DFEATURE_journald=OFF -DFEATURE_jpeg=ON -DFEATURE_kms=OFF -DFEATURE_libproxy=OFF -DFEATURE_linguist=ON -DFEATURE_mainwindow=ON -DFEATURE_menu=ON -DFEATURE_menubar=ON -DFEATURE_mips_dsp=OFF -DFEATURE_mips_dspr2=OFF -DFEATURE_movie=OFF -DFEATURE_mtdev=OFF -DFEATURE_png=ON -DFEATURE_precompile_header=ON -DFEATURE_pushbutton=ON -DFEATURE_radiobutton=ON -DFEATURE_reduce_exports=OFF -DFEATURE_reduce_relocations=OFF -DFEATURE_scrollarea=ON -DFEATURE_scrollbar=ON -DFEATURE_slider=ON -DFEATURE_spinbox=ON -DFEATURE_splashscreen=ON -DFEATURE_sql=OFF -DFEATURE_sql_db2=OFF -DFEATURE_sql_ibase=OFF -DFEATURE_sql_mysql=OFF -DFEATURE_sql_oci=OFF -DFEATURE_sql_odbc=OFF -DFEATURE_sql_psql=OFF -DFEATURE_sql_sqlite=OFF -DFEATURE_sqlmodel=OFF -DFEATURE_sse2=ON -DFEATURE_sse3=ON -DFEATURE_sse4_1=ON -DFEATURE_sse4_2=ON -DFEATURE_ssl=ON -DFEATURE_sspi=OFF -DFEATURE_ssse3=ON -DFEATURE_statusbar=ON -DFEATURE_style_stylesheet=ON -DFEATURE_syslog=OFF -DFEATURE_system_doubleconversion=ON -DFEATURE_system_freetype=ON -DFEATURE_system_jpeg=ON -DFEATURE_system_png=ON -DFEATURE_system_sqlite=ON -DFEATURE_system_zlib=ON -DFEATURE_tableview=ON -DFEATURE_tablewidget=ON -DFEATURE_tabwidget=ON -DFEATURE_textbrowser=ON -DFEATURE_textodfwriter=OFF -DFEATURE_toolbox=ON -DFEATURE_toolbutton=ON -DFEATURE_tooltip=ON -DFEATURE_treeview=ON -DFEATURE_treewidget=ON -DFEATURE_tuiotouch=OFF -DFEATURE_udpsocket=OFF -DFEATURE_vnc=OFF -DFEATURE_vsp2=OFF -DFEATURE_wheelevent=ON -DFEATURE_widgets=ON -DFEATURE_zstd=ON -DPACKAGE_DISTRIBUTION=OFF
      *** Error: processing failed with status '1'.
      -- Performing Test HAVE_inotify
      -- Performing Test HAVE_inotify - Failed
      -- Performing Test HAVE_ipc_sysv
      -- Performing Test HAVE_ipc_sysv - Failed
      -- Performing Test HAVE_ipc_posix
      -- Performing Test HAVE_ipc_posix - Failed
      -- Performing Test HAVE_linkat
      -- Performing Test HAVE_linkat - Failed
      -- Performing Test HAVE_ppoll
      -- Performing Test HAVE_ppoll - Failed
      -- Performing Test HAVE_pollts
      -- Performing Test HAVE_pollts - Failed
      -- Performing Test HAVE_poll
      -- Performing Test HAVE_poll - Failed
      -- Performing Test HAVE_renameat2
      -- Performing Test HAVE_renameat2 - Failed
      -- Performing Test HAVE_statx
      -- Performing Test HAVE_statx - Failed
      -- Performing Test HAVE_syslog
      -- Performing Test HAVE_syslog - Failed
      -- Performing Test HAVE_xlocalescanprint
      -- Performing Test HAVE_xlocalescanprint - Failed
      -- Found OpenSSL: C:/data/Release/lib/libcrypto.lib (found version "1.1.1d")  
      -- Found WrapOpenSSLHeaders: TRUE  
      -- Performing Test HAVE_openssl_headers
      -- Performing Test HAVE_openssl_headers - Failed
      -- Found WrapOpenSSL: TRUE  
      -- Performing Test HAVE_openssl
      -- Performing Test HAVE_openssl - Failed
      -- Could NOT find GSSAPI (missing: GSSAPI_LIBRARIES GSSAPI_INCLUDE_DIRS) 
      -- Performing Test HAVE_getifaddrs
      -- Performing Test HAVE_getifaddrs - Failed
      -- Performing Test HAVE_ipv6ifname
      -- Performing Test HAVE_ipv6ifname - Failed
      -- Performing Test HAVE_linux_netlink
      -- Performing Test HAVE_linux_netlink - Failed
      -- Performing Test HAVE_sctp
      -- Performing Test HAVE_sctp - Failed
      -- Performing Test HAVE_dtls
      -- Performing Test HAVE_dtls - Failed
      -- Performing Test HAVE_ocsp
      -- Performing Test HAVE_ocsp - Failed
      -- Performing Test HAVE_netlistmgr
      -- Performing Test HAVE_netlistmgr - Failed
      CMake Error at qtbase/cmake/QtFeature.cmake:207 (message):
        Feature "ssl": Forcing to "ON" breaks its condition.
      Call Stack (most recent call first):
        qtbase/cmake/QtFeature.cmake:288 (qt_feature_set_value)
        qtbase/cmake/QtFeature.cmake:474 (qt_evaluate_feature)
        qtbase/cmake/QtFeature.cmake:454 (qt_feature_module_end)
        qtbase/src/CMakeLists.txt:9 (qt_feature_evaluate_features)
      -- FindLibdrm.cmake cannot find libdrm on Windows systems.
      -- Performing Test HAVE_EGL
      -- Performing Test HAVE_EGL - Failed
      -- Could NOT find EGL (missing: EGL_INCLUDE_DIR HAVE_EGL EGL_LIBRARY) 
      -- Found WrapSystemFreetype: C:/data/Release/lib/freetype.lib (found suitable version "2.10.1", minimum required is "2.2.0") 
      -- Could NOT find Fontconfig (missing: Fontconfig_LIBRARY Fontconfig_INCLUDE_DIR) 
      -- Findgbm.cmake cannot find gbm on Windows systems.
      -- Could NOT find WrapSystemHarfbuzz (missing: HARFBUZZ_LIBRARIES HARFBUZZ_INCLUDE_DIRS) (Required is at least version "2.6.0")
      -- FindLibinput.cmake cannot find libinput on Windows systems.
      -- Found JPEG: C:/data/Release/lib/jpeg.lib (found version "80") 
      -- Found WrapSystemPNG: C:/data/Release/lib/libpng16.lib;C:/data/Release/lib/zlib.lib (found version "1.6.37") 
      -- Found OpenGL: opengl32   
      -- Found WrapOpenGL: TRUE  
      -- Could NOT find EGL (missing: EGL_INCLUDE_DIR HAVE_EGL EGL_LIBRARY) 
      -- Performing Test HAVE_GLESv2
      -- Performing Test HAVE_GLESv2 - Failed
      -- Could NOT find GLESv2 (missing: GLESv2_INCLUDE_DIR GLESv2_LIBRARY HAVE_GLESv2 HAVE_GLESv2) 
      -- Could NOT find Vulkan (missing: Vulkan_LIBRARY Vulkan_INCLUDE_DIR) 
      -- Performing Test HAVE_evdev
      -- Performing Test HAVE_evdev - Failed
      -- Performing Test HAVE_integrityfb
      -- Performing Test HAVE_integrityfb - Failed
      -- Performing Test HAVE_linuxfb
      -- Performing Test HAVE_linuxfb - Failed
      -- Performing Test HAVE_directwrite
      -- Performing Test HAVE_directwrite - Failed
      -- Performing Test HAVE_directwrite3
      -- Performing Test HAVE_directwrite3 - Failed
      -- Performing Test HAVE_d2d1
      -- Performing Test HAVE_d2d1 - Failed
      -- Performing Test HAVE_d2d1_1
      -- Performing Test HAVE_d2d1_1 - Failed
      -- Tool 'Qt6::moc' will be built from source.
      -- Tool 'Qt6::rcc' will be built from source.
      -- Tool 'Qt6::tracegen' will be built from source.
      -- Tool 'Qt6::cmake_automoc_parser' will be built from source.
      -- Looking for pthread.h
      -- Looking for pthread.h - not found
      -- Found Threads: TRUE  
      -- Using Qt bundled PCRE2.
      -- Found WrapPCRE2: TRUE  
      -- Using source syncqt found at: C:/data/tmp/qt/qtbase/bin/syncqt.pl
      -- Running syncqt for module: 'QtCore' 
      -- Could NOT find GLIB2 (missing: GLIB2_LIBRARIES GTHREAD2_LIBRARIES GLIB2_INCLUDE_DIRS) 
      -- Found the following ICU libraries:
      --   i18n (required)
      --   uc (required)
      --   data (required)
      -- Could NOT find WrapRt (missing: WrapRt_FOUND) 
      -- Could NOT find LTTngUST (missing: LTTNGUST_LIBRARIES LTTNGUST_INCLUDE_DIRS) 
      -- Could NOT find WrapSystemPCRE2 (missing: PCRE2_LIBRARIES PCRE2_INCLUDE_DIRS __pcre2_found) (Required is at least version "10.20")
      -- Could NOT find Slog2 (missing: Slog2_INCLUDE_DIR Slog2_LIBRARY) 
      CMake Warning at qtbase/src/corelib/CMakeLists.txt:1213 (message):
        xmlstarlet was not found.  freedesktop.org.xml will not be minified!
      -- Running syncqt for module: 'QtConcurrent' 
      -- Running syncqt for module: 'QtNetwork' 
      -- Could NOT find GSSAPI (missing: GSSAPI_LIBRARIES GSSAPI_INCLUDE_DIRS) 
      -- Running syncqt for module: 'QtXml' 
      -- Tool 'Qt6::uic' will be built from source.
      -- Tool 'Qt6::qdbuscpp2xml' will be built from source.
      -- Tool 'Qt6::qdbusxml2cpp' will be built from source.
      -- Tool 'Qt6::qlalr' will be built from source.
      -- Tool 'Qt6::qvkgen' will be built from source.
      -- Running syncqt for module: 'QtDBus' 
      QtDBus: created deprecated header(s) { qdbusmacros.h }
      -- Could NOT find X11_XCB (missing: X11_XCB_LIBRARY X11_XCB_INCLUDE_DIR) 
      -- Using Qt bundled Harfbuzz.
      -- Found WrapHarfbuzz: TRUE  
      -- Using system PNG.
      -- Found WrapPNG: TRUE  
      -- Using system Freetype.
      -- Found WrapFreetype: TRUE  
      -- Running syncqt for module: 'QtGui' 
      -- FindLibdrm.cmake cannot find libdrm on Windows systems.
      -- Could NOT find EGL (missing: EGL_INCLUDE_DIR HAVE_EGL EGL_LIBRARY) 
      -- Could NOT find Fontconfig (missing: Fontconfig_LIBRARY Fontconfig_INCLUDE_DIR) 
      -- Findgbm.cmake cannot find gbm on Windows systems.
      -- Could NOT find WrapSystemHarfbuzz (missing: HARFBUZZ_LIBRARIES HARFBUZZ_INCLUDE_DIRS) (Required is at least version "2.6.0")
      -- FindLibinput.cmake cannot find libinput on Windows systems.
      -- Could NOT find EGL (missing: EGL_INCLUDE_DIR HAVE_EGL EGL_LIBRARY) 
      -- Could NOT find GLESv2 (missing: GLESv2_INCLUDE_DIR GLESv2_LIBRARY HAVE_GLESv2 HAVE_GLESv2) 
      -- Could NOT find Vulkan (missing: Vulkan_LIBRARY Vulkan_INCLUDE_DIR) 
      -- Running syncqt for module: 'QtOpenGL' 
      -- Running syncqt for module: 'QtWidgets' 
      -- Running syncqt for module: 'QtOpenGLWidgets' 
      -- Running syncqt for module: 'QtDeviceDiscoverySupport' 
      -- Running syncqt for module: 'QtFbSupport' 
      -- Running syncqt for module: 'QtTest' 
      QtTest: created deprecated header(s) { qtest_global.h }
      -- Running syncqt for module: 'QtPrintSupport' 
      -- Could NOT find Cups (missing: CUPS_LIBRARIES CUPS_INCLUDE_DIR) 
      -- Tool 'Qt6::qmake' will be built from source.
      Configuring 'qtsvg'
      -- Using source syncqt found at: C:/data/tmp/qt/qtbase/bin/syncqt.pl
      -- Running syncqt for module: 'QtSvg' 
      -- Running syncqt for module: 'QtSvgWidgets' 
      Configuring 'qtdeclarative'
      -- Could NOT find Qt6Sql (missing: Qt6Sql_DIR)
      -- Found PythonInterp: C:/bda-ci/Python2/python.exe (found version "2.7.17") 
      -- Tool 'Qt6::qmltyperegistrar' will be built from source.
      -- Using source syncqt found at: C:/data/tmp/qt/qtbase/bin/syncqt.pl
      -- Running syncqt for module: 'QtQml' 
      -- Performing Test HAVE_cxx14_make_unique
      -- Performing Test HAVE_cxx14_make_unique - Failed
      -- Performing Test HAVE_pointer_32bit
      -- Performing Test HAVE_pointer_32bit - Failed
      -- Performing Test HAVE_pointer_64bit
      -- Performing Test HAVE_pointer_64bit - Failed
      -- Performing Test HAVE_arm_thumb
      -- Performing Test HAVE_arm_thumb - Failed
      -- Performing Test HAVE_arm_fp
      -- Performing Test HAVE_arm_fp - Failed
      -- Running syncqt for module: 'QtQmlModels' 
      -- Running syncqt for module: 'QtQmlWorkerScript' 
      -- Running syncqt for module: 'QtQuick' 
      -- Running syncqt for module: 'QtQuickShapes' 
      -- Running syncqt for module: 'QtQuickTest' 
      -- Running syncqt for module: 'QtQuickParticles' 
      -- Running syncqt for module: 'QtQuickWidgets' 
      -- Running syncqt for module: 'QtPacketProtocol' 
      -- Running syncqt for module: 'QtQmlCompiler' 
      -- Tool 'Qt6::qmlcachegen' will be built from source.
      -- Running syncqt for module: 'QtQmlDebug' 
      -- Tool 'Qt6::qmllint' will be built from source.
      -- Tool 'Qt6::qmlimportscanner' will be built from source.
      -- Tool 'Qt6::qmlformat' will be built from source.
      -- Tool 'Qt6::qml' will be built from source.
      -- Tool 'Qt6::qmlprofiler' will be built from source.
      -- Tool 'Qt6::qmlpreview' will be built from source.
      -- Tool 'Qt6::qmlscene' will be built from source.
      -- Tool 'Qt6::qmlplugindump' will be built from source.
      -- Tool 'Qt6::qmltestrunner' will be built from source.
      Configuring 'qttools'
      -- Could NOT find Qt6Sql (missing: Qt6Sql_DIR)
      -- Could NOT find Qt6AxContainer (missing: Qt6AxContainer_DIR)
      -- Could NOT find Clang (missing: Clang_DIR)
      -- Could NOT find WrapLibClang (missing: WrapLibClang_FOUND) (Required is at least version "8")
      -- Using source syncqt found at: C:/data/tmp/qt/qtbase/bin/syncqt.pl
      -- Running syncqt for module: 'QtTools' 
      -- Could NOT find Clang (missing: Clang_DIR)
      -- Could NOT find WrapLibClang (missing: WrapLibClang_FOUND) (Required is at least version "8")
      -- Tool 'Qt6::lconvert' will be built from source.
      -- Tool 'Qt6::lprodump' will be built from source.
      -- Tool 'Qt6::lrelease' will be built from source.
      -- Tool 'Qt6::lrelease-pro' will be built from source.
      -- Tool 'Qt6::lupdate' will be built from source.
      -- Tool 'Qt6::lupdate-pro' will be built from source.
      -- Running syncqt for module: 'QtUiPlugin' 
      -- Running syncqt for module: 'QtUiTools' 
      -- Running syncqt for module: 'QtDesigner' 
      QtDesigner: WARNING: C:/data/tmp/qt/qttools/src/designer/src/lib/uilib/formbuilder.h includes abstractformbuilder.h when it should include QtDesigner/abstractformbuilder.h
      QtDesigner: created deprecated header(s) { QDesignerCustomWidgetInterface, QDesignerCustomWidgetCollectionInterface, customwidget.h, qdesignerexportwidget.h, QDesignerExportWidget }
      -- Running syncqt for module: 'QtDesignerComponents' 
      -- Tool 'Qt6::qtattributionsscanner' will be built from source.
      -- Tool 'Qt6::windeployqt' will be built from source.
      -- The following packages have been found:
       * QtBuildInternals
       * ZSTD (required version >= 1.3), ZSTD compression library, <https://github.com/facebook/zstd>
       * double-conversion
       * OpenSSL
       * OpenGL
       * WrapPCRE2
       * WrapDoubleConversion
       * ICU
       * WrapOpenSSLHeaders
       * WrapOpenSSL
       * WrapHarfbuzz
       * WrapPNG
       * WrapSystemFreetype (required version >= 2.2.0)
       * WrapSystemPNG
       * WrapOpenGL
       * WrapFreetype
       * JPEG
       * Qt6Concurrent
       * PythonInterp
       * Qt6Test
       * Qt6BuildInternals
       * WrapAtomic
       * Qt6CoreTools (required version >= 6.0.0)
       * Qt6Core
       * Qt6Network
       * Qt6DBusTools (required version >= 6.0.0)
       * Qt6DBus
       * Qt6Xml
       * Qt6WidgetsTools (required version >= 6.0.0)
       * Qt6GuiTools (required version >= 6.0.0)
       * Qt6Gui (required version >= 6.0.0)
       * Qt6Widgets
       * Qt6QmlTools (required version >= 6.0.0)
       * Qt6Qml (required version >= 6.0.0)
       * Qt6QmlModels (required version >= 6.0.0)
       * Qt6Quick
       * Qt6QuickWidgets
       * Qt6QmlDevTools
       * Qt6PrintSupport
       * Qt6OpenGL
       * Threads
       * Qt6OpenGLWidgets
       * Qt6 (required version >= 6.0.0)
      -- The following OPTIONAL packages have not been found:
       * WrapDBus1 (required version >= 1.2)
       * Libudev
       * GLIB2, Event loop and utility library, <https://wiki.gnome.org/Projects/GLib>
       * Libsystemd
       * Libb2
       * WrapRt
       * LTTngUST
       * WrapSystemPCRE2 (required version >= 10.20)
       * Slog2
       * WrapBrotli
       * Libproxy
       * GSSAPI, Generic Security Services Application Program Interface
       * X11_XCB, A compatibility library for code that translates Xlib API calls into XCB calls, <http://xorg.freedesktop.org/>
       * ATSPI2
       * DirectFB
       * Libdrm, Userspace interface to kernel DRM services., <https://wiki.freedesktop.org/dri/>
       * Fontconfig
       * gbm, Mesa gbm library., <http://www.mesa3d.org>
       * WrapSystemHarfbuzz (required version >= 2.6.0)
       * Libinput, Library to handle input devices in Wayland compositors and to provide a generic X.Org input driver., <http://www.freedesktop.org/wiki/Software/libinput/>
       * Mtdev
       * EGL, A platform-agnostic mechanism for creating rendering surfaces for use with other graphics libraries, such as OpenGL|ES and OpenVG., <https://www.khronos.org/egl/>
       * GLESv2
       * Tslib
       * Vulkan
       * GTK3 (required version >= 3.6)
       * Cups
       * Qt6Sql
       * Qt6AxContainer
       * Clang
       * WrapLibClang (required version >= 8)
      Configure summary:
      Building for: win32-msvc (x86_64, CPU features: sse sse2)
      Compiler: msvc 19.28.29335.0
      Build options:
        Mode ................................... release
        Optimize release build for size ........ no
        Fully optimize release builds (-O3) .... no
        Building shared libraries .............. yes
        Using C standard ....................... C11
        Using C++ standard ..................... C++17
        Relocatable ............................ yes
        Using precompiled headers .............. yes
        Using LTCG ............................. no
        Target compiler supports:
          SSE .................................. SSE2 SSE3 SSSE3 SSE4.1 SSE4.2
          AVX .................................. AVX AVX2
          AVX512 ............................... <none>
          Other x86 ............................ F16C RDRAND
        Sanitizers:
          Addresses ............................ no
          Threads .............................. no
          Memory ............................... no
          Fuzzer (instrumentation only) ........ no
          Undefined ............................ no
        Build parts ............................ libs tools
        App store compliance ................... no
      Qt modules and options:
        Qt Concurrent .......................... yes
        Qt D-Bus ............................... yes
        Qt D-Bus directly linked to libdbus .... no
        Qt Gui ................................. yes
        Qt Network ............................. yes
        Qt Sql ................................. no
        Qt Testlib ............................. yes
        Qt Widgets ............................. yes
        Qt Xml ................................. yes
      Support enabled for:
        Using pkg-config ....................... no
        udev ................................... no
        Using system zlib ...................... yes
        Zstandard support ...................... yes
      Qt Core:
        DoubleConversion ....................... yes
          Using system DoubleConversion ........ yes
        GLib ................................... no
        ICU .................................... yes
        Using system libb2 ..................... no
        Built-in copy of the MIME database ..... yes
        Tracing backend ........................ <none>
        Logging backends:
          journald ............................. no
          syslog ............................... no
          slog2 ................................ no
        PCRE2 .................................. yes
          Using system PCRE2 ................... no
      Qt Network:
        getifaddrs() ........................... no
        IPv6 ifname ............................ no
        libproxy ............................... no
        Schannel ............................... no
        OpenSSL ................................ no
          Qt directly linked to OpenSSL ........ no
        OpenSSL 1.1 ............................ no
        DTLS ................................... no
        OCSP-stapling .......................... no
        SCTP ................................... no
        Use system proxies ..................... yes
        GSSAPI ................................. no
        Brotli Decompression Support ........... no
      Qt Gui:
        Accessibility .......................... yes
        FreeType ............................... yes
          Using system FreeType ................ yes
        HarfBuzz ............................... yes
          Using system HarfBuzz ................ no
        Fontconfig ............................. no
        Image formats:
          GIF .................................. no
          ICO .................................. yes
          JPEG ................................. yes
            Using system libjpeg ............... yes
          PNG .................................. yes
            Using system libpng ................ yes
        Text formats:
          HtmlParser ........................... yes
          CssParser ............................ yes
          OdfWriter ............................ no
          MarkdownReader ....................... yes
            Using system libmd4c ............... no
          MarkdownWriter ....................... yes
        EGL .................................... no
        OpenVG ................................. no
        OpenGL:
          Desktop OpenGL ....................... no
          Dynamic OpenGL ....................... yes
          OpenGL ES 2.0 ........................ no
          OpenGL ES 3.0 ........................ no
          OpenGL ES 3.1 ........................ no
          OpenGL ES 3.2 ........................ no
        Vulkan ................................. no
        Session Management ..................... yes
      Features used by QPA backends:
        evdev .................................. no
        libinput ............................... no
        INTEGRITY HID .......................... no
        mtdev .................................. no
        tslib .................................. no
        xkbcommon .............................. no
        X11 specific:
          XLib ................................. no
          XCB Xlib ............................. no
          EGL on X11 ........................... no
          xkbcommon-x11 ........................ no
      QPA backends:
        DirectFB ............................... no
        EGLFS .................................. no
        EGLFS details:
          EGLFS OpenWFD ........................ no
          EGLFS i.Mx6 .......................... no
          EGLFS i.Mx6 Wayland .................. no
          EGLFS RCAR ........................... no
          EGLFS EGLDevice ...................... no
          EGLFS GBM ............................ no
          EGLFS VSP2 ........................... no
          EGLFS Mali ........................... no
          EGLFS Raspberry Pi ................... no
          EGLFS X11 ............................ no
        LinuxFB ................................ no
        VNC .................................... no
        QNX:
          lgmon ................................ no
          IMF .................................. no
        XCB:
          Using system-provided xcb-xinput ..... no
          Native painting (experimental) ....... no
          GL integrations:
            GLX Plugin ......................... no
              XCB GLX .......................... no
            EGL-X11 Plugin ..................... no
        Windows:
          Direct 2D ............................ no
          Direct 2D 1.1 ........................ no
          DirectWrite .......................... no
          DirectWrite 3 ........................ no
      Qt Widgets:
        GTK+ ................................... no
        Styles ................................. Fusion Windows WindowsVista
      Qt Testlib:
        Tester for item models ................. yes
      Qt PrintSupport:
        CUPS ................................... no
      Qt QML:
        QML network support .................... yes
        QML debugging and profiling support .... yes
        QML just-in-time compiler .............. no
        QML sequence object .................... yes
        QML XML http request ................... yes
        QML Locale ............................. yes
      Qt QML Models:
        QML list model ......................... yes
        QML delegate model ..................... yes
      Qt Quick:
        AnimatedImage item ..................... no
        Canvas item ............................ yes
        Support for Qt Quick Designer .......... yes
        Flipable item .......................... yes
        GridView item .......................... yes
        ListView item .......................... yes
        TableView item ......................... yes
        Path support ........................... yes
        PathView item .......................... yes
        Positioner items ....................... yes
        Repeater item .......................... yes
        ShaderEffect item ...................... yes
        Sprite item ............................ yes
      Qt Tools:
        Qt Assistant ........................... yes
        QDoc ................................... no
        Clang-based lupdate parser ............. no
        Qt Designer ............................ yes
        Qt Distance Field Generator ............ yes
        kmap2qmap .............................. yes
        Qt Linguist ............................ yes
        Mac Deployment Tool .................... no
        pixeltool .............................. yes
        qdbus .................................. yes
        qev .................................... yes
        Qt Attributions Scanner ................ yes
        qtdiag ................................. yes
        qtpaths ................................ yes
        qtplugininfo ........................... yes
        Windows deployment tool ................ yes
      WARNING: QDoc will not be compiled, probably because libclang could not be located. This means that you cannot build the Qt documentation.
       Either set CMAKE_PREFIX_PATH or LLVM_INSTALL_DIR to the location of your llvm installation. On Linux systems, you may be able to install libclang by installing the libclang-dev or libclang-devel package, depending on your distribution. On macOS, you can use Homebrew's llvm package.
      ERROR: C++11 <random> is required and is missing or failed to compile.
      ERROR: detected a std::atomic implementation that fails for function pointers.  Please apply the patch corresponding to your Standard Library vendor, found in qtbase/config.tests/atomicfptr
      CMake Error at qtbase/cmake/QtBuildInformation.cmake:66 (message):
        Check the configuration messages for an error that has occurred.
      Call Stack (most recent call first):
        qtbase/cmake/QtBuildInformation.cmake:10 (qt_configure_print_summary)
        CMakeLists.txt:87 (qt_print_feature_summary)
      -- Configuring incomplete, errors occurred!
      See also "C:/data/tmp/qt/x64/CMakeFiles/CMakeOutput.log".
      See also "C:/data/tmp/qt/x64/CMakeFiles/CMakeError.log".
      

      Attachments

        1. CMakeError.log
          80 kB
        2. CMakeOutput.log
          38 kB
        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            qtbuildsystem Qt Build System Team
            emmenlau Mario Emmenlauer
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes