Files
qt-creator/share
Alessandro Portale a6213ba901 Double escaping backslashes for regular expression
The first parameter of qmake's replace function is a regular
expression. So it needs to be escaped once for the qmake parser,
and then for the regular expression.
2011-03-30 19:23:27 +02:00
..