kdelibs frameworks buildsystem under Windows

Ralf Habacker ralf.habacker at gmail.com
Sun Feb 17 19:20:35 UTC 2013


Am 17.02.2013 15:37, schrieb Alexander Neundorf:
> On Sunday 17 February 2013, Ralf Habacker wrote:
>> Am 16.02.2013 20:58, schrieb Alexander Neundorf:
> ...
>>>>> * What is this manifest stuff for ?
>>>>> When is this needed ?
>>>> Which "manifest stuff"?
>>> This, and there's probably some macro going along with it:
>>>      option(KDE4_ENABLE_UAC_MANIFEST "add manifest to make vista uac
>>>      happy" OFF) if (KDE4_ENABLE_UAC_MANIFEST)
>>>      
>>>         find_program(KDE4_MT_EXECUTABLE mt
>>>         
>>>            PATHS ${KDEWIN_INCLUDE_DIR}/../bin
>>>            NO_DEFAULT_PATH
>>>         
>>>         )
>>>         if (KDE4_MT_EXECUTABLE)
>>>         
>>>            message(STATUS "Found KDE manifest tool at
>>>            ${KDE4_MT_EXECUTABLE} ")
>>>         
>>>         else (KDE4_MT_EXECUTABLE)
>>>         
>>>            message(STATUS "KDE manifest tool not found, manifest
>>>            generating for
>>>
>>> Windows Vista disabled")
>>>
>>>            set (KDE4_ENABLE_UAC_MANIFEST OFF)
>>>         
>>>         endif (KDE4_MT_EXECUTABLE)
>>>      
>>>      endif (KDE4_ENABLE_UAC_MANIFEST)
>> Because uac is still present on windows 7 i guess it is still relevant
> I don't know much about Windows...
> What is a manifest ?
http://msdn.microsoft.com/en-us/library/windows/desktop/bb756929.aspx

Ralf

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-frameworks-devel/attachments/20130217/13c00a75/attachment.html>


More information about the Kde-frameworks-devel mailing list