<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <font face="DejaVu Sans">Hello all,<br>
      <br>
      The latest cmake versions from the git tree seem to trigger an odd
      problem in my build. This is my configuration:<br>
      Ubuntu 12.10<br>
      gcc (Ubuntu/Linaro 4.7.2-2ubuntu1) 4.7.2<br>
      GNU Make 3.81 / Ninja 1.4.0.git<br>
      <br>
      Qt sdk 4.7.4<br>
      <br>
      I have a project which uses Qt. When I generate the buildsystem,
      then multiple buildrules appear for the Qt resource file. The
      rules are for the same resource file (I only use one), but for different
      suffixes:<br>
      qrc_*.cxx<br>
    </font><font face="DejaVu Sans"><font face="DejaVu Sans">qrc_*.cpp</font><br>
      <br>
      During the build the qrc_*.cxx file gets generated, but not the
      qrc_*.cpp. This leads to missing dependencies and failing builds.
      This behaviour appears in the output for the Make generator and
      the Ninja generator. I have not tested other generators.<br>
      <br>
      I have checked out and build the most recent versions to figure
      out when this phenomena is introduced, and have narrowed it down
      to the following commit :<br>
      4b989d5f158e5135bf543438af00b03db0102ade<br>
      <br>
      My questions:<br>
      - I anyone else running into this?<br>
      - Is this new behaviour intended?<br>
      - If so, what must I change to my scripts to get my build working
      again?<br>
      - If not, what can I do to help resolve it?<br>
      <br>
      Please let me know if more information is needed.<br>
      <br>
      With kind regards,<br>
      Micha Hergarden<br>
    </font>
  </body>
</html>