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

Dirk Hohndel dirk at hohndel.org
Tue Jul 10 17:00:37 CEST 2018


> On Jul 10, 2018, at 7:23 AM, Thiago Macieira <thiago.macieira at intel.com> 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.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 to hear if there's a magic incantation I could tell cmake to make
>> sure that library is bundled.
> 
> There should be no magic, not more than for any other module. The cmake files 
> are autogenerated for all Qt modules, so Qt5PositioningQuick is not different 
> from any other.

Yet we have to manually copy/bundle that library on Mac, we still haven't figured
out how to get it added on Windows or Android...
I'm happy to show you a LOT more details :-)
But what would help you understand what's going on?

/D


More information about the Interest mailing list