You need Qt5 and CMake 3 or higher
-- Build instructions for Linux --
cd path && git clone https://github.com/Petross404/QtDice.git
cd QtDice && mkdir build && cd build
cmake .. && make
./QtDice
This is a project only for fun and learning purposes. I wanted to mess with Qt5, C++ and cmake's options/conditional compilation.
This project doesn't pretend to be written by an expert but you are free to read, borrow or modify the code for whatever reason you like.
