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. [solved] Remove unnecessary dependencies from application
Forum Updated to NodeBB v4.3 + New Features

[solved] Remove unnecessary dependencies from application

Scheduled Pinned Locked Moved Installation and Deployment
3 Posts 2 Posters 3.5k 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.
  • H Offline
    H Offline
    Hedge
    wrote on 19 Jul 2011, 21:36 last edited by
    #1

    I compiled QtDeclarative without dependencies to QtSvg and QtXmlPatterns. (as described here How to compile QtDeclarative without QtXmlPatterns, QtSvg and QtSql) Then I recompiled my application but upon checking its dependencies (on OSX with otool -L) it still has QtSvg and QtXmlPatterns in its list.

    What do I need to do to remove these dependencies completely (QtDeclarative is the only module which needs XmlPatterns and Svg). Maybe install the self-compiled QtDeclarative?

    1 Reply Last reply
    0
    • D Offline
      D Offline
      dangelog
      wrote on 19 Jul 2011, 22:14 last edited by
      #2

      Yes. Recompile Qt without them, or at least modify the .pro in the declarative/ dir so that it doesn't link against svg / xmlpatterns any more.

      Software Engineer
      KDAB (UK) Ltd., a KDAB Group company

      1 Reply Last reply
      0
      • H Offline
        H Offline
        Hedge
        wrote on 19 Jul 2011, 22:16 last edited by
        #3

        I recompiled Qt and had to "install" the new library.
        Recompiling my application afterwards worked (no more xmlPatterns and svg).

        1 Reply Last reply
        0

        1/3

        19 Jul 2011, 21:36

        • Login

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