https://github.com/edenreich/qt_commandlineparser
https://github.com/edenreich/qt_commandlineparser
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/edenreich/qt_commandlineparser
- Owner: edenreich
- Created: 2019-03-11T05:07:54.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-05-26T22:33:58.000Z (over 6 years ago)
- Last Synced: 2025-01-16T16:42:54.773Z (9 months ago)
- Language: C++
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# QT Commandline Example App
Just an example for running QT Commandline Applications.
## Build Steps
Run `qmake && make && make clean`
## Distribute
After running the build step the executeable is located in bin directory.