Re: [Interest] Qt 5.15 for Linux/X11 : "-qt-xcb" no longer supported?

2020-05-25 Thread Thiago Macieira
On Monday, 25 May 2020 07:17:40 PDT Florian Bruhin wrote: > But again, that's something you need to know about - if you're new to Qt and > just trying to use the binaries on CI If that's Travis, use one of these binaries: https://launchpad.net/~beineri/+ppa-packages -- Thiago Macieira -

Re: [Interest] Qt 5.15 for Linux/X11 : "-qt-xcb" no longer supported?

2020-05-25 Thread Florian Bruhin
On Fri, May 22, 2020 at 06:56:32PM -0700, Thiago Macieira wrote: > On Friday, 22 May 2020 07:54:03 PDT Florian Bruhin wrote: > > I'm talking about running Qt's binary releases, not building from sources. > > Then take the list of "not found" and pass it through your package manager > installer.

Re: [Interest] Qt 5.15 for Linux/X11 : "-qt-xcb" no longer supported?

2020-05-22 Thread Thiago Macieira
On Friday, 22 May 2020 07:54:03 PDT Florian Bruhin wrote: > I'm talking about running Qt's binary releases, not building from sources. Then take the list of "not found" and pass it through your package manager installer. On an RPM-based distro: ldd binary | awk '/not found/ { print $1

Re: [Interest] Qt 5.15 for Linux/X11 : "-qt-xcb" no longer supported?

2020-05-22 Thread Florian Bruhin
On Fri, May 22, 2020 at 04:43:51PM +0200, Shawn Rutledge wrote: > > > > On 2020 May 22, at 16:25, Florian Bruhin wrote: > > > > Hey, > > > > On Wed, May 13, 2020 at 05:48:09PM +, Kai Köhne wrote: > >> And indeed the linux documentation wasn't updated yet :/ > >> > >>

Re: [Interest] Qt 5.15 for Linux/X11 : "-qt-xcb" no longer supported?

2020-05-22 Thread Shawn Rutledge
> On 2020 May 22, at 16:25, Florian Bruhin wrote: > > Hey, > > On Wed, May 13, 2020 at 05:48:09PM +, Kai Köhne wrote: >> And indeed the linux documentation wasn't updated yet :/ >> >> https://codereview.qt-project.org/c/qt/qtdoc/+/300239 > > Is there some good place to start documenting

Re: [Interest] Qt 5.15 for Linux/X11 : "-qt-xcb" no longer supported?

2020-05-22 Thread Florian Bruhin
Hey, On Wed, May 13, 2020 at 05:48:09PM +, Kai Köhne wrote: > And indeed the linux documentation wasn't updated yet :/ > > https://codereview.qt-project.org/c/qt/qtdoc/+/300239 Is there some good place to start documenting what packages are needed for the XCB platform plugin? It took me a

Re: [Interest] Qt 5.15 for Linux/X11 : "-qt-xcb" no longer supported?

2020-05-13 Thread Kai Köhne
And indeed the linux documentation wasn't updated yet :/ https://codereview.qt-project.org/c/qt/qtdoc/+/300239 Kai Von: Interest Im Auftrag von Shawn Rutledge Gesendet: Mittwoch, 13. Mai 2020 17:14 An: interestqt-project.org Betreff: Re: [Interest] Qt 5.15 for Linux/X11 : "-qt-xcb"

Re: [Interest] Qt 5.15 for Linux/X11 : "-qt-xcb" no longer supported?

2020-05-13 Thread Shawn Rutledge
> On 2020 May 13, at 16:57, Viet-Tam Luu via Interest > wrote: > > Hi folks, > > we've long used the -qt-xcb configure option to build Qt XCB support without > supplying the boatload of pesky dependencies, but contrary to what the Qt > 5.15 "Requirements" page >

[Interest] Qt 5.15 for Linux/X11 : "-qt-xcb" no longer supported?

2020-05-13 Thread Viet-Tam Luu via Interest
Hi folks, we've long used the -qt-xcb configure option to build Qt XCB support without supplying the boatload of pesky dependencies, but contrary to what the Qt 5.15 "Requirements" page ( https://doc-snapshots.qt.io/qt5-5.15/linux-requirements.html) says, it no longer appears to be supported, now