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. -- Thiago Macieira - thiago.macieira (AT) intel.com Software Architect - Intel Open Source Technology Center _______________________________________________ Interest mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/interest
