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. Lib variable $(Qt_LIBS_) in qt.props Qt tools 2.4.3 for vs2017
QtWS25 Last Chance

Lib variable $(Qt_LIBS_) in qt.props Qt tools 2.4.3 for vs2017

Scheduled Pinned Locked Moved Unsolved General and Desktop
3 Posts 3 Posters 908 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.
  • M Offline
    M Offline
    Mark26
    wrote on last edited by Mark26
    #1

    I'm using the Qt 2.4.3 tools for VS2017.
    The folder QtMsBuild contains the qt.props file. There you can find the variable $(Qt_LIBS_).
    Where this variable is defined? Is there any chance to reassign this path?

    <Link>
      <AdditionalDependencies
        >$(Qt_LIBS_);%(AdditionalDependencies)</AdditionalDependencies>
      <AdditionalLibraryDirectories
        >$(Qt_LIBPATH_);%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
    </Link>
    
    1 Reply Last reply
    0
    • A Offline
      A Offline
      Abhi_Varma
      wrote on last edited by
      #2

      @Mark26 I'm also looking for this definition. Any luck in finding it?

      1 Reply Last reply
      0
      • W Offline
        W Offline
        wgong
        wrote on last edited by
        #3

        Do you resolve this issue? I use vcpkg install qt:x64-windows-static,and found in release mode ,the ${Qt_LIBS_} is include some debug librarys,such as qwindowsvistastyled.lib, qwindowsd.lib, ets

        I think this is an error from Qt Tools, but i can't modify it.

        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