Building Qt Mobility without Messaging?
-
Is it possible to configure the build of Qt Mobility to build every module except Messaging?
It's possible to pass a list of modules like this (on Linux):
./configure -modules "multimedia"So I suppose I could pass the whole list of modules to 'configure', except messaging. However, are there any modules that depend on messaging? In that case, if I understand the configure options correctly, that would cause messaging to be built anyway, so I would have to disable them as well.