<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    Hi all.<br>
    <br>
    Seems, it is a common question that related not only to the WiX
    module.<br>
    <br>
    For example, I want to create an MSI installer for the MyProject.
    So, for me is need to define a list of all used Runtime Libs..<br>
    <br>
    1) In principle, I would try to receive the list of full paths of
    used Qt of libraries, e.g. through:<br>
    <br>
    ...<br>
    <span style=" color:#c0c0c0;"> </span>Depends<span style="
      color:#c0c0c0;"> </span>{<span style=" color:#c0c0c0;"> </span><span
      style=" color:#800000;">name</span>:<span style=" color:#c0c0c0;">
    </span><span style=" color:#008000;">"Qt"</span>;<span style="
      color:#c0c0c0;"> </span><span style=" color:#800000;">submodules</span>:<span
      style=" color:#c0c0c0;"> </span>[<span style=" color:#c0c0c0;"> </span><span
      style=" color:#008000;">"core"</span>,<span style="
      color:#c0c0c0;"> </span><span style=" color:#008000;">"network"</span>,<span
      style=" color:#c0c0c0;"> </span><span style=" color:#008000;">"gui"</span>,<span
      style=" color:#c0c0c0;"> </span><span style=" color:#008000;">"widgets"</span><span
      style=" color:#c0c0c0;"> </span>]<span style=" color:#c0c0c0;"> </span>}<br>
    ...<br>
    <br>
    but I do not know, how it do? Besides need to filter Debug and
    Release of the version of Qt libraries, depends on used current
    build profile.<br>
    <br>
    2) How to be with additional Qt modules, like:
    /plugins/platforms/qminimal.dll,qwindows.dll? Or with the ICU, GLES,
    EGL, and others? Also with division on the Debug and Release
    versions...<br>
    <br>
    3) How to be with MSVC runtime libraries? I would try to receive the
    list of full paths , e.g. through toolchain module or something
    else? but I do not know, how it do?<br>
    <br>
    Can someone provide a simple code snippets for this?<br>
    <br>
    Best regards,<br>
    Denis<br>
    <br>
     <br>
  </body>
</html>