laserpants / qt-material-widgets

:art: Qt widgets-based implementation of the Material Design specification.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

idea of switch to CMake build system

hunt978 opened this issue · comments

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.