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] 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

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

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 >>

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 > >

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

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

2018-07-10 Thread Dirk Hohndel
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 with Qt 5.10 - so nothing from our side has changed. I'd love