On 16 September 2017 at 13:21, Lubomir I. Ivanov <[email protected]> wrote: > On 16 September 2017 at 12:41, Stefan Fuchs <[email protected]> wrote: > >> - 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 > > 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? >
sent a PR for that. you can still try the change yourself, Stefan. https://github.com/Subsurface-divelog/subsurface/pull/583 lubomir -- _______________________________________________ subsurface mailing list [email protected] http://lists.subsurface-divelog.org/cgi-bin/mailman/listinfo/subsurface
