Qt 6.11 is out! See what's new in the release
blog
[solved] Remove unnecessary dependencies from application
Installation and Deployment
3
Posts
2
Posters
4.0k
Views
1
Watching
-
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?
-
I recompiled Qt and had to "install" the new library.
Recompiling my application afterwards worked (no more xmlPatterns and svg).