The source project of this merge request has been removed.
testing/ostinato: make build more standard
As described in issue #12080 (closed)
I don't like the current complex make command in build(), I would like a more standard one. To achieve that, I patched the QMAKE_CXXFLAGS in options.pri
instead of using CXXFLAGS in the make command.
Futhermore I prefer the Debian modeltest patch https://salsa.debian.org/debian/ostinato/blob/master/debian/patches/extra-modeltest-workaround.diff, so I integrated that patch.