Use CMake's ExternalProject_Add facility instead of git submodules. ExternalProject_Add could then take care of downloading and building the Boost libraries needed for unit testing and examples.
Also get rid of Qt Creator project files, since CMake-based projects are now well supported by Qt Creator.
Use CMake's
ExternalProject_Add
facility instead of git submodules.ExternalProject_Add
could then take care of downloading and building the Boost libraries needed for unit testing and examples.Also get rid of Qt Creator project files, since CMake-based projects are now well supported by Qt Creator.