Hi, > + `(#:tests? #f)) ; 3 tests want a connection to the display.
Please set the QT_QPA_PLATFORM environment variable. and let the tests run: (setenv "QT_QPA_PLATFORM" "offscreen") Or does this not work for some reason? Otherwise OK! P.S. What do you all think about putting that setenv into the cmake-build-system? I can't think of any Qt project where I don't want to set this for tests. On non-Qt projects it would do nothing even if set.