Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. macdeployqt woes
Forum Updated to NodeBB v4.3 + New Features

macdeployqt woes

Scheduled Pinned Locked Moved Unsolved Installation and Deployment
1 Posts 1 Posters 170 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.
  • Z Offline
    Z Offline
    ziggx
    wrote on last edited by
    #1

    Hi there,

    I'm trying to deploy my subdirs app and running into a problem.

    Here's my top level .pro file:

    TEMPLATE = subdirs

    SUBDIRS +=
    StubGlobal \
    StubVariantMap \
    TimeCode\
    StubTitle \
    StubPreferencesDlg \
    StubFileIO \
    StubPlayer \
    StubTiler

    When I run macdeployqt - I get this error:

    ERROR: no file at "/usr/lib/libStubGlobal.1.dylib"
    ERROR: no file at "/usr/lib/libTimeCode.1.dylib"
    ERROR: no file at "/usr/lib/libStubPreferencesDlg.1.dylib"
    ERROR: no file at "/usr/lib/libStubVariantMap.1.dylib"
    ERROR: no file at "/usr/lib/libStubFileIO.1.dylib"
    ERROR: no file at "/usr/lib/libStubTitle.1.dylib"
    ERROR: no file at "/usr/lib/libStubPlayer.1.dylib"

    How do I tell macdeployqt that the files are in the project and not in /user/lib ?

    Any help would be gratefully received. TIA
    Best wishes
    Ziggx

    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