Hello,
I’ve been successfully deploying with Qt 4.8.5 several times and now that I switched to Qt 4.8.6 I can’t anymore.
It seems the system paths of where the Qt libraries are installed, are ignored, and instead the “otool -L” command on my binaries shows “/usr/local/Trolltech/Qt-4.8.6/lib/Qt…” which doesn’t even exist.
It seems the only place where it is defined is:
qconfig.pri:QMAKE_RPATHDIR += “/usr/local/Trolltech/Qt-4.8.6/lib”
in /usr/local/Qt4.8/mkspecs
So my nametool instructions fails to detect the right paths (which should be /Library/Frameworks/Qt*.framework) and the resulting bundle is corrupted, or works only if Qt is installed in the system.
I uninstalled Qt 4.8.5 using the uninstall-qt.py tool and then I’ve installed Qt 4.8.6.
Did I miss something ?
Does anyone have a suggestion about this ?
Thanks
↧