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. Move all file DLL to folder
Forum Updated to NodeBB v4.3 + New Features

Move all file DLL to folder

Scheduled Pinned Locked Moved Unsolved Installation and Deployment
3 Posts 3 Posters 422 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.
  • A Offline
    A Offline
    AloneScript
    wrote on last edited by
    #1

    Hello everyone, I'm new so there are some incorrect words I hope you can forgive.

    dfe18dbc-c0ae-4ca0-a6af-7456d85af3b9-image.png

    Can you please tell me, now I have built the EXE and DLL files from qt, now I want to put the DLL libraries in the same folder, what should I do? I hope you can help!

    6ef96e45-f51d-412f-94b6-acdadb305c7d-image.png

    JonBJ 1 Reply Last reply
    0
    • A AloneScript

      Hello everyone, I'm new so there are some incorrect words I hope you can forgive.

      dfe18dbc-c0ae-4ca0-a6af-7456d85af3b9-image.png

      Can you please tell me, now I have built the EXE and DLL files from qt, now I want to put the DLL libraries in the same folder, what should I do? I hope you can help!

      6ef96e45-f51d-412f-94b6-acdadb305c7d-image.png

      JonBJ Offline
      JonBJ Offline
      JonB
      wrote on last edited by JonB
      #2

      @AloneScript
      If you need to install/deploy to another machine/environment you should be using windepoyqt per https://doc.qt.io/qt-6/windows-deployment.html, rather than trying to copy DLLs around yourself.

      If it's for your own machine after you have built Qt the instructions should have helped you to install for local usage.

      1 Reply Last reply
      2
      • 8Observer88 Offline
        8Observer88 Offline
        8Observer8
        wrote on last edited by 8Observer8
        #3

        In your case the Test.exe must be in the same directory with DLLs. But you can put your Test.exe in the lib folder and create an additional EXE in WinAPI that will run the ./lib/Test.exe

        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