Cmake Build and test with Qt and google test

Yes, that’s the clue. On Linux, RPATH would be allowing the various shared libraries to be found, but on Windows you don’t have that. That’s why I mentioned PATH, which is what Windows uses to find the DLLs it needs.

1 Like