Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Unable to Do Windows Deployment for LLVM
Qt 6.11 is out! See what's new in the release blog

Unable to Do Windows Deployment for LLVM

Scheduled Pinned Locked Moved Unsolved General and Desktop
1 Posts 1 Posters 1.3k Views 2 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.
  • A Offline
    A Offline
    AmirrezaNadi
    wrote on last edited by
    #1

    Hello.
    I wanted to use windeployqt.exe for a QT C++ SQL project, and I successfully did it for MSVC and MinGW. But LLVM-MinGW is not cooperating!
    Here's the command I used:

    windeployqt.exe Hafez.exe --release
    

    And here's the error I got:

    C:\Users\ACER\Desktop\New folder\Desktop_Qt_6_9_1_llvm_mingw_64_bit-Release\Hafez.exe 64 bit, release executable
    Adding in plugin type generic for module: Qt6Gui
    Adding in plugin type iconengines for module: Qt6Gui
    Adding in plugin type imageformats for module: Qt6Gui
    Adding in plugin type platforminputcontexts for module: Qt6Gui
    Adding in plugin type platforms for module: Qt6Gui
    Adding in plugin type sqldrivers for module: Qt6Sql
    Adding in plugin type styles for module: Qt6Widgets
    Direct dependencies: Qt6Core Qt6Gui Qt6PrintSupport Qt6Sql Qt6Widgets
    All dependencies   : Qt6Core Qt6Gui Qt6PrintSupport Qt6Sql Qt6Widgets
    To be deployed     : Qt6Core Qt6Gui Qt6PrintSupport Qt6Sql Qt6Widgets
    Unable to find the platform plugin.
    

    Also, I did not use QT Quick, so I did not import it in the command.
    Could anyone tell what's wrong with it?

    1 Reply Last reply
    1

    • Login

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