qt5base-lts/mkspecs/features/win32
Joerg Bornemann c9406bcffe qmake: support incremental linking when embedding manifests
When embedding manifests we modified the EXE/DLL after linking using
the manifest tool. This breaks the incremental linking feature of MSVC.

The MS way to embed a manifest without breaking incremental linking is:
   - let the linker create the manifest file,
   - create a resource that contains the manifest file,
   - invoke the linker again to embed the resource.

The embed_manifest_{exe|dll}.prf files have been removed.
All manifest logic is now in qmake's nmake makefile generator.

With QMAKE_MANIFEST one can specify a custom manifest file that gets
embedded without disturbing incremental linking.

Task-number: QTBUG-22718
Change-Id: Idb9d2644a0577b2002cbdd2d62b695b9171b1bd5
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
2012-08-16 08:26:24 +02:00
..
console.prf Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
default_pre.prf win32/default_pre.prf: Remove exceptions_off, thread_off, stl_off. 2012-05-21 16:02:06 +02:00
ltcg.prf Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
msvc_mp.prf Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
opengl.prf Windows: Add ANGLE support. 2012-05-31 09:13:01 +02:00
openvg.prf Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qaxcontainer.prf Changed path references to ActiveQt. 2011-04-27 12:05:56 +02:00
qaxserver.prf correctly find idc even for makefiles 2012-06-19 16:46:07 +02:00
qt_dll.prf Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
rtti_off.prf Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
rtti.prf Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
stl_off.prf Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
stl.prf Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
thread_off.prf Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
thread.prf Remove the QT_THREAD_SUPPORT defines 2011-12-06 18:37:54 +01:00
windows.prf Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00