You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The way it is now with "${INSTALL_LIBDIR}/plugins", plugins are installed under the installation prefix which might not be /usr (in fact it's /usr/local by default). Some time ago I was using QT_PLUGIN_PATH but people had /usr/local installations with plugins under QT_PLUGIN_PATH and it was a mess.
Why can't you just pass -DINSTALL_PLUGINSDIR=/opt/lib/$DEB_HOST_MULTIARCH/qt5/ ?
This will make it more compatible with distros that build their qtbase with a custom archdatadir, I think this must be what KDE does
I can work around it with -DINSTALL_PLUGINSDIR to not have to pass a QT_PLUGIN_PATH
but it makes it compatible with say archdatadir /opt/lib/$DEB_HOST_MULTIARCH/qt5/ in a multiarch layout, and coinstallability with Qt6
The text was updated successfully, but these errors were encountered: