How to compile QtDeclarative without QtXmlPatterns, QtSvg and QtSql
-
-
You might have a look if the configure script has options for excluding dependencies to these libraries.
If not, the common way is to wade through the sources and place #ifdef/#endif preprocessor directives around code fragments which cause the dependency. This allows for switching on and off the dependencies using a single #define preprocessor directive.
However, I would not bet that QtDeclarative can be built without those dependencies and I am worried it isn't possible at all. I would definitly wait until this is acknowledged by a troll. Otherwise you will have wasted hours of hours of work.