parkouss / funq

funq is a python framework to write FUNctional tests for Qt applications
Other
63 stars 18 forks source link

Server: Pass build type to "make" instead of "qmake" #71

Closed ubruhin closed 4 years ago

ubruhin commented 4 years ago

With a recent Qt version, building funq-server failed on Windows with following error:

No rule to make target 'release'

By passing the build type (debug/release) only to the "make" command, but not to the "qmake" command fixes the error. And of course, building with older Qt versions still works.

In addition, I added more CI jobs to also build with the latest Qt versions. This way we can ensure that Funq also works with recent Qt versions.