Change to CMake build system
If the dependency on QT is removed in #2 (closed), the build system may be changed to CMakeFiles, which is the standard in most C++ open source projects.
Automatically download libraries that are needed, if they are not installed otherwise in a way that CMake finds them.
Edited by Roland Gosda