/QtProjectTemplate

Template Qt project with CMake.

Primary LanguageCMakeMIT LicenseMIT

QtProjectTemplate

Test status Test status

Template Qt project with CMake.

Build

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 .

LICENSE

This software is released under the MIT License, see LICENSE.