<html>
  <head>
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">On 03/02/2017 08:25, Joakim Bygdell
      wrote:<br>
    </div>
    <blockquote
cite="mid:CAFXGiNhgcXVqxa=0yuE7xR4_mXHf9zYJi--a0qCmr=cHQd5GBw@mail.gmail.com"
      type="cite">
      <div dir="ltr">Wilhelm,<br>
        <div class="gmail_extra">
          <div class="gmail_quote"><br>
            <div>You can create a workaround for that error if you edit
              this file: </div>
          </div>
          <font color="#333333"><span style="font-size:14px">Qt/5.7/android_armv7/lib/cmake/Qt5Core/Qt5CoreConfigExtras.cmake</span></font></div>
        <div class="gmail_extra"><font color="#333333"><span
              style="font-size:14px"><br>
            </span></font></div>
        <div class="gmail_extra"><font color="#333333"><span
              style="font-size:14px">Comment out line 101</span></font></div>
        <div class="gmail_extra"><font color="#333333"><span
              style="font-size:14px">set_property(TARGET Qt5::Core
              PROPERTY INTERFACE_COMPILE_FEATURES cxx_decltype)</span><br
              clear="all">
          </font>
          <div><br>
          </div>
          -- <br>
          <div class="gmail_signature">
            <div dir="ltr">Jocke</div>
          </div>
        </div>
      </div>
    </blockquote>
    Thanks very much, Jocke. After doing the above, I get:<br>
    <br>
    -- system name Android<br>
    -- Found Qt for Android: /home/willem/src/Qt/5.7/android_armv7<br>
    -- Found Android SDK:
    /home/willem/src/subsurface/../android-sdk-linux<br>
    -- Found Android NDK:
    /home/willem/src/subsurface/../android-ndk-r13b<br>
    -- Found ANT: /usr/bin/ant<br>
    -- Configuring done<br>
    -- Generating done<br>
    -- Build files have been written to:
    /home/willem/src/subsurface-build-arm<br>
    Scanning dependencies of target version<br>
    Built target version<br>
    cp: missing destination file operand after
    '/home/willem/src/subsurface/android android-mobile'<br>
    <br>
    I tried finding the offending cp in build.sh but I was not
    successful because there are no markers in the above log that I can
    use to locate the cp. E.g. there is no string "Scanning for
    dependencies" in the shell script, probably generated by cmake. Any
    ideas?<br>
    Kind regards,<br>
    willem<br>
    <br>
  </body>
</html>