Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Special Interest Groups
  3. C++ Gurus
  4. ADDING library in QT c++
Forum Updated to NodeBB v4.3 + New Features

ADDING library in QT c++

Scheduled Pinned Locked Moved Unsolved C++ Gurus
5 Posts 3 Posters 1.4k Views 2 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.
  • S Offline
    S Offline
    shashi prasad
    wrote on last edited by
    #1

    Hi All,

    i have added curl library in QT. pro file look like

    unix:!macx: LIBS += -L$$PWD/../../../../usr/lib/x86_64-linux-gnu/ -lcurl

    INCLUDEPATH += $$PWD/../../../../usr/lib/x86_64-linux-gnu
    DEPENDPATH += $$PWD/../../../../usr/lib/x86_64-linux-gnu

    but it is not working.

    same i have done in other project there it is working.

    in some other project not working.

    please suggest me.

    Thanks
    Shashi

    raven-worxR 1 Reply Last reply
    0
    • S shashi prasad

      Hi All,

      i have added curl library in QT. pro file look like

      unix:!macx: LIBS += -L$$PWD/../../../../usr/lib/x86_64-linux-gnu/ -lcurl

      INCLUDEPATH += $$PWD/../../../../usr/lib/x86_64-linux-gnu
      DEPENDPATH += $$PWD/../../../../usr/lib/x86_64-linux-gnu

      but it is not working.

      same i have done in other project there it is working.

      in some other project not working.

      please suggest me.

      Thanks
      Shashi

      raven-worxR Offline
      raven-worxR Offline
      raven-worx
      Moderators
      wrote on last edited by
      #2

      @shashi-prasad said in ADDING library in QT c++:

      but it is not working.

      ... Same question like always: WHAT DOES NOT WORK?!

      --- SUPPORT REQUESTS VIA CHAT WILL BE IGNORED ---
      If you have a question please use the forum so others can benefit from the solution in the future

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

        Hi,

        To add to @raven-worx suggestion, did you install the development package for curl ?

        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
        • S Offline
          S Offline
          shashi prasad
          wrote on last edited by
          #4

          Thanks a lot

          issue resolved

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

            What was the issue ?

            And since you have it working now, please mark the thread as solved using the "Topic Tools" button so that other forum users may know a solution has been found :)

            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