[cmake-developers] BundleUtilities question
Ben Boeckel
ben.boeckel at kitware.com
Fri Sep 7 08:02:57 EDT 2018
On Fri, Aug 24, 2018 at 12:24:39 +0000, Kinga Kasa wrote:
> Error: copying file (when tries to copy the framework to the correct place)
> and
> "warning: cannot resolve item @rpath/QtNetwork.framework/Versions/5/QtNetwork
> warning: gp_resolved_file_type non-absolute file '@rpath/QtNetwork.framework/Versions/5/QtNetwork' returning type 'other' - possibly incorrect"
It appears that the libraries linking to Qt (and the other third party
library) are missing rpath entries which would allow them to find Qt.
When using `@rpath` as a library ID on macOS, rpath entries *must* be
added in order to use them.
--Ben
More information about the cmake-developers
mailing list