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. windeployqt: Entry Point Not Found, The procedure entry point could be located

windeployqt: Entry Point Not Found, The procedure entry point could be located

Scheduled Pinned Locked Moved Unsolved Installation and Deployment
2 Posts 1 Posters 781 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.
  • J Offline
    J Offline
    johndummy
    wrote on last edited by johndummy
    #1

    I'm deploying a QT/QML application in windows, I have two kits installed on my system, i.e. QT 6.0.4 and 6.2.3 and QT Creator version is 7.0.1

    1.PNG

    For deployment i followed these exact steps:

    1. Build app in release mode in QT Creator using 6.2.3 as my kit
    2. Opened cmd and use the below command
    C:\Qt\6.2.3\mingw_64\bin\windeployqt.exe --qmldir <path/to/my/sourceCode> <path/to/my/bin>
    

    The above process copied some files (dependencies) in my <path/to/my/bin> and finished successfully.

    After executing the bin file, it shows the below error messages

    2.PNG

    3.PNG

    4.PNG

    I think the windeployqt is choosing the wrong kit (?)

    Any help would be appreciated.

    P.S: Running app from QT Creator works

    1 Reply Last reply
    0
    • J Offline
      J Offline
      johndummy
      wrote on last edited by johndummy
      #2

      Okay, So i manually copied all *.dll files from *C:\Qt\6.2.3\mingw_64\bin* into my executable folder and now it runs fine.

      The above approach means that windeployqt is not copying these dlls from the specified directory.

      How to avoid these issues in future ?

      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