Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Macdeployqt problem with Qt 4.8.6
Forum Updated to NodeBB v4.3 + New Features

Macdeployqt problem with Qt 4.8.6

Scheduled Pinned Locked Moved General and Desktop
2 Posts 1 Posters 1.2k Views 1 Watching
  • 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.
  • D Offline
    D Offline
    dv879
    wrote on 13 May 2014, 11:35 last edited by
    #1

    Hi everyone,
    I hope this is something pretty simple. but I can't figure it out.
    On my Mac (Mountain lion) I uninstalled Qt 4.8.5 and installed Qt 4.8.6 using the package installer.
    Everything is running OK with QtCreator, but when I try to use the macdeployqt to create the app bundle for distribution, I'm getting the following errors:

    ERROR: no file at "/usr/local/Trolltech/Qt-4.8.6/lib/QtWebKit.framework/Versions/4/QtWebKit"
    ERROR: no file at "/usr/local/Trolltech/Qt-4.8.6/lib/QtScript.framework/Versions/4/QtScript"
    ERROR: no file at "/usr/local/Trolltech/Qt-4.8.6/lib/QtCore.framework/Versions/4/QtCore"
    ERROR: no file at "/usr/local/Trolltech/Qt-4.8.6/lib/QtXml.framework/Versions/4/QtXml"
    ERROR: no file at "/usr/local/Trolltech/Qt-4.8.6/lib/QtGui.framework/Versions/4/QtGui"
    ERROR: no file at "/usr/local/Trolltech/Qt-4.8.6/lib/QtNetwork.framework/Versions/4/QtNetwork"

    which is natural, because there is no /usr/local//Trolltech folder since I used the package installer.

    Please if anyone can help me with a way to tell the macdeployqt the right location to look for these files?

    1 Reply Last reply
    0
    • D Offline
      D Offline
      dv879
      wrote on 14 May 2014, 11:05 last edited by
      #2

      Never mind,
      I fixed this by manually creating the /usr/local/Trolltech/Qt-4.8.6/ folder and then, while inside, creating a link to the actual framework folder with:

      ln -s /Library/Frameworks/ lib

      1 Reply Last reply
      0

      1/2

      13 May 2014, 11:35

      • Login

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