Lisandro Damián Nicanor Pérez Meyer wrote:
> Hi Joey! With both Qt4 and Qt5 in the archive we will need a
> transition for the buildsystem. In order to avoid FTBFSes of
> packages that currently build OK, I've created this small patch.
> + # Select Qt4 by default except if overriden otherwise.
> + if (!$ENV{QT_SELECT}) {
> + push @options, "-qt=qt4";
> + }Is this doing something different than would be done if building with --buildsystem=qmake_qt4 ? If I set this option, how do I ever migrate away from it without rendering every package that uses Qt4 insta-buggy? -- see shy jo
signature.asc
Description: Digital signature

