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. one more time ... #include question ( Linux)
Forum Updated to NodeBB v4.3 + New Features

one more time ... #include question ( Linux)

Scheduled Pinned Locked Moved Unsolved Qt Creator and other tools
2 Posts 2 Posters 304 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.
  • A Offline
    A Offline
    Anonymous_Banned275
    wrote on last edited by
    #1

    This is result of "add library" to subpro .pro file

    unix:!macx: LIBS += -L$$OUT_PWD/../A_DEC17_BT_Utility_Library/ -lA_DEC17_BT_Utility_Library
    
    INCLUDEPATH += $$PWD/../A_DEC17_BT_Utility_Library
    DEPENDPATH += $$PWD/../A_DEC17_BT_Utility_Library
    
    now I have to add (#include )  such library header to 
    .pro header where the library is used 
    
    Usually intelisense  helps - intuitive - , but 
    what other tool is helpful ??
    
    
    I am getting multiple intelisense entries and  no mater which one I select I still cannot access the library- compiler fails . 
    
    Thanks for reply, help is much appreciated.
    Axel SpoerlA 1 Reply Last reply
    0
    • A Anonymous_Banned275

      This is result of "add library" to subpro .pro file

      unix:!macx: LIBS += -L$$OUT_PWD/../A_DEC17_BT_Utility_Library/ -lA_DEC17_BT_Utility_Library
      
      INCLUDEPATH += $$PWD/../A_DEC17_BT_Utility_Library
      DEPENDPATH += $$PWD/../A_DEC17_BT_Utility_Library
      
      now I have to add (#include )  such library header to 
      .pro header where the library is used 
      
      Usually intelisense  helps - intuitive - , but 
      what other tool is helpful ??
      
      
      I am getting multiple intelisense entries and  no mater which one I select I still cannot access the library- compiler fails . 
      
      Thanks for reply, help is much appreciated.
      Axel SpoerlA Offline
      Axel SpoerlA Offline
      Axel Spoerl
      Moderators
      wrote on last edited by
      #2

      @AnneRanch
      That's a duplicate of https://forum.qt.io/topic/152821/cannot-find-library/19?_=1702797211722, where input from your side is pending.
      Please continue in the original thread.

      Software Engineer
      The Qt Company, Oslo

      1 Reply Last reply
      0
      • Axel SpoerlA Axel Spoerl locked this topic on
      • Axel SpoerlA Axel Spoerl referenced this topic on

      • Login

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