Serge

Results 3 issues of Serge

The difference between `consul_config_path` and `consul_configd_path` was not clear to me at a first glance. That's why I have set them to the same value. This led me to the...

Could not compile with Qt 5.9. I found commit in QtQML #https://github.com/qt/qtdeclarative/commit/8a6383775a301c8dd8c917a936655c534932a726 which deprecates `QQmlContextWrapper` So, they changed corresponding API in Qt 5.8... ``` FAILED: lib/protobuf/CMakeFiles/protobuf-qml-core.dir/qml/v4/v4util.cpp.o /usr/bin/c++ -DPROTOBUF_QML_EXPORT -DQT_CORE_LIB -DQT_GUI_LIB...

Here are some fixes for CMake invocation, for projects which are using [Conan CMake](https://github.com/conan-io/cmake-conan) script. Fix for `conanfile.txt` generator provides correct requirements parsing for [tuple format](https://docs.conan.io/en/latest/reference/conanfile/attributes.html#requires)