<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 02/07/2016 18:10, Axel Richter
      wrote:<br>
    </div>
    <blockquote cite="mid:5777E775.5080902@yahoo.com" type="cite">
      <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
      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>  <br>
      </div>
    </blockquote>
    Hi Axel,<br>
    <br>
    Thank you. Sorry for a slow response. I was away for a week.<br>
    <br>
    After making these changes I get an error <br>
    cp: cannot stat '/templates/*': no such file or directory<br>
    indicating that there is not a templates folder. This appears to be
    a scripting error.<br>
    <br>
    There is a templates directory in 
    subsurface/mobile-widgets/qml/kirigam. Is this what PPMC refers to?<br>
    In src/subsurface/mobile-widgets/qml/kirigami/icons I have the 12
    icons that are within src/kirigami<br>
    In mobile-widgets/qml/kirigami I have a folder named templates
    containing the 7 qml templates.<br>
    <br>
    Here is probably the problem.<br>
    The sed command refers to qmldir that does not exist.<br>
    <br>
    Although I have used sed I am not familiar with the stream editor
    and cannot decipher the command.<br>
    Kind regards,<br>
    willem<br>
    <br>
    <br>
    <pre>
</pre>
  </body>
</html>