summaryrefslogtreecommitdiffstats
path: root/qtbase.pro
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@nokia.com>2012-08-15 12:18:49 +0200
committerQt by Nokia <qt-info@nokia.com>2012-08-16 08:26:24 +0200
commitc9406bcffe63f1ce232ce91b00be294e0135282a (patch)
tree74aa70ca0ba7911c37c1d7b423db9bfc7c11c524 /qtbase.pro
parent15b5b28425f52fcbb2b85c94ec485af841adb4b5 (diff)
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>
Diffstat (limited to 'qtbase.pro')
0 files changed, 0 insertions, 0 deletions