Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 489 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 489 Bytes

QCafe

QCafe is a small project created by Tommaso Azzalin.

Developed in C++ and Qt for the Object Oriented Programming course of the Degree in Computer Science of the University of Padova.

If you want to try it, you just need to clone this repository and, having Qt installed on your system (Qt version must be >= 5.9.5), invoke the following commands inside the root folder of the project:

  1. qmake
  2. make
  3. QCafe.exe (on Windows)
  4. ./QCafe (on Linux)

Enjoy!