<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <p>Hi Lubomir,<br>
    </p>
    Am 16.09.2017 um 12:34 schrieb Lubomir I. Ivanov:<br>
    <blockquote type="cite"
cite="mid:CAGDbWi_vCg_NjWrUPsepBYRKvQRhsMfFp_OjYqC1SZ2CjvSCKA@mail.gmail.com">
      <pre wrap="">On 16 September 2017 at 13:21, Lubomir I. Ivanov <a class="moz-txt-link-rfc2396E" href="mailto:neolit123@gmail.com"><neolit123@gmail.com></a> wrote:
</pre>
      <blockquote type="cite"><br>
        <blockquote type="cite">
          <pre wrap="">- And now I still have this error when trying to run the resulting exe
although I installed qtdeclarative5-qtquick2-plugin:
qrc:/MapWidget.qml:334:2: Type MapWidgetContextMenu unavailable
qrc:/MapWidgetContextMenu.qml:2:1: module "QtQuick" version 2.6 is not
installed
</pre>
        </blockquote>
        <pre wrap="">
could you try changing this in MapWidgetContextMenu.qml:
"import QtQuick 2.6"
to this:
"import QtQuick 2.0"

and see if it the above error goes away?</pre>
      </blockquote>
    </blockquote>
    Perfect! <br>
    Error about QtQuick is gone and my exe even starts and runs. As
    expected it now "only" complains about missing googlemaps plugin and
    therefore doesn't show a map.<br>
    <br>
    So now it would be nice to know what exactly is needed to build the
    googlemaps plugin. I'll try to investigate a little bit but I guess
    to not waste too much time I will end up installing Qt 5.9.1.<br>
    <br>
    Best regards<br>
    Stefan<br>
    <br>
    <div class="moz-signature">-- <br>
      <meta http-equiv="CONTENT-TYPE" content="text/html; charset=utf-8">
      <title></title>
      <meta name="GENERATOR" content="OpenOffice.org 3.3 (Win32)">
      <meta name="CREATED" content="0;0">
      <meta name="CHANGEDBY" content="Stefan Fuchs">
      <meta name="CHANGED" content="20120503;23115492">
      <style type="text/css">
        <!--
                P { color: #000000 }
        -->
        </style>
      <p>Stefan Fuchs<br>
        E-Mail: <a href="mailto:sfuchs@gmx.de">sfuchs@gmx.de</a></p>
    </div>
  </body>
</html>