is it nessery or not to switch the current qmake system to CMake?
personally, i perfer to CMake cause which is more "social". developers do not need to stick with the entire qt tool chains. secondlly, cmake-gui provides a more interactable way to manage build process by few clicking. last but not least the project can be configured to link against different version of qt release, which is good to test the qt-material-widgets compatibility, easily.
a test cmake building system over the project is presented in my local fork:develop. pls comment on it.
is it nessery or not to switch the current qmake system to CMake?
personally, i perfer to CMake cause which is more "social". developers do not need to stick with the entire qt tool chains. secondlly, cmake-gui provides a more interactable way to manage build process by few clicking. last but not least the project can be configured to link against different version of qt release, which is good to test the qt-material-widgets compatibility, easily.
a test cmake building system over the project is presented in my local fork:develop. pls comment on it.