On 8/23/26 18:16, Andreas Mantke wrote:
Am 18.08.26 um 14:07 schrieb Michael Weghorn:
On 2026-08-11 19:42, Andreas Mantke wrote:
Does an autogen.input containing this work for you?
MOC6=/usr/libexec/qt6/moc
--enable-qt6
(At least `./autogen.sh` passes fine in my test VM with that in place.)
I tried with the entries above in my autogen.input and I could build
LibreOffice. Once I started it I got the information that it is build
using gtk (not qt).
If I write in to the shell before the start of LibreOffice: '
SAL_VCL_QT_USE_WELDED_WIDGETS=1'
nothing changed. The same entry in the about dialog of LibreOffice.
Can you confirm you ran with this:
SAL_USE_VCLPLUGIN=qt6 instdir/program/soffice
Ilmari