On 24 January 2014 14:34, Phil Hannent <p...@hannent.co.uk> wrote: > I have a version 1.0 that I can bundle next to the application and to > use that. It would certainly be helpful to have the ability to toggle > where QLibrary searches in a bid to remove potential security and > usability issues, however that's clearly a philosophical point of > view.
You mean something like the following methods in QCoreApplication? :-) static void setLibraryPaths(const QStringList &); static QStringList libraryPaths(); static void addLibraryPath(const QString &); static void removeLibraryPath(const QString &); Cheers Rich. _______________________________________________ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest