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. windeployqt: Unable to locate ICU library icudt72.dll
Forum Updated to NodeBB v4.3 + New Features

windeployqt: Unable to locate ICU library icudt72.dll

Scheduled Pinned Locked Moved Unsolved General and Desktop
1 Posts 1 Posters 307 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.
  • R Offline
    R Offline
    rjmx
    wrote on last edited by
    #1

    I couldn't find a way to get Qt Creator to run my app because it couldn't find some DLL entry points (see https://forum.qt.io/post/775613), so I thought I'd see if windeployqt could do better. I went into the "build ...Release\release" directory, then ran

    windeployqt .\App.exe
    

    In fairly short order, it threw up an error:

    Unable to locate ICU library icudt72.dll
    

    I couldn't find "icudt72.dll" on my system, but I figured it probably wanted "libicudt72.dll", which is on my system. Copied it to the same directory, ran windeployqt again, and got the same result.
    Am I doing something wrong here? And how do I get over this problem?

    Thanks,

    .....Ron

    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