Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Update: Forum Guidelines & Code of Conduct


    Qt World Summit: Early-Bird Tickets

    Unsolved DYLD_LIBRARY_PATH equivilant for Windows?

    General and Desktop
    2
    2
    488
    Loading More Posts
    • 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
      kitfox last edited by

      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.

      aha_1980 1 Reply Last reply Reply Quote 0
      • aha_1980
        aha_1980 Lifetime Qt Champion @kitfox last edited by aha_1980

        @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 Reply Quote 3
        • First post
          Last post