Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/pmalek/qtorders
- Owner: pmalek
- License: gpl-2.0
- Created: 2014-10-22T19:27:45.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-10-22T19:34:58.000Z (about 10 years ago)
- Last Synced: 2024-10-29T10:52:14.470Z (about 2 months ago)
- Language: C++
- Homepage:
- Size: 141 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```