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

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.
  • T Offline
    T Offline
    Tavis
    wrote on 2 Jun 2016, 19:03 last edited by Tavis 6 Mar 2016, 21:20
    #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
    • T Offline
      T Offline
      Tavis
      wrote on 7 Jun 2016, 21:30 last edited by Tavis 6 Jul 2016, 21:32
      #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

      2/2

      7 Jun 2016, 21:30

      • Login

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