/Qt-testing-cpp

Testing out Qt in C++

Primary LanguageC++MIT LicenseMIT

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