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 application fails to start because of missing mf.dll
Forum Updated to NodeBB v4.3 + New Features

Qt application fails to start because of missing mf.dll

Scheduled Pinned Locked Moved Unsolved Installation and Deployment
1 Posts 1 Posters 547 Views
  • 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.
  • U Offline
    U Offline
    uggas
    wrote on last edited by uggas
    #1

    We migrated our application from Qt5 to Qt6.2.2 that was built from source. Everything went well but now on some Windows machines applications fail to run because of error missing mf.dll. After some investigation we found out that Qt WebEngineCore module (Qt5WebEngineCore.dll /Qt6WebEngineCore.dll) depends on mf.dll and in Qt5 the dll was being delay loaded so missing dll didn't cause any problem but now in Qt6 that dll is no longer delay loaded and prevents our application from starting where Windows Media Foundation runtime dlls are not installed.
    Was that a deliberate change in Qt6 or was it somehow mis configured during build. Here is the configure options we used:

    configure -release -force-debug-info -qtlibinfix _xxx -nomake examples -prefix <dir> -opengl dynamic -icu -schannel -sql-sqlite -system-sqlite -no-feature-wmf
    

    Is there a work around that doesn't involve installing WMF?

    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