qt5base-lts/qmake/generators/win32
Marc Mutz f4d47945ba Use QStringList::join(QChar) overload where applicable [qmake]
This is an automated change performing the following replacements:
                    join\("(.)"\) -> join('\1')
  join\(QLatin1String\("(.)"\)\)  -> join(QLatin1Char('\1'))
  join\(QStringLiteral\("(.)"\)\) -> join(QLatin1Char('\1'))

Change-Id: I9c9964703dedfdab6e7bfac80be22bd5570e2e49
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
2012-09-21 02:44:22 +02:00
..
cesdkhandler.cpp compile without CamelCase headers 2012-09-11 17:23:23 +02:00
cesdkhandler.h compile without CamelCase headers 2012-09-11 17:23:23 +02:00
mingw_make.cpp Use QStringList::join(QChar) overload where applicable [qmake] 2012-09-21 02:44:22 +02:00
mingw_make.h merge QMAKE_LIBDIR into QMAKE_LIBS early 2012-07-27 16:29:38 +02:00
msbuild_objectmodel.cpp qmake: Include own header first 2012-09-17 22:14:18 +02:00
msbuild_objectmodel.h qmake: un-copy-and-pastify vcxproj generator a bit 2012-08-07 18:55:43 +02:00
msvc_nmake.cpp Use QStringList::join(QChar) overload where applicable [qmake] 2012-09-21 02:44:22 +02:00
msvc_nmake.h introduce qmake variable abstractions 2012-09-07 15:39:31 +02:00
msvc_objectmodel.cpp Use QStringList::join(QChar) overload where applicable [qmake] 2012-09-21 02:44:22 +02:00
msvc_objectmodel.h introduce qmake variable abstractions 2012-09-07 15:39:31 +02:00
msvc_vcproj.cpp Use QStringList::join(QChar) overload where applicable [qmake] 2012-09-21 02:44:22 +02:00
msvc_vcproj.h dispose of MSVCPROJ_LIBS 2012-07-24 12:45:02 +02:00
msvc_vcxproj.cpp Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
msvc_vcxproj.h Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
winmakefile.cpp Use QStringList::join(QChar) overload where applicable [qmake] 2012-09-21 02:44:22 +02:00
winmakefile.h introduce qmake variable abstractions 2012-09-07 15:39:31 +02:00