<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">Am 17.02.2013 15:37, schrieb Alexander
      Neundorf:<br>
    </div>
    <blockquote cite="mid:201302171537.55447.neundorf@kde.org"
      type="cite">
      <pre wrap="">On Sunday 17 February 2013, Ralf Habacker wrote:
</pre>
      <blockquote type="cite">
        <pre wrap="">Am 16.02.2013 20:58, schrieb Alexander Neundorf:
</pre>
      </blockquote>
      <pre wrap="">...
</pre>
      <blockquote type="cite">
        <blockquote type="cite">
          <blockquote type="cite">
            <blockquote type="cite">
              <pre wrap="">* What is this manifest stuff for ?
When is this needed ?
</pre>
            </blockquote>
            <pre wrap="">
Which "manifest stuff"?
</pre>
          </blockquote>
          <pre wrap="">
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)
</pre>
        </blockquote>
        <pre wrap="">
Because uac is still present on windows 7 i guess it is still relevant
</pre>
      </blockquote>
      <pre wrap="">
I don't know much about Windows...<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
What is a manifest ?</pre>
    </blockquote>
    <meta http-equiv="content-type" content="text/html;
      charset=ISO-8859-1">
    <a
href="http://msdn.microsoft.com/en-us/library/windows/desktop/bb756929.aspx">http://msdn.microsoft.com/en-us/library/windows/desktop/bb756929.aspx</a><br>
    <br>
    Ralf <br>
    <br>
  </body>
</html>