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. Does qmake variable QMAKE_LFLAGS_SONAME not work with QtCreator 2.7 on OSX?

Does qmake variable QMAKE_LFLAGS_SONAME not work with QtCreator 2.7 on OSX?

Scheduled Pinned Locked Moved Qt Creator and other tools
3 Posts 2 Posters 2.7k 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.
  • H Offline
    H Offline
    hardcodes.de
    wrote on last edited by
    #1

    Hi there,

    in the "docs":http://qt-project.org/doc/qt-4.8/mac-differences.html for OSX deployment there is a paragraph mentioning the ??QMAKE_LFLAGS_SONAME?? variable.

    bq. If you use qmake and Makefiles, use the QMAKE_LFLAGS_SONAME setting:

    @QMAKE_LFLAGS_SONAME = -Wl,-install_name,@executable_path/../Frameworks/@

    It doesn't change anything for me, bit that's maybe I am using it wrong. What bugs me most that nothing from the settings is in the ??Makefile??. Cleaned, ran ??qmake?? but nothing appears there.

    Am I doing it wrong, have I wrong understanding/expectations of what should happen or shall I file a bug?

    while(!sleep){++sheep;}

    1 Reply Last reply
    0
    • sierdzioS Offline
      sierdzioS Offline
      sierdzio
      Moderators
      wrote on last edited by
      #2

      Nothing to do with Qt Creator, that. If it does not work, then you've just found a bug in qmake :)

      You can use macdeployqt or install_name_tool instead. Or maybe just add it to QMAKE_LFLAGS?

      (Z(:^

      1 Reply Last reply
      0
      • H Offline
        H Offline
        hardcodes.de
        wrote on last edited by
        #3

        Already helped myself with macdeployqt and install_name_tool, but the questions remains: is it really a bug?

        while(!sleep){++sheep;}

        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