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 "
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
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
> 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
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
> 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
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
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
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
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.
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
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
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
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
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
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"
16 matches
Mail list logo