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. DYLD_LIBRARY_PATH equivilant for Windows?
QtWS25 Last Chance

DYLD_LIBRARY_PATH equivilant for Windows?

Scheduled Pinned Locked Moved Unsolved General and Desktop
2 Posts 2 Posters 765 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.
  • K Offline
    K Offline
    kitfox
    wrote on 22 Apr 2019, 18:27 last edited by
    #1

    I'm trying to find some DLLs my program needs to run. I can set DYLD_LIBRARY_PATH to find my libraries on Mac, but that doesn't seem to work with Windows. So far, the only way I've found to get my program to run is the copy the DLLs into the debug directory.

    A 1 Reply Last reply 22 Apr 2019, 18:35
    0
    • K kitfox
      22 Apr 2019, 18:27

      I'm trying to find some DLLs my program needs to run. I can set DYLD_LIBRARY_PATH to find my libraries on Mac, but that doesn't seem to work with Windows. So far, the only way I've found to get my program to run is the copy the DLLs into the debug directory.

      A Offline
      A Offline
      aha_1980
      Lifetime Qt Champion
      wrote on 22 Apr 2019, 18:35 last edited by aha_1980
      #2

      @kitfox On Windows, the normal PATH is searched for DLLs also, plus the current directory (and IIRC some hardcoded like Windows\system32)

      Regards

      Qt has to stay free or it will die.

      1 Reply Last reply
      3

      2/2

      22 Apr 2019, 18:35

      • Login

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