Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. Are there .pro settings so as to avoid using install_name_tool all the time?
Forum Updated to NodeBB v4.3 + New Features

Are there .pro settings so as to avoid using install_name_tool all the time?

Scheduled Pinned Locked Moved Installation and Deployment
qtcreatorqt5.5osx yosemiteprodylibinstallnametool
2 Posts 2 Posters 1.2k 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.
  • M Offline
    M Offline
    maximo
    wrote on last edited by
    #1

    I didn't get much traction on this article perhaps because of the way it's worded. So, I'll word it differently and perhaps you can help?

    On OSX, I can use install_name_tool like the following to make it so that my application knows the path to the dylib (DLL for those of you on WIndows). So, is there another way to do this in my project settings (like in the .pro file) so that I don't have to do this from command line all the time?

    install_name_tool LibraryTester -change mylib.1.dylib @loader_path/mylib.1.dylib
    
    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi,

      Please practice some patience, this forum is community driven so waiting 24 to 48 hours is normal.

      In order to avoid fragmentation, let's keep the questions and answers in only one thread.

      Closing this one.

      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