Hi, I am trying to build my application on the 5.8.0 441 snapshot for MacOS/iOS to check QTBUG-51131, but I believe something has changed in how pkg-config is handled by clang+qmake.
The way: macx:QT_CONFIG -= no-pkg-config CONFIG += link_pkgconfig PKGCONFIG += sndfile Has been working on every 5.x release, but not on 5.8.0. The error I've got is: Project WARNING: pkg-config disabled, can't check package existence Project ERROR: sndfile development package not found Doing just PKGCONFIG += sndfile seems to go a bit further but then the sndfile headers cannot be found at build time. Please help ? Massimo ________________________________ Da: Jani Heikkinen <[email protected]> A: "[email protected]" <[email protected]> Inviato: Venerdì 23 Settembre 2016 11:07 Oggetto: [Development] First Qt 5.8.0 Beta snapshot available Hi, We have finally first Qt 5.8.0 beta snapshot available Windows: http://download.qt.io/snapshots/qt/5.8/5.8.0-beta/570/ Mac: http://download.qt.io/snapshots/qt/5.8/5.8.0-beta/439/ src: http://download.qt.io/snapshots/qt/5.8/5.8.0-beta/latest_src/ Linux ones are there as well but those don't work yet :( iOS installer is also missing but coming as well as MSVC2015 32 bit. Please take a tour to see how close to beta we are. Please make sure all beta blockers are visible in https://bugreports.qt.io/issues/?filter=17924 _______________________________________________ Development mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/development
