Things

by AJ Heller

A robust Qt Cookiecutter Template: desktop and mobile, continuous integration, auto linters & formatters

Posted at — May 30, 2020

My wife’s company decided to share their incredible Qt project template, Open Source (BSD)! If you’re interested in building a user-facing application in C++, take a look. It gives you a lot out of the box.

I decided to make a cookiecutter template out of it to save you and I the hassle of hunting and replacing for namespaces, copyrights, etc.

Quickstart

pip install cookiecutter
cookiecutter https://github.com/219-design/qt-qml-project-template-with-ci \
  --checkout origin/cookiecutter