qt6-bb10/src/tools
Bradley T. Hughes 6d89ef35ad Remove unnecessary sources from the bootstrap library
The ISCII and TSCII codecs are not compiled in due to QT_NO_CODECS,
likewise for all of the system locale implementations due to
QT_NO_SYSTEMLOCALE.

Since these sources do not result in any symbols, there's no reason
to compile them.

Change-Id: I3b65c156f594366850df9f44406ba7638ad735ba
Reviewed-by: Thiago Macieira (Intel) <thiago.macieira@intel.com>
2011-10-25 22:17:07 +02:00
..
bootstrap Remove unnecessary sources from the bootstrap library 2011-10-25 22:17:07 +02:00
moc Replace 'i < len-1 && func(i+1)' by 'i+1 < len && func(i+1)' 2011-09-12 16:03:47 +02:00
rcc Moved common module profiles to be feature profiles. 2011-06-05 14:47:14 +02:00
uic Make some qtestlib headers private. 2011-10-23 10:24:50 +02:00
tools.pro QtBase: Move idc to Active Qt. 2011-10-10 16:54:52 +02:00