Skip to content

bobis33/QtApp-Sandbox

Repository files navigation

QTAPP_CI GitHub repo size License: MIT

ACTUALLY WORKING ON IT!

Description

This project is a simple application that uses the Qt library, look like a sandbox for me, ill use it to test some stuff and improve my skills in C++ and Qt.

Prerequisites

Usage

Build

$> ./build.sh build
[...]

if it doesn't work, try the following command:

$> ./build.sh clean && ./build.sh build
[...]

Run

$> ./qtsandbox
[...]

Commit Norms

Commit Type Description
build Changes that affect the build system or external dependencies (npm, make, etc.)
ci Changes related to integration files and scripts or configuration (Travis, Ansible, BrowserStack, etc.)
feat Addition of a new feature
fix Bug fix
perf Performance improvements
refactor Modification that neither adds a new feature nor improves performance
style Change that does not affect functionality or semantics (indentation, formatting, adding space, renaming a variable, etc.)
docs Writing or updating documentation
test Addition or modification of tests

License

This project is licensed under the MIT License - see the LICENSE file for details.

Acknowledgements