qt5base-lts/qmake/generators
Tobias Koenig a01146aac1 Use QFileInfo::exists(f) instead of QFileInfo(f).exists()
QFileInfo::exists(f) is somewhat faster than the version which creates an temporary object.

Change-Id: I5f931a86d9dfad57d99efe04ca115422de43def9
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
2016-01-21 21:21:47 +00:00
..
mac QMake: replace QStringLiteral with QLatin1String 2016-01-21 07:25:48 +00:00
unix Work around MinGW-make's magic prefixing of paths. 2016-01-21 19:23:40 +00:00
win32 Use QFileInfo::exists(f) instead of QFileInfo(f).exists() 2016-01-21 21:21:47 +00:00
makefile.cpp Work around MinGW-make's magic prefixing of paths. 2016-01-21 19:23:40 +00:00
makefile.h Work around MinGW-make's magic prefixing of paths. 2016-01-21 19:23:40 +00:00
makefiledeps.cpp qmake: Combine two variables into an array to simplify a loop. 2015-12-17 13:47:37 +00:00
makefiledeps.h Update copyright headers 2015-02-11 06:49:51 +00:00
metamakefile.cpp Update copyright headers 2015-02-11 06:49:51 +00:00
metamakefile.h Update copyright headers 2015-02-11 06:49:51 +00:00
projectgenerator.cpp QtCore/qmake: drop some unneeded QChar -> QString conversions 2015-10-11 12:29:28 +00:00
projectgenerator.h Update copyright headers 2015-02-11 06:49:51 +00:00
xmloutput.cpp Update copyright headers 2015-02-11 06:49:51 +00:00
xmloutput.h Update copyright headers 2015-02-11 06:49:51 +00:00