nilsding / jyrkis-qt-app-template

a template repository for making Qt apps the Jyrki Way™

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

a template repository for making Qt apps the Jyrki Way™

License:GNU General Public License v3.0


Languages

Language:CMake 54.2%Language:C++ 45.8%