Template Qt project with CMake.
If your build environment is Windows or Mac OS, please set the QTDIR
environment variable beforehand.
$ mkdir build
$ cd build
$ cmake .. -DCMAKE_BUILD_TYPE=Release
$ cmake --build .
This software is released under the MIT License, see LICENSE.