<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <br>
    Hi,<br>
    <br>
    I was playing with kimmoli's paint from:<br>
    <a class="moz-txt-link-freetext" href="https://github.com/kimmoli/paint">https://github.com/kimmoli/paint</a><br>
    <br>
    And I noticed that if .pro file name is different than TARGET,
    deploy by copying binaries does not.<br>
    <br>
    So I have paint.pro and TARGET=harbour-paint<br>
    When I try to run it on devices, SDK tries to launch binary from
    /opt/sdk/paint/usr/bin that does not exist in device but
    /opt/sdk/harbour-paint/usr/bin do.<br>
    <br>
    <meta name="qrichtext" content="1">
    <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
      margin-right:0px; -qt-block-indent:0; text-indent:0px;"><!--StartFragment--><span
        style=" font-family:'Monospace'; font-size:9pt; color:#af0505;">bash:
        /opt/sdk/paint/usr/bin/harbour-paint: No such file or directory</span></p>
    <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
      margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span
        style=" font-family:'Monospace'; font-size:9pt; font-weight:600;
        color:#af0505;">Application finished with exit code 127.</span><!--EndFragment--></p>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
    <style type="text/css">
p, li { white-space: pre-wrap; }
</style><br>
    -Tommi<br>
     <br>
  </body>
</html>