<html>
  <head>
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">Am 01.07.2016 um 11:27 schrieb Willem
      Ferguson:<br>
    </div>
    <blockquote
cite="mid:CANyyeo1S2gSgMQhgdVNSDGfg+zst3-d2J1f8A3WmwBZuOi0+tQ@mail.gmail.com"
      type="cite">
      <div dir="ltr">
        <div class="">On 30/06/2016 21:53, Anton Lundin wrote:<br>
        </div>
        <blockquote cite="mid:20160630195312.GE8880@hirohito.acc.umu.se"
          type="cite"><br>
          <pre>You're not on latest master.

You're missing 2c60e87b09f8bbef8031622cf3537b954809a829


//Anton


</pre>
        </blockquote>
        Thanks, that was very useful. The build process gets much
        further along than previously.<br>
        <br>
        However, there is still an error with the latest master. Looks
        for Kirigami/qmldir. I am not sure if this is due to me not
        setting up the software correctly (very likely) or whether there
        is another reason. <br>
        <br>
        Any suggestions?<br>
        Kind regards,<br>
        willem</div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
subsurface mailing list
<a class="moz-txt-link-abbreviated" href="mailto:subsurface@subsurface-divelog.org">subsurface@subsurface-divelog.org</a>
<a class="moz-txt-link-freetext" href="http://lists.subsurface-divelog.org/cgi-bin/mailman/listinfo/subsurface">http://lists.subsurface-divelog.org/cgi-bin/mailman/listinfo/subsurface</a>
</pre>
    </blockquote>
    Hi Willem,<br>
    <br>
    that did it for me:<br>
    <br>
    <pre>diff --git a/mobile-widgets/qml/mobile-resources.qrc b/mobile-widgets/qml/mobile-resources.qrc</pre>
    <pre>index 6983533..1c56e94 100644</pre>
    <pre>--- a/mobile-widgets/qml/mobile-resources.qrc</pre>
    <pre>+++ b/mobile-widgets/qml/mobile-resources.qrc</pre>
    <pre>@@ -24,7 +24,6 @@</pre>
    <pre>         <file alias="nocloud.svg">icons/nocloud.svg</file></pre>
    <pre>     </qresource></pre>
    <pre>     <qresource prefix="/imports"></pre>
    <pre>-        <file alias="org/kde/kirigami/qmldir">kirigami/qmldir</file></pre>
    <pre>         <file alias="org/kde/kirigami/Action.qml">kirigami/Action.qml</file></pre>
    <pre>         <file alias="org/kde/kirigami/ApplicationWindow.qml">kirigami/ApplicationWindow.qml</file></pre>
    <pre>         <file alias="org/kde/kirigami/BasicListItem.qml">kirigami/BasicListItem.qml</file></pre>
    <pre>diff --git a/scripts/mobilecomponents.sh b/scripts/mobilecomponents.sh</pre>
    <pre>index ec1e97f..27c8e7f 100755</pre>
    <pre>--- a/scripts/mobilecomponents.sh</pre>
    <pre>+++ b/scripts/mobilecomponents.sh</pre>
    <pre>@@ -44,13 +44,14 @@ fi</pre>
    <pre> </pre>
    <pre> # now copy the components and a couple of icons into plae</pre>
    <pre> MC=$SRC/subsurface/mobile-widgets/qml/kirigami</pre>
    <pre>-PMMC=kirigami/src/qml</pre>
    <pre>+# PMMC=kirigami/src/qml</pre>
    <pre>+PMMC=kirigami/src/controls</pre>
    <pre> BREEZE=breeze-icons</pre>
    <pre> </pre>
    <pre> rm -rf $MC</pre>
    <pre> mkdir -p $MC/icons</pre>
    <pre> cp -R $PMMC/* $MC/</pre>
    <pre>-cp $PMMC/../fallbacktheme/*qml $MC/</pre>
    <pre>+cp -R $PMMC/templates/* $MC/</pre>
    <pre> </pre>
    <pre> # fix plugin requirement</pre>
    <pre> sed -i -e 's/^plugin kirigamiplugin/# plugin kirigamiplugin/' $MC/qmldir</pre>
    <br>
    Axel.<br>
    <br>
    <div class="moz-signature">-- <br>
      <hr>
      <img src="cid:part1.01050203.01020604@yahoo.com" height="75"
        width="75">
      <br>
      Axel Richter</div>
  </body>
</html>