Re: [Development] QStandardPaths on windows

2022-03-02 Thread Thiago Macieira
On Tuesday, 1 March 2022 09:40:25 PST Scott Bloom wrote: > Is there anyway to do what I need today? No, that would be a new feature. For now, you'll have to ensure each test is run in a separate container / view of the filesystem if you're running them in parallel. -- Thiago Macieira - thiago.

[Development] QStandardPaths on windows

2022-03-01 Thread Scott Bloom
On linux, you can overwrite most of the QStandardPaths using the XDG_ environment variables. However, I don't see anyway to do the same for Windows. Windows appears always goes to the systems SHGetKnownFolderPath. In a similar manner to QSettings being able to set a specific directory, I woul