An open API service indexing awesome lists of open source software.

https://github.com/nilsding/jyrkis-qt-app-template

a template repository for making Qt apps the Jyrki Way™
https://github.com/nilsding/jyrkis-qt-app-template

Last synced: 6 months ago
JSON representation

a template repository for making Qt apps the Jyrki Way™

Awesome Lists containing this project

README

          

# 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

```sh
# configure it
cmake --preset dev

# compile it
cmake --build --preset dev

# run it
./build/src/yourappname
```