Generate a fatal error as appropriate.
authorStephen Kelly <stephen.kelly@kdab.com>
Fri, 13 Jul 2012 17:32:47 +0000 (19:32 +0200)
committerQt by Nokia <qt-info@nokia.com>
Mon, 16 Jul 2012 14:30:55 +0000 (16:30 +0200)
commit1329a5778364f966cf6c42ca4fb3ff9c09f39a2f
tree329f02302186cc259cde5c264314f59ec3602a36
parente6abbe68a2126fe02b1f304ac356570568958099
Generate a fatal error as appropriate.

Otherwise, subdirectories under directories which are added to
a resource file generate garbage in the binary.

The easiest way to see this is

 cd tests/auto/corelib/kernel/qvariant
 mkdir stream/qt4.9/somedir
 make && ./tst_qvariant loadQt4Stream

Change-Id: I32630ecb6d515db1d135f0ffc5cf14fd8caa0a4f
Reviewed-by: hjk <qthjk@ovi.com>
src/tools/rcc/rcc.cpp