[Development] First Qt 5.8.0 Beta snapshot available
Oswald Buddenhagen
oswald.buddenhagen at qt.io
Mon Sep 26 11:38:22 CEST 2016
On Sat, Sep 24, 2016 at 10:01:36AM +0000, Massimo Callegari via Development wrote:
> 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.
>
yes, the mechanism has changed. QT_CONFIG was never a user-writable
variable, so you can't really complain. why didn't you just make the
CONFIG addition conditional?
More information about the Development
mailing list