Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. Qt 6.1.1 - does not compile Qt6Core5Compat and plugins\imageformats\qsvg.dll

Qt 6.1.1 - does not compile Qt6Core5Compat and plugins\imageformats\qsvg.dll

Scheduled Pinned Locked Moved Unsolved Installation and Deployment
1 Posts 1 Posters 750 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • V Offline
    V Offline
    vlado.vesely
    wrote on last edited by
    #1

    Hello

    I build Qt 6.1.1 with VS2019 (16.10.1) and compare to Qt 6.1.0:

    • 64 and 32 bit build doesn't create Qt6Core5Compat.lib/dll.
    • 64 bit build doesn't create plugins\imageformats\qsvg.dll (32 bit version created it).

    Generally build and zip Qt 6.1.0 has 2GB and 6.1.1 only 1GB - so a lot of stuff was not build probably.

    call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\VC\Auxiliary\Build\vcvarsall.bat" x64
    
    set path >qt_conf_path.log 2>&1
    
    set CL=/D_DISABLE_EXTENDED_ALIGNED_STORAGE
    
    call W:\qt\6.0.0_x64\configure.bat -debug-and-release -platform win32-msvc -opensource -confirm-license -skip webengine -nomake tools -nomake examples -nomake tests -opengl desktop -force-debug-info -optimize-size -no-pch -make-tool jom -qt-zlib -qt-pcre -qt-libpng -qt-libjpeg -qt-freetype >qt_conf.log 2>&1
    
    echo nmake
    cmake --build . --parallel >qt_comp.log 2>&1
    
    

    qt_conf_path.log
    qt_conf.log
    qt_comp.log

    The questions are:

    • how to build svg and Qt6Core5Compat part
    • how to control what part of Qt I want to build
    • where is list of all available arguments for configure.bat

    Thank you

    1 Reply Last reply
    0

    • Login

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved