Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pmalek/qtorders

qt GUI for listing customer orders
https://github.com/pmalek/qtorders

Last synced: 6 days ago
JSON representation

qt GUI for listing customer orders

Awesome Lists containing this project

README

        

QtOrders
========

To build this project you will need Qt5 libraries (https://qt-project.org/downloads) installed on your system.

You can simply import this project into your QtCreator (with Qt5 libraries) or go to project's directory in terminal and then launch:

```
qmake && make
```