Abishevs / Qt-testing-cpp

Testing out Qt in C++

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Testing Qt in C++

Nothing fancy, simply testing out how Native Qt code looks like as I had built couple of PyQt6/Pyside6 projects and wanted to experiment.

Prerequisits

Install qt and toolchain

sudo pacman -S qt5-base qt5-tools gcc cmake --needed

Compile project

mkdir build && cd build && cmake .. && make 

Run project

./ClickerT

About

Testing out Qt in C++

License:MIT License


Languages

Language:C++ 70.8%Language:CMake 29.2%