Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. How set rpath-link in configure args or qmake.conf?
Forum Update on Monday, May 27th 2025

How set rpath-link in configure args or qmake.conf?

Scheduled Pinned Locked Moved Solved Mobile and Embedded
3 Posts 2 Posters 500 Views
  • 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.
  • R Offline
    R Offline
    rossbcan
    wrote on last edited by
    #1

    Title sez it all. g++ not finding some libs

    Thanks; Bill

    1 Reply Last reply
    0
    • hskoglundH Online
      hskoglundH Online
      hskoglund
      wrote on last edited by
      #2

      Hi, I use this for qmake:

      QMAKE_LFLAGS += -Wl,-rpath,"'\$$ORIGIN'"
      

      as an alternative this might work:
      ``
      QMAKE_RPATHDIR += .

      1 Reply Last reply
      0
      • R Offline
        R Offline
        rossbcan
        wrote on last edited by
        #3

        THANKS!

        QMAKE_LFLAGS += -Wl,-rpath-link,<directory containing undetected libs> in qmake.conf did it.

        Now past configure...
        stay tuned for more new to qt5 (aarch64, amlogic S912) questions.

        Regards;
        Bill

        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