On Tuesday 05 May 2015 12:17:41 Harri Pasanen wrote: > I'm attempting to use libQt5Core with self compiled qt5.5 snapshot, > which is a couple of weeks old. The link fails, complaining about > missing libpcre16. > I believe that is not standard on iOS, at least it does not come up when > looking for "Other Libs" pcre in XCode. There does seem to be some > version of libpcre for OSX.
libpcre is bundled with Qt. Can you check your config.summary for what it decided to do for PCRE? > Trying with Qt5.4, I have another error, where > QString::trimmed_helper(QString const &) is missing. There's no QString::trimmed_helper in Qt 5.4. It's introduced in 5.5. -- Thiago Macieira - thiago.macieira (AT) intel.com Software Architect - Intel Open Source Technology Center _______________________________________________ Development mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/development
