qt5base-lts/qmake/generators/win32
Joerg Bornemann 68866b1a7b Fix QMAKE_EXTRA_COMPILER names in VS projects
Use the whole value of 'name', not just the first element, and also
replace variables like ${QMAKE_FILE_IN}.

This fixes the file_copies feature (COPIES) for Visual Studio
projects, because for every entry in COPIES an extra compiler is
created with a name 'COPY ${QMAKE_FILE_IN}'. Before this patch the
name and the generated file filter would be just 'COPY'. However,
duplicate filters are being skipped by the VS project generator. All
but the first COPIES entry was ignored.

Fixes: QTBUG-76010
Change-Id: Icaa5d2cb8d88ae3ef8ce86220198bca1b9e673f5
Reviewed-by: Oliver Wolff <oliver.wolff@qt.io>
2019-05-31 10:48:35 +02:00
..
mingw_make.cpp qmake: make sure QMAKE_LIBS{,_PRIVATE} comes after LIBS{,_PRIVATE} 2018-10-12 18:06:33 +00:00
mingw_make.h qmake: Apply modernize-use-override 2018-08-08 17:30:23 +00:00
msbuild_objectmodel.cpp Teach qmake MSVC's compiler options /std:c++[14|17|latest] 2019-04-23 09:09:41 +00:00
msbuild_objectmodel.h qmake: Apply modernize-use-override 2018-08-08 17:30:23 +00:00
msvc_nmake.cpp Fix installation of .pdb files for applications that have VERSION set 2019-03-31 12:45:24 +00:00
msvc_nmake.h Make the Makefile a dependency of default targets for nmake 2019-02-04 08:10:25 +00:00
msvc_objectmodel.cpp Teach qmake MSVC's compiler options /std:c++[14|17|latest] 2019-04-23 09:09:41 +00:00
msvc_objectmodel.h Teach qmake MSVC's compiler options /std:c++[14|17|latest] 2019-04-23 09:09:41 +00:00
msvc_vcproj.cpp Fix QMAKE_EXTRA_COMPILER names in VS projects 2019-05-31 10:48:35 +02:00
msvc_vcproj.h Fix QMAKE_EXTRA_COMPILER names in VS projects 2019-05-31 10:48:35 +02:00
msvc_vcxproj.cpp Updated license headers 2016-01-21 18:55:18 +00:00
msvc_vcxproj.h qmake: Apply modernize-use-override 2018-08-08 17:30:23 +00:00
winmakefile.cpp Fix library search path order on Windows 2019-03-03 16:55:55 +00:00
winmakefile.h qmake: Apply modernize-use-override 2018-08-08 17:30:23 +00:00