Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt Creator and other tools
  4. QtCreator 2.4 - impossible to find "Add Library" in IDE
Qt 6.11 is out! See what's new in the release blog

QtCreator 2.4 - impossible to find "Add Library" in IDE

Scheduled Pinned Locked Moved Qt Creator and other tools
3 Posts 2 Posters 2.4k 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.
  • ? Offline
    ? Offline
    A Former User
    wrote on last edited by
    #1

    We just needed to tell the linker to include the QtNetwork module in the g++ compiler arguments. We even found the instructions at http://doc.qt.nokia.com/qtcreator-2.4/creator-project-qmake-libraries.html. However, the first two instructions didn't correctly tell us how to get to the Add Library dialogue. In the end, we were so frustrated with it that we manually opened the project .pro file in a text editor and added the line "LIBS += -lQtNetwork" and now it works correctly. But just a note for dev that this functionality was not easy to use.

    1 Reply Last reply
    0
    • A Offline
      A Offline
      andre
      wrote on last edited by
      #2

      Why don't just just add this to your .pro file:

      @
      QT += network
      @

      1 Reply Last reply
      0
      • ? Offline
        ? Offline
        A Former User
        wrote on last edited by
        #3

        Yes, that also worked.

        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