Changes between Initial Version and Version 1 of Ticket #67672, comment 7


Ignore:
Timestamp:
Jun 22, 2023, 11:31:49 AM (12 months ago)
Author:
kaamui
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #67672, comment 7

    initial v1  
    11I think I don't understand something that seems obvious to you two. From what I barely understand, you mean that without performing any install_name_tool myself, qt5-qtwebengine cannot work if I link it to my app and try my app on another Mac where MacPorts is installed ? Do you consider MacPorts should be installed on the targeted computers ? Or am I completely missing something here ?
    22
    3  Because I'm building an app that uses several libs that I installed with MacPorts and where I don't have any issues. I have, qt5, qt5webengine, poppler, ffmpeg, quazip5. Every one of these libs are correctly copied inside my app when I compile it. And I don't have to do anything for the libs to be correctly pointed (relative to inside the app) 
     3 Because I'm building an app that uses several libs that I installed with MacPorts and where I don't have any issues. I have, qt5, qt5webengine, poppler, ffmpeg, quazip5. Every one of these libs are correctly copied inside my app when I compile it. And I don't have to do anything for the libs to be correctly pointed (relative to inside the app), and it works on other MacBooks