Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Solved Exclude Frameworks with macdeployqt

    Installation and Deployment
    macdeployqt framework deployment installation
    1
    2
    1094
    Loading More Posts
    • 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.
    • M
      maximo last edited by

      I'm trying to reduce my application download size. I'm not using the following APIs. How can I make it such that when I run macdeployqt, it doesn't include the frameworks for those APIs?

      • QtQml.framework
      • QtQuick.framework
      • QtWebChannel.framework (I'm using the webkit and webkit bridge, so I assume I don't need the QtWebChannel framework?)
      • QtMultimedia.framework
      • QtMultimediaWidgets.framework
      • QtSensors.framework
      • QtOpenGL.framework
      M 1 Reply Last reply Reply Quote 0
      • M
        maximo @maximo last edited by

        I found the answer. The problem is that the QtWebKit.framework bundle requires some of these other ones, even though I might not be using them. The only fix would be to acquire the QtWebKit.framework project, remove the QML and Quick dependencies, recompile, swap that framework bundle out of my project after macdeployqt, and then remove the QML and Quick framework bundles.

        Long story short, that ain't happening. Not worth my time because it's super difficult.

        1 Reply Last reply Reply Quote 0
        • First post
          Last post