Details
-
Bug
-
Resolution: Invalid
-
P1: Critical
-
None
-
5.9.0, 5.9.1
-
None
-
Macintosh 10.12.6
Description
A qml application that is using Webview (for example the minbrowser Qt example) will not run on Mac.
dyld: Library not loaded: @rpath/QtWebEngine.framework/Versions/5/QtWebEngine
Referenced from: /Users/alan/Qt/5.9.1/clang_64/lib/QtWebView.framework/Versions/5/QtWebView
Reason: image not found
Steps to reproduce
Load the qt minibrowser example that ships with Qt creator
Build and run in Qt 5.8 notice it works
Build and run in Qt 5.9 or 5.9.1 notice it crashes on start with above error