qmltestrunner custom offlineStorage path
QML and Qt Quick
1
Posts
1
Posters
674
Views
-
Hi,
I'm using qmltestrunner to run some unit tests. One of them needs to access a database which is stored at a central place. The problem is, that the data location is not covered in the offlineStorage path when using qmltestrunner. I'd like to tell the qmltestrunner to look somewhere else... how do I do that? Is there an environment variable I can export?
Right now I'm using a symlink to work around the issue.
Thanks in advance.