stub out MakefileGenerator::processPrlFiles()
authorOswald Buddenhagen <oswald.buddenhagen@nokia.com>
Fri, 20 Jul 2012 10:29:21 +0000 (12:29 +0200)
committerQt by Nokia <qt-info@nokia.com>
Tue, 31 Jul 2012 09:17:30 +0000 (11:17 +0200)
commit02cbc0746db5b4ff0fd420814187d6773052684a
treead460ed5b872bc9de3c5f9c2c3de9d2e7a21f67b
parenta806c6a8b299836e578379c2e297adfb65b3c7fd
stub out MakefileGenerator::processPrlFiles()

the unix and windows variants don't rely on it.
not making it purely virtual only because the project generator inherits
MakefileGenerator as well but does not need an implementation.

Change-Id: I80099b3f5d07cd037b408cf1099c58ff3a2904cd
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
Reviewed-by: Joerg Bornemann <joerg.bornemann@nokia.com>
qmake/generators/makefile.cpp