On 22 May 2018, at 13:42, Ryan Schmidt <[email protected]> wrote: > > > On May 22, 2018, at 04:40, Vincent wrote: >> +variant qt59 description "Build with qt59" { >> + depends_lib-delete port:qt5-qtwebkit \ >> + port:qt5-qtscript \ >> + port:qt5-sqlite-plugin \ >> + port:qt5-qtscxml \ >> + port:qt5-qtxmlpatterns >> + >> + depends_lib-append port:qt59-qtwebkit \ >> + port:qt59-qtscript \ >> + port:qt59-sqlite-plugin \ >> + port:qt59-qtscxml \ >> + port:qt59-qtxmlpatterns >> +} > > I don't think this variant can work. I note the dependencies on qwt-qt5 and > qjson-qt5 and other ports above, which each depend on qt5-* ports, and the > qt5-* and qt59-* ports conflict.
Yeah, apparently there’s only one version of QT installable at a time. It was part of an experiment, and I forgot to remove it. I’ll do it straight away. Thanks.
