[Slackbuilds-users] Qt6 and QTWEBENGINE_RESOURCES_PATH
Arnaud
arnaud.garcia-fernandez at laposte.net
Tue Jan 9 11:10:28 UTC 2024
> Qt should be able to find that directory by itself using
> |QLibraryInfo::DataPath.|
> Can you try to run this command and see what it returns?
>
> qtdiag6 --no-vulkan --no-rhi --no-gl | grep DataPath
>
> In my case it returns
>
> ArchDataPath: /usr/lib64/qt6
> DataPath: /usr/share/qt6
>
> So the chromium resource pack path should be discovered automatically.
Well :
$ qtdiag6 --no-vulkan --no-rhi --no-gl | grep DataPath
ArchDataPath: /usr/lib64
DataPath: /usr
Even though I do have :
Environment:
QT5DIR="/usr/lib64/qt5"
QT6DIR="/usr/lib64/qt6"
So I guess something is wrong on my box.
More information about the SlackBuilds-users
mailing list