qt6-bb10/qmake
Thiago Macieira fd63acdc83 Don't use the QRegExp methods that modify the object [qmake]
QRegExp matching methods modify the object, which we don't want to. In
particular, when we receive a QRegExp from the user or we store in a
context that might require thread-safety, make sure we make a copy
before using it.

QRegularExpression has no such shortcoming.

Task-number: QTBUG-25064
Change-Id: I6b2d2530238a7e04b44859664a2962f2f466ee30
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
2012-04-23 19:20:19 +02:00
..
generators
CHANGES
Makefile.unix
Makefile.win32
Makefile.win32-g++
cachekeys.h
main.cpp
meta.cpp
meta.h
option.cpp
option.h
project.cpp Don't use the QRegExp methods that modify the object [qmake] 2012-04-23 19:20:19 +02:00
project.h
property.cpp
property.h
qmake.pri
qmake.pro
qmake_pch.h