Run tests with Conan - Clarify with and without Qt

Currently, only build with Conan and Qt is defined. In the main conanfile.py, a dependency on Qt is defined. In the tests, only HelloQt requires Qt. This is good to test mdt_add_test().

Maybe, dive deeper and see if build/test with Conan, with and without Qt makes sense, and how to implement it.