c9406bcffe
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> |
||
---|---|---|
.. | ||
mac | ||
qpa | ||
unix | ||
win32 | ||
build_pass.prf | ||
c++11.prf | ||
configure.prf | ||
create_cmake.prf | ||
ctest_testcase.prf | ||
dbusadaptors.prf | ||
dbuscommon.pri | ||
dbusinterfaces.prf | ||
debug_and_release.prf | ||
debug.prf | ||
declarative_debug.prf | ||
default_post.prf | ||
default_pre.prf | ||
designer_defines.prf | ||
device_config.prf | ||
dll.prf | ||
egl.prf | ||
exceptions_off.prf | ||
exceptions.prf | ||
exclusive_builds.prf | ||
include_source_dir.prf | ||
incredibuild_xge.prf | ||
lex.prf | ||
link_pkgconfig.prf | ||
moc.prf | ||
module.prf | ||
no_debug_info.prf | ||
opengles1.prf | ||
qml_debug.prf | ||
qml_module.prf | ||
qml_plugin.prf | ||
qmltestcase.prf | ||
qt_build_config.prf | ||
qt_config.prf | ||
qt_functions.prf | ||
qt_installs.prf | ||
qt_module_config.prf | ||
qt_module_fwdpri.prf | ||
qt_module_headers.prf | ||
qt_module.prf | ||
qt_parts.prf | ||
qt_plugin.prf | ||
qt_targets.prf | ||
qt_tool.prf | ||
qt.prf | ||
quick1_debug.prf | ||
release.prf | ||
resolve_target.prf | ||
resources.prf | ||
shared.prf | ||
silent.prf | ||
simd.prf | ||
spec_post.prf | ||
spec_pre.prf | ||
static_and_shared.prf | ||
static.prf | ||
staticlib.prf | ||
testcase.prf | ||
testcocoon.prf | ||
testlib_defines.prf | ||
uic.prf | ||
use_c_linker.prf | ||
vxworks.prf | ||
warn_off.prf | ||
warn_on.prf | ||
wayland-scanner.prf | ||
yacc.prf |