I have a custom QML plugin module that needs to access a local file using a relative path. After packaging everything into an installable app, my QML modules seem to find relative paths correctly, but my plugin modules do not. How do I get my QML plugin to load a relative file from the correct path? -Tico