[Bug 275893] Third-party Qt5 project build fails with "QBrush file not found"
Date: Sun, 24 Dec 2023 14:39:48 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=275893 --- Comment #3 from Chris Ahlstrom <ahlstromcj@gmail.com> --- I had to "pkg upgrade -f ..." for qt5-gui, qt5-core, and qt5-widgets, in order to get various qt5 headers to be seen. This does not seem to be necessary for qt6. If it were me I would not rest until I tracked that issue down to its source; "pkg install qt5" ought to be all that is needed. I ran the latest FreeBSD qcow2 image and then installed a number of packages needed to get an automake build to work. Never got it work (somehow the m4 macro does not define QT_CXXFLAGS and QT_LIBS). So I switched to using qmake. That build succeeded. But execution yields the error discussed in bug 214340. This seems likely to be an issue with an uninstalled dependency (a long list revealed by ldd) of the libxcb qt5 plugin. So my guess is there are still bugs in the qt5 package. Probably you can triage this one out if there are other related issues already open. Thanks! -- You are receiving this mail because: You are the assignee for the bug.