PDA

View Full Version : embed_manifest_exe not embedding manifest in exe



Sirmont
3rd February 2009, 19:54
Hi all,

I am trying to get qmake to embed the manifest into my application (template=app). So I add, to my project file (.pro):

CONFIG += embed_manifest_exe

Yet, at linking, no embedding is done. Why is that? Am I the only one with that problem?

P.-S. I already have found a workaround using QMAKE_POST_LINK and then adding the manifest manually using mt.exe, yet this isn't suppose to be required and is rather ugly!

(using Qt 4.5.0-beta1 and compiling for win32-msvc2005)

Thanks in advance!