Details
-
Bug
-
Resolution: Done
-
P1: Critical
-
5.4.0
-
None
-
3fc27e7835b0a058c991c115cea53a4377f556fa
Description
Qt autotests are invoked incorrectly - notice the environment variables are applied to the `cd ..` command instead of the command running the auto test as they should be.
QT_PLUGIN_PATH=/Users/jakepetroules/OpenSource/qt/qtbase/plugins DYLD_FRAMEWORK_PATH=/Users/jakepetroules/OpenSource/qt/qtbase/lib${DYLD_FRAMEWORK_PATH:+:$DYLD_FRAMEWORK_PATH} cd .. && ./tst_qobject.app/Contents/MacOS/tst_qobject dyld: Library not loaded: @rpath/QtNetwork.framework/Versions/5/QtNetwork Referenced from: /Users/jakepetroules/OpenSource/qt/qtbase/tests/auto/corelib/kernel/qobject/./tst_qobject.app/Contents/MacOS/tst_qobject Reason: image not found /bin/sh: line 1: 51480 Trace/BPT trap: 5 ./tst_qobject.app/Contents/MacOS/tst_qobject
Attachments
Issue Links
- is required for
-
QTBUG-31814 Qt 4.x and Qt 5 frameworks should use @rpath
- Closed