[Development] About pcre in qt5
song.7.liu at nokia.com
song.7.liu at nokia.com
Wed Jun 6 11:23:47 CEST 2012
Not sure about the PCRE, but now I am trying the regx disabling, if it's impossible or big efforts I will keep this feature in for my minimal-build.
And also, we find that so many feature flags can't be easily disabled for example: QT_NO_DATASTREAM etc., as it seems many codes are not fully controlled on some feature flag.
So is that caused as the Qt5 code refine ??
Thanks,
Song
-----Original Message-----
From: development-bounces+song.7.liu=nokia.com at qt-project.org [mailto:development-bounces+song.7.liu=nokia.com at qt-project.org] On Behalf Of ext Thiago Macieira
Sent: Wednesday, June 06, 2012 5:17 PM
To: development at qt-project.org
Subject: Re: [Development] About pcre in qt5
On quarta-feira, 6 de junho de 2012 08.44.22, song.7.liu at nokia.com wrote:
> Yes, we are creating a super minimal build with basic functionalities...
> But is there some feature depending on the REGEXP in case if it's
> disabled other features don't work then.
There's probably nothing out there depending on QRegularExpression, but that may change at any time. Also note that there's no feature define for QRegularExpression, but only QT_NO_REGEXP which also disables QRegExp and that is used everywhere.
Are you sure disabling PCRE support is the best use of your time, cost/benefit- wise?
--
Thiago Macieira - thiago.macieira (AT) intel.com
Software Architect - Intel Open Source Technology Center
Intel Sweden AB - Registration Number: 556189-6027
Knarrarnäsgatan 15, 164 40 Kista, Stockholm, Sweden
More information about the Development
mailing list