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. Qt Missing DLLs
Forum Updated to NodeBB v4.3 + New Features

Qt Missing DLLs

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

    I created a simple notepad file using Qt.

    The program does run when in Qt creator.

    However, when I navigate to the debug folder, the created executable file does not run without DLLs.

    I've read online that this is can happen and all that is required is that the respective DLLs be copied to the location of the exe file. However... the error messages identify DLLs that my machine does not have.

    I get and error message for the following DLL files.

    Qt5Cored.dll
    Qt5Widgetsd.dll
    QtPrintSupportd.dll

    I do not have the DLLs above. I do however have the dll files below. Which do not have the added 'd' before the extension.

    Qt5Core.dll
    Qt5Widgets.dll
    QtPrintSupport.dll

    Any help provided would be much appreciated.

    Thank you in advance!

    9dc18066-8586-4ab8-a3b8-44b82a18585a-image.png

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi,

      If you want to use your application outside Qt Creator, you have to follow the deployment instructions. The most simple is to use windeployqt for that.

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      2

      • Login

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