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. Where do I find LIB environment variable?
QtWS25 Last Chance

Where do I find LIB environment variable?

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

    I'm following the instructions for installing KD SOAP. In step 4 the instructions says:

    bq. Add the path to KD SOAP lib into your LIB environment variable and the path
    to KD SOAP bin into your PATH environment variable.

    So where do I find the LIB environment variable?

    I couldn't find it in the list of envorinment variables, like i did with the PATH variable.

    When setting the PATH environment variable i did it here:
    @Computer (right click)->Properties->Advanced system settings->Advanced->Environment variables.@

    So I figure that also the LIB environment variable was here. So where can i find it?

    1 Reply Last reply
    0
    • C Offline
      C Offline
      ChrisW67
      wrote on last edited by
      #2

      You create it (although I am not sure what uses it)

      1 Reply Last reply
      0
      • D Offline
        D Offline
        dbzhang800
        wrote on last edited by
        #3

        Yes, you can create it if it doesn't exist. or simply run

        @
        set PATH=thebinpath;%PATH%
        set LIB=thelibpath;%LIB%
        @

        in your working CMD window.

        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