[Development] About pcre in qt5
Giuseppe D'Angelo
dangelog at gmail.com
Wed Jun 6 10:34:03 CEST 2012
Hi,
On 6 June 2012 02:42, <song.7.liu at nokia.com> wrote:
> We are doing a customized build on qt5, but can I disable the pcre in qt5 ?
it does not exactly work out of the box, but with little effort you
should be able to define QT_NO_REGEXP (to avoid compiling
QRegularExpression) and remove the PCRE inclusion from tools.pri...
May I ask which kind of customized build are you doing and why you'd
like to strip PCRE? Size? Or do you have a platform on which PCRE does
not work?
Cheers,
--
Giuseppe D'Angelo
More information about the Development
mailing list