INSTALL_PLUGINSDIR should be the result of QT_INSTALL_PLUGINS (from qmake -query) instead of "${INSTALL_LIBDIR}/plugins"
Open
question
- Dominant language
- CMake
- Stars
- 9
- Forks
- 7
- PR merge metrics
- No merged PRs in 30d
Description
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
Contributor guide
Assessment
This issue has not been assessed yet.