Re: [Interest] QtCreator on kubuntu says: "No qmlscene installed"

2018-07-10 Thread Nikos Chantziaras
On 10/07/18 06:08, Alan Ezust wrote: I just installed Qt Creator 4.5.2 from kubuntu apt sources. It installed qmlscene + qt development files at the same time. I can see clearly there is a qmlscene executable right next to qmake in the same directory: /usr/lib/qt5/bin How do I get rid of the "

Re: [Interest] how do I tell cmake that I need libQt5PositioningQuick.so

2018-07-10 Thread Thiago Macieira
On Tuesday, 10 July 2018 08:28:29 PDT Dirk Hohndel wrote: > > My wild guess: a new plugin that gets deployed by macdeployqt, which links > > to this library, but isn't added by macdeployqt. > > What happens is that when Subsurface (or Subsurface-mobile) starts, loading > the Map fails (that's QML

Re: [Interest] routing directions from mapboxgl

2018-07-10 Thread Marek.Floriańczyk
Dnia wtorek, 10 lipca 2018 13:43:08 CEST Marian Beermann pisze: > I don't see the QML docs mention a "locales" or "language" parameter. > Perhaps you need to use MapParameters to accomplish this? ok, I have added language option to query in qgeoroutingmanagerenginemapbox.cpp Best, Marek > > On

Re: [Interest] how do I tell cmake that I need libQt5PositioningQuick.so

2018-07-10 Thread Dirk Hohndel
> On Jul 10, 2018, at 8:19 AM, Thiago Macieira > wrote: > > On Tuesday, 10 July 2018 08:00:37 PDT Dirk Hohndel wrote: >>> On Jul 10, 2018, at 7:23 AM, Thiago Macieira >>> wrote:> >>> On Monday, 9 July 2018 23:42:06 PDT Dirk Hohndel wrote: When upgrading to Qt 5.11 we ran into an odd pro

Re: [Interest] how do I tell cmake that I need libQt5PositioningQuick.so

2018-07-10 Thread Thiago Macieira
On Tuesday, 10 July 2018 08:00:37 PDT Dirk Hohndel wrote: > > On Jul 10, 2018, at 7:23 AM, Thiago Macieira > > wrote:> > > On Monday, 9 July 2018 23:42:06 PDT Dirk Hohndel wrote: > >> When upgrading to Qt 5.11 we ran into an odd problem when packaging our > >> app... we seem to be missing a depen

Re: [Interest] how do I tell cmake that I need libQt5PositioningQuick.so

2018-07-10 Thread Dirk Hohndel
> On Jul 10, 2018, at 7:23 AM, Thiago Macieira > wrote: > > On Monday, 9 July 2018 23:42:06 PDT Dirk Hohndel wrote: >> When upgrading to Qt 5.11 we ran into an odd problem when packaging our >> app... we seem to be missing a dependency for libQt5PositioningQuick.so (or >> QtPositioningQuick.fr

Re: [Interest] Build Qt project with CMake in Qt Creator

2018-07-10 Thread Thiago Macieira
On Tuesday, 10 July 2018 07:30:17 PDT Álvaro Cebrián Juan wrote: > I would like to know if it is possible to configure Qt Creator so that when > i hit Run (Ctrl+R), it builds my project using CMake instead of qmake. Sure. Close the project in Qt Creator, delete your .pro.user file, then open the

Re: [Interest] how do I tell cmake that I need libQt5PositioningQuick.so

2018-07-10 Thread Kevin Funk via Interest
On Tuesday, 10 July 2018 16:23:53 CEST Thiago Macieira wrote: > On Monday, 9 July 2018 23:42:06 PDT Dirk Hohndel wrote: > > When upgrading to Qt 5.11 we ran into an odd problem when packaging our > > app... we seem to be missing a dependency for libQt5PositioningQuick.so > > (or > > QtPositioningQu

[Interest] Build Qt project with CMake in Qt Creator

2018-07-10 Thread Álvaro Cebrián Juan
I would like to know if it is possible to configure Qt Creator so that when i hit Run (Ctrl+R), it builds my project using CMake instead of qmake. Thank you. Álvaro ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/li

Re: [Interest] Issues building Qt 5.11.1 from source

2018-07-10 Thread Thiago Macieira
On Tuesday, 10 July 2018 06:11:55 PDT Olivier B. wrote: > I am currently trying 5.11.1 from sources. My previous mails seems to not > have been sent, i had forgotten i had unsubscribed. Here are the issues i > encountered so far: > > - the source archive does not contain .gitmodules at the root.

Re: [Interest] how do I tell cmake that I need libQt5PositioningQuick.so

2018-07-10 Thread Thiago Macieira
On Monday, 9 July 2018 23:42:06 PDT Dirk Hohndel wrote: > When upgrading to Qt 5.11 we ran into an odd problem when packaging our > app... we seem to be missing a dependency for libQt5PositioningQuick.so (or > QtPositioningQuick.framework on Mac). What's odd is that this worked > perfectly fine wit

[Interest] Issues building Qt 5.11.1 from source

2018-07-10 Thread Olivier B.
I am currently trying 5.11.1 from sources. My previous mails seems to not have been sent, i had forgotten i had unsubscribed. Here are the issues i encountered so far: - the source archive does not contain .gitmodules at the root. Without it, the root configure.bat does not know of the modules, d

Re: [Interest] routing directions from mapboxgl

2018-07-10 Thread Marek.Floriańczyk
Dnia wtorek, 10 lipca 2018 13:43:08 CEST Marian Beermann pisze: > I don't see the QML docs mention a "locales" or "language" parameter. > Perhaps you need to use MapParameters to accomplish this? If I simply copy query to web browser: https://api.mapbox.com/directions/v5/mapbox/driving/21.161,52.1

Re: [Interest] routing directions from mapboxgl

2018-07-10 Thread Marek.Floriańczyk
Dnia wtorek, 10 lipca 2018 13:43:08 CEST Marian Beermann pisze: > I don't see the QML docs mention a "locales" or "language" parameter. > Perhaps you need to use MapParameters to accomplish this? Hi QML Plugin has "locales" property http://doc.qt.io/qt-5/qml-qtlocation-plugin.html But it seems it

Re: [Interest] routing directions from mapboxgl

2018-07-10 Thread Marian Beermann
I don't see the QML docs mention a "locales" or "language" parameter. Perhaps you need to use MapParameters to accomplish this? On 10.07.2018 12:54, Marek.Floriańczyk wrote: > Hi all, > >   > > I can't make mapbox plugin to return route directions in any language > except English, eg. I'm trying

[Interest] routing directions from mapboxgl

2018-07-10 Thread Marek.Floriańczyk
Hi all, I can't make mapbox plugin to return route directions in any language except English, eg. I'm trying Deutsch, I can set locales property of the plugin or add PluginParameters. plugin: Plugin { name: "mapbox" locales:"de_DE" PluginParameter { name: "language"