/jyrkis-qt-app-template

a template repository for making Qt apps the Jyrki Way™

Primary LanguageCMakeGNU General Public License v3.0GPL-3.0

Jyrki's Qt app template

This is a template for making Qt apps the Jyrki Way™

Usage

  1. find a good project name
  2. search and replace: yourappname with your project name
  3. you're done :)

Requirements

  • Qt 6.2.1+
  • CMake (for building)

Building

# configure it
cmake --preset dev

# compile it
cmake --build --preset dev

# run it
./build/src/yourappname