Non-QML plugins in Harbour
The Harbour FAQ states:
/usr/share/<HARBOUR_APP_NAME>/* <- anything else (data files, private shared libraries, private QML imports, etc..) goes here
I have a use case for non-QML plugins that I'd like to install to /usr/share/<HARBOUR_APP_NAME>/plugins, but the RPM-validator does not like the idea:
Libraries
=========
INFO [/usr/share/harbour-communi/qml/Communi/libcommuniplugin.so] Shared library for private QML import (qmldir found)
ERROR [/usr/share/harbour-communi/plugins/libquasselplugin.so] Library in wrong location (must be in /usr/share/harbour-communi/lib/)
INFO [/usr/share/harbour-communi/lib/libIrcUtil.so.3.2.0] Private shared library shipped
INFO [/usr/share/harbour-communi/lib/libIrcModel.so.3.2.0] Private shared library shipped
INFO [/usr/share/harbour-communi/lib/libIrcCore.so.3.2.0] Private shared library shipped
FAILED
Is this an oversight, or is there a desired location for non-QML plugins that do not belong to /usr/share/<HARBOUR_APP_NAME>/lib nor /usr/share/<HARBOUR_APP_NAME>/qml?