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. add many external library to qt by one step
Forum Updated to NodeBB v4.3 + New Features

add many external library to qt by one step

Scheduled Pinned Locked Moved Unsolved General and Desktop
2 Posts 2 Posters 307 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.
  • AmrCoderA Offline
    AmrCoderA Offline
    AmrCoder
    wrote on last edited by
    #1

    Hello,

    I want to add boost library to qt, I add it to qt by pressing right click on my project and select add library, the problem here that when I want to select the .a library I can only select one at time and boost contains many libraries that need to be added
    alt text

    is there a way so i can select them all to be added?
    Thanks in advance.

    RatzzR 1 Reply Last reply
    0
    • AmrCoderA AmrCoder

      Hello,

      I want to add boost library to qt, I add it to qt by pressing right click on my project and select add library, the problem here that when I want to select the .a library I can only select one at time and boost contains many libraries that need to be added
      alt text

      is there a way so i can select them all to be added?
      Thanks in advance.

      RatzzR Offline
      RatzzR Offline
      Ratzz
      wrote on last edited by Ratzz
      #2

      @AmrCoder

      I know this way to add, but not direct answer to your question by adding libs in .pro file

      LIBS += -L/path/to/Lib  -lLib1 -lLib2 .....

      --Alles ist gut.

      1 Reply Last reply
      4

      • Login

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