qt5base-lts/src/tools
Oswald Buddenhagen 1d537071de rcc: prune dead wildcard matching code
clearly, rcc was meant to support wildcard patterns in <file> entries.
however, since its inception, this code was broken: the exists() check
was done first, so the decomposition into path and wildcard would never
happen.
as actually supporting wildcards woulds just complicate matters, simply
remove that dead code.

on the way, re-arrange the code in a way that is advantageous for
subsequent changes, and insert a case that catches non-regular file
nodes (this would have previously run into the wildcard code).

Change-Id: Iac1a168b844ef5b176f6cc45d6a779fde0bec6f7
Reviewed-by: hjk <hjk@qt.io>
2018-03-29 18:16:50 +00:00
..
bootstrap Create corelib/serialization and move existing file formats into it 2018-01-26 20:59:50 +00:00
bootstrap-dbus qmake/tools: port the last remaining Q_FOREACH loops and add QT_NO_FOREACH 2016-05-11 16:55:32 +00:00
moc moc: Don't error our when parsing "using namespace __identifier(...)" 2018-03-05 06:54:06 +00:00
qdbuscpp2xml Win: Set a proper description for the Qt tools 2017-07-31 10:44:40 +00:00
qdbusxml2cpp Win: Set a proper description for the Qt tools 2017-07-31 10:44:40 +00:00
qfloat16-tables New qfloat16 class 2017-01-31 14:21:42 +00:00
qlalr qlalr: fix description 2018-01-05 10:32:20 +00:00
qvkgen Win: Set a proper description for the Qt tools 2017-07-31 10:44:40 +00:00
rcc rcc: prune dead wildcard matching code 2018-03-29 18:16:50 +00:00
tracegen Support for LTTNG and ETW tracing 2018-01-28 19:17:02 +00:00
uic uic: Add the include for QIcon conditionally 2018-03-06 06:49:00 +00:00