Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QtWebEngine
  4. Library not loaded: @rpath/QtWebEngineCore.framework
Forum Updated to NodeBB v4.3 + New Features

Library not loaded: @rpath/QtWebEngineCore.framework

Scheduled Pinned Locked Moved Solved QtWebEngine
2 Posts 1 Posters 1.2k Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • TavisT Offline
    TavisT Offline
    Tavis
    wrote on last edited by Tavis
    #1

    When I try to run the examples quickNanoBrowser or Minibrowser (or any webwengine example) from OS X I get an image not found error:

    Library not loaded: @rpath/QtWebEngineCore.framework/Versions/5/QtWebEngineCore
    Referenced from: /Users/USER/*/QtWebEngineCore.framework/Helpers/QtWebEngineProcess.app/Contents/MacOS/QtWebEngineProcess
    Reason: image not found

    Can someone help? DO I need to do some extra steps to get the app to deploy properly? I can only get it to run if I build and run the app from within the Qt Creator IDE

    1 Reply Last reply
    0
    • TavisT Offline
      TavisT Offline
      Tavis
      wrote on last edited by Tavis
      #2

      For anyone interested, I solved the problem. None of the qtwebengine projects will run outside of QtCreator unless you run macdeployqt on the package first. But in order to get macdeployqt to work you need to specify the path to the Qml root directory of your project.

      macdeployqt path/to/quicknanobrowser.app -qmldir=./path/to/my/quicknanobrowser/root

      1 Reply Last reply
      0

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved