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. [Solved] qt shared libraries not found
Qt 6.11 is out! See what's new in the release blog

[Solved] qt shared libraries not found

Scheduled Pinned Locked Moved General and Desktop
4 Posts 3 Posters 7.3k 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.
  • W Offline
    W Offline
    WellSaid
    wrote on last edited by
    #1

    when i try to compile a qt and c++ application
    i have this error:

    /cygdrive/c/Users/Benedetto/Documents/NetBeansProjects/Memory/dist/Debug/MinGW-Windows/Memory.exe: error while loading shared libraries: QtGuid4.dll: cannot open shared object file: No such file or directory

    RUN FAILED (exit value 127, total time: 218ms)

    suggestions? :P

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

      Those DLLs need to be in the same location as your app or in your environment path variable.

      1 Reply Last reply
      0
      • F Offline
        F Offline
        foxyz
        wrote on last edited by
        #3

        QtGuid4.dll this is a "debug-version" Qt DLL, 1. you need check if this file exactly exists , 2. your building can exactly finds it.Try add the lib dir path into environment variable "Path", Or add LIBS += -LThisPath

        I just know coding and coding

        1 Reply Last reply
        0
        • W Offline
          W Offline
          WellSaid
          wrote on last edited by
          #4

          I put the dll requested in the same directory of the executable and it works thanks! :D

          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