Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. 3rd Party Software
  4. Using boost 1.56 with QT (Windows 7)

Using boost 1.56 with QT (Windows 7)

Scheduled Pinned Locked Moved 3rd Party Software
5 Posts 3 Posters 2.3k 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.
  • N Offline
    N Offline
    Naralas
    wrote on last edited by
    #1

    Hi,
    I've been trying to install the 1_56 version of boost with QT but I couldn't find how because they changed the structure of the library so I don't really know what i should add in my .pro file. Can anyone help me ?
    Thanks.

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi and welcome to devnet,

      What do you mean "install with Qt" ? Link to the boost libraries ?

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      0
      • IamSumitI Offline
        IamSumitI Offline
        IamSumit
        wrote on last edited by
        #3

        May be this link could be helpful.
        "here":http://stackoverflow.com/questions/16998326/using-boost-libraries-in-qt

        Be Cute

        1 Reply Last reply
        0
        • N Offline
          N Offline
          Naralas
          wrote on last edited by
          #4

          Thanks for the answers.
          Yes I'm asking to link the boost librairies on a Qt project.
          I found what you linked but the problem is that they changed the structure of the libraries with the 1.56 or maybe with 1.55 and I didn't found how to add it.

          In my .pro file i should add
          INCLUDEPATH += C:\boost\boost_1_53_0\ -lboost_filesystem
          LIBS += C:/boost/boost_1_53_0/stage/lib/

          But actually /stage/lib does not exist in the library anymore.

          1 Reply Last reply
          0
          • SGaistS Offline
            SGaistS Offline
            SGaist
            Lifetime Qt Champion
            wrote on last edited by
            #5

            Then you only need to update that path to match the new layout

            Interested in AI ? www.idiap.ch
            Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

            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