<html>
  <head>
    <style type="text/css">
      <!--
        p { white-space: pre-wrap }
        li { white-space: pre-wrap }
      -->
    </style>
    
  </head>
  <body style="line-height: normal; margin-right: 4px; font-size: 10pt; font-weight: 400; margin-left: 4px; font-family: Monospace; font-style: normal; margin-bottom: 1px; margin-top: 4px; font-variant: normal" content="text/html; charset=ISO-8859-1" http-equiv="Content-Type">
    <p style="margin-bottom: 0; margin-top: 0">
      <font size="2" face="Dialog">Ah, the missing piece of the puzzle. It is building now. </font>    </p>
<br>      
    <p style="margin-bottom: 0; margin-top: 0">
      <font size="2" face="Dialog">Thank you.</font><br><br>>>> On 12/01/2011 at 14:57, in message <201112011357.24682.Den.Jean@telenet.be>, Den Jean <Den.Jean@telenet.be> wrote:<br>    </p>
    <table border="0" style="margin-top: 0; margin-right: 0; margin-left: 15px; font-size: 1em; margin-bottom: 0" bgcolor="#f3f3f3">
      <tr>
        <td>
          <div style="padding-left: 7px; border-left: solid 1px #050505">
            <p style="text-indent: 0px; margin-top: 0; margin-right: 0px; margin-left: 0px; margin-bottom: 0">
              On Thursday 01 December 2011 11:17:17 Johan Kotze wrote:            </p>
            <p style="text-indent: 0px; margin-top: 0; margin-right: 0px; margin-left: 0px; margin-bottom: 0">
              > I have downloaded the source and ran qmake - query in the /src directory.            </p>
            <p style="text-indent: 0px; margin-top: 0; margin-right: 0px; margin-left: 0px; margin-bottom: 0">
              > That produced the following:            </p>
            <p style="text-indent: 0px; margin-top: 0; margin-right: 0px; margin-left: 0px; margin-bottom: 0">
              <br>
                          </p>
            <p style="text-indent: 0px; margin-top: 0; margin-right: 0px; margin-left: 0px; margin-bottom: 0">
              When you unpack qt4pas-V2.4_Qt4.5.3.tar.gz you get            </p>
            <p style="text-indent: 0px; margin-top: 0; margin-right: 0px; margin-left: 0px; margin-bottom: 0">
              a directory qt4pas-V2.4_Qt4.5.3. The instructions say            </p>
            <p style="text-indent: 0px; margin-top: 0; margin-right: 0px; margin-left: 0px; margin-bottom: 0">
              <br>
                          </p>
            <p style="text-indent: 0px; margin-top: 0; margin-right: 0px; margin-left: 0px; margin-bottom: 0">
              * Download and unpack the sources            </p>
            <p style="text-indent: 0px; margin-top: 0; margin-right: 0px; margin-left: 0px; margin-bottom: 0">
              * cd into the soures directory            </p>
            <p style="text-indent: 0px; margin-top: 0; margin-right: 0px; margin-left: 0px; margin-bottom: 0">
              * run qmake -query to inspect your Qt installation            </p>
            <p style="text-indent: 0px; margin-top: 0; margin-right: 0px; margin-left: 0px; margin-bottom: 0">
              * qmake (creates Makefile)            </p>
            <p style="text-indent: 0px; margin-top: 0; margin-right: 0px; margin-left: 0px; margin-bottom: 0">
              <br>
                          </p>
            <p style="text-indent: 0px; margin-top: 0; margin-right: 0px; margin-left: 0px; margin-bottom: 0">
              The sources dir is qt4pas-V2.4_Qt4.5.3 and not qt4pas-V2.4_Qt4.5.3/src            </p>
            <p style="text-indent: 0px; margin-top: 0; margin-right: 0px; margin-left: 0px; margin-bottom: 0">
              <br>
                          </p>
            <p style="text-indent: 0px; margin-top: 0; margin-right: 0px; margin-left: 0px; margin-bottom: 0">
              The qmake program of Qt4 looks for a file *.pro (Project file).            </p>
            <p style="text-indent: 0px; margin-top: 0; margin-right: 0px; margin-left: 0px; margin-bottom: 0">
              Here is the contents of qt4pas-V2.4_Qt4.5.3            </p>
            <p style="text-indent: 0px; margin-top: 0; margin-right: 0px; margin-left: 0px; margin-bottom: 0">
              <br>
                          </p>
            <p style="text-indent: 0px; margin-top: 0; margin-right: 0px; margin-left: 0px; margin-bottom: 0">
              $ls            </p>
            <p style="text-indent: 0px; margin-top: 0; margin-right: 0px; margin-left: 0px; margin-bottom: 0">
              COPYING.TXT Makefile qt4.pas Qt4Pas.pro README.TXT src/ tmp/            </p>
            <p style="text-indent: 0px; margin-top: 0; margin-right: 0px; margin-left: 0px; margin-bottom: 0">
              <br>
                          </p>
            <p style="text-indent: 0px; margin-top: 0; margin-right: 0px; margin-left: 0px; margin-bottom: 0">
              Just run qmake there (and then make ...)            </p>
            <p style="text-indent: 0px; margin-top: 0; margin-right: 0px; margin-left: 0px; margin-bottom: 0">
              <br>
                          </p>
            <p style="text-indent: 0px; margin-top: 0; margin-right: 0px; margin-left: 0px; margin-bottom: 0">
              The instruction were not meant to be terse, it is funny how            </p>
            <p style="text-indent: 0px; margin-top: 0; margin-right: 0px; margin-left: 0px; margin-bottom: 0">
              things can be unexpectedly misleading (sources dir vs. src/).            </p>
            <p style="text-indent: 0px; margin-top: 0; margin-right: 0px; margin-left: 0px; margin-bottom: 0">
              <br>
                          </p>
            <p style="text-indent: 0px; margin-top: 0; margin-right: 0px; margin-left: 0px; margin-bottom: 0">
              regards,            </p>
            <p style="text-indent: 0px; margin-top: 0; margin-right: 0px; margin-left: 0px; margin-bottom: 0">
              <br>
                          </p>
            <p style="text-indent: 0px; margin-top: 0; margin-right: 0px; margin-left: 0px; margin-bottom: 0">
              Den Jean            </p>
            <p style="text-indent: 0px; margin-top: 0; margin-right: 0px; margin-left: 0px; margin-bottom: 0">
              <br>
                          </p>
            <p style="text-indent: 0px; margin-top: 0; margin-right: 0px; margin-left: 0px; margin-bottom: 0">
              <br>
                          </p>
            <p style="text-indent: 0px; margin-top: 0; margin-right: 0px; margin-left: 0px; margin-bottom: 0">
              <br>
                          </p>
            <p style="text-indent: 0px; margin-top: 0; margin-right: 0px; margin-left: 0px; margin-bottom: 0">
              <br>
            </p>
          </div>
        </td>
      </tr>
    </table>
  </body>
</html>